Searched refs:domid_t (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/include/xen/interface/ |
D | grant_table.h | 107 domid_t domid; 180 domid_t domid; 225 domid_t trans_domid; 267 domid_t dom; 309 domid_t dom; 324 domid_t dom; 342 domid_t domid; 380 domid_t domid; 400 domid_t dom; 460 domid_t dom; [all …]
|
D | memory.h | 53 domid_t domid; 174 domid_t domid; 197 domid_t domid; 202 domid_t foreign_domid; /* IFF gmfn_foreign */ 261 domid_t domid; 275 domid_t domid;
|
D | event_channel.h | 29 domid_t dom, remote_dom; 46 domid_t remote_dom; 130 domid_t dom; 143 domid_t dom; 146 domid_t dom; 190 domid_t dom;
|
D | physdev.h | 138 domid_t domid; 162 domid_t domid;
|
D | xenpmu.h | 87 domid_t domain_id;
|
D | sched.h | 146 domid_t domain_id; /* Remote domain ID */
|
D | xen.h | 437 typedef uint16_t domid_t; typedef
|
/Linux-v4.19/include/uapi/xen/ |
D | privcmd.h | 58 domid_t dom; /* target domain */ 64 domid_t dom; /* target domain */ 75 domid_t dom; /* target domain */ 87 domid_t dom; 93 domid_t dom; 125 _IOC(_IOC_NONE, 'P', 6, sizeof(domid_t))
|
D | evtchn.h | 101 domid_t domid;
|
D | gntdev.h | 155 domid_t domid;
|
/Linux-v4.19/include/xen/ |
D | grant_table.h | 85 int gnttab_grant_foreign_access(domid_t domid, unsigned long frame, 104 int gnttab_grant_foreign_transfer(domid_t domid, unsigned long pfn); 131 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, 136 grant_ref_t ref, domid_t domid, in gnttab_page_grant_foreign_access_ref_one() 143 void gnttab_grant_foreign_transfer_ref(grant_ref_t, domid_t domid, 148 uint32_t flags, grant_ref_t ref, domid_t domid) in gnttab_set_map_op() 246 domid_t domid;
|
D | events.h | 110 int pirq, int nvec, const char *name, domid_t domid);
|
/Linux-v4.19/include/xen/interface/hvm/ |
D | hvm_op.h | 29 domid_t domid; /* IN */ 39 domid_t domid; 56 domid_t domid;
|
/Linux-v4.19/include/xen/arm/ |
D | hypercall.h | 58 int HYPERVISOR_dm_op(domid_t domid, unsigned int nr_bufs, 86 int count, int *success_count, domid_t domid) in MULTI_mmu_update()
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 240 int *success_count, domid_t domid) in HYPERVISOR_mmu_update() 247 int *success_count, domid_t domid) in HYPERVISOR_mmuext_op() 430 domid_t dom, unsigned int nr_bufs, struct xen_dm_op_buf *bufs) in HYPERVISOR_dm_op() 488 int count, int *success_count, domid_t domid) in MULTI_mmu_update() 501 int *success_count, domid_t domid) in MULTI_mmuext_op()
|
/Linux-v4.19/drivers/xen/ |
D | grant-table.c | 118 void (*update_entry)(grant_ref_t ref, domid_t domid, 244 static void gnttab_update_entry_v1(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v1() 253 static void gnttab_update_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v2() 265 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_access_ref() 273 int gnttab_grant_foreign_access(domid_t domid, unsigned long frame, in gnttab_grant_foreign_access() 452 int gnttab_grant_foreign_transfer(domid_t domid, unsigned long pfn) in gnttab_grant_foreign_transfer() 465 void gnttab_grant_foreign_transfer_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_transfer_ref()
|
D | privcmd.c | 61 domid_t domid; 219 domid_t domain; 314 domid_t domain; 712 domid_t dom; in privcmd_ioctl_restrict()
|
D | xlate_mmu.c | 67 domid_t domid;
|
D | evtchn.c | 78 domid_t restrict_domid; 81 #define UNRESTRICTED_DOMID ((domid_t)-1)
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | common.h | 253 domid_t domid; 314 domid_t domid,
|
D | interface.c | 441 struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, in xenvif_alloc()
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_dev_backend.c | 30 static long xenbus_alloc(domid_t domid) in xenbus_alloc()
|
/Linux-v4.19/arch/x86/pci/ |
D | xen.c | 273 domid_t domid; in xen_initdom_setup_msi_irqs() 505 domid_t domain;
|
/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 31 domid_t backend_id;
|
/Linux-v4.19/drivers/block/xen-blkback/ |
D | common.h | 304 domid_t domid;
|
12