Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 25 of 56) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h150 struct domain *domain; member
305 struct domain struct
330 struct domain *next_in_list; argument
350 * Protected by the domain's event-channel spinlock. argument
375 /* Is this a xenstore domain (not dom0)? */ argument
384 * Set to true at the very end of domain creation, when the domain is argument
390 struct domain *target; argument
419 /* Bitmask of CPUs which are holding onto this domain's state. */ argument
452 /* transcendent memory, auto-allocated on first tmem op by each domain */ argument
461 struct vm_event_domain *vm_event_share; argument
[all …]
A Dpci.h62 struct domain *domain; member
97 #define for_each_pdev(domain, pdev) \ argument
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c44 struct domain struct
48 /* The id of this domain */ argument
55 repeated domain introductions. */ argument
71 /* Have we noticed that this domain is shutdown? */ argument
86 static LIST_HEAD(domains); argument
224 struct domain *domain; in domain_cleanup() local
301 struct domain *domain; in new_domain() local
374 struct domain *domain; in do_introduce() local
435 struct domain *domain; in find_connected_domain() local
497 struct domain *domain; in do_release() local
[all …]
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat.c206 xenstat_domain *domain, *tmp; in xenstat_get_node() local
367 unsigned xenstat_domain_id(xenstat_domain * domain) in xenstat_domain_id()
373 char *xenstat_domain_name(xenstat_domain * domain) in xenstat_domain_name()
410 unsigned int xenstat_domain_ssid(xenstat_domain * domain) in xenstat_domain_ssid()
416 unsigned int xenstat_domain_dying(xenstat_domain * domain) in xenstat_domain_dying()
421 unsigned int xenstat_domain_crashed(xenstat_domain * domain) in xenstat_domain_crashed()
435 unsigned int xenstat_domain_paused(xenstat_domain * domain) in xenstat_domain_paused()
440 unsigned int xenstat_domain_blocked(xenstat_domain * domain) in xenstat_domain_blocked()
472 xenstat_vbd *xenstat_domain_vbd(xenstat_domain * domain, in xenstat_domain_vbd()
736 xenstat_tmem *xenstat_domain_tmem(xenstat_domain * domain) in xenstat_domain_tmem()
[all …]
A Dxenstat_linux.c310 xenstat_domain *domain; in xenstat_collect_networks() local
430 xenstat_domain *domain; in xenstat_collect_vbds() local
A Dxenstat_qmp.c208 xenstat_domain *domain; in qmp_parse_stats() local
386 static void read_attributes_qdisk_dom(xenstat_node *node, domid_t domain) in read_attributes_qdisk_dom()
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c445 void print_name(xenstat_domain *domain) in print_name()
498 static void print_cpu(xenstat_domain *domain) in print_cpu()
547 static void print_mem(xenstat_domain *domain) in print_mem()
611 static void print_nets(xenstat_domain *domain) in print_nets()
679 static void print_vbds(xenstat_domain *domain) in print_vbds()
871 xenstat_domain *domain; in do_summary() local
979 void do_domain(xenstat_domain *domain) in do_domain()
995 void do_vcpu(xenstat_domain *domain) in do_vcpu()
1020 void do_network(xenstat_domain *domain) in do_network()
1051 void do_vbd(xenstat_domain *domain) in do_vbd()
[all …]
/xen-4.10.0-shim-comet/tools/libvchan/
A Dinit.c75 static int init_gnt_srv(struct libxenvchan *ctrl, int domain) in init_gnt_srv()
141 static int init_gnt_cli(struct libxenvchan *ctrl, int domain, uint32_t ring_ref) in init_gnt_cli()
216 static int init_evt_srv(struct libxenvchan *ctrl, int domain, in init_evt_srv()
245 static int init_xs_srv(struct libxenvchan *ctrl, int domain, const char* xs_base, int ring_ref) in init_xs_srv()
299 int domain, const char* xs_path, in libxenvchan_server_init()
351 static int init_evt_cli(struct libxenvchan *ctrl, int domain, in init_evt_cli()
383 int domain, const char* xs_path) in libxenvchan_client_init()
/xen-4.10.0-shim-comet/tools/memshr/
A Dmemshr.h29 uint32_t domain; member
/xen-4.10.0-shim-comet/xen/common/
A Dvm_event.c532 struct domain *domain = v->domain; in mem_paging_notification() local
542 struct domain *domain = v->domain; in monitor_notification() local
552 struct domain *domain = v->domain; in mem_sharing_notification() local
/xen-4.10.0-shim-comet/xen/include/public/io/
A Dpciif.h78 uint32_t domain; /* PCI Domain/Segment */ member
104 uint32_t domain; /* PCI Domain/Segment*/ member
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvioapic.h51 struct domain *domain; member
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Dquirks.c332 static int __must_check map_me_phantom_function(struct domain *domain, in map_me_phantom_function()
354 int me_wifi_quirk(struct domain *domain, u8 bus, u8 devfn, int map) in me_wifi_quirk()
A Diommu.c252 static u64 addr_to_dma_page_maddr(struct domain *domain, u64 addr, int alloc) in addr_to_dma_page_maddr()
648 static int __must_check dma_pte_clear_one(struct domain *domain, u64 addr) in dma_pte_clear_one()
1324 struct domain *domain, in domain_context_mapping_one()
1476 static int domain_context_mapping(struct domain *domain, u8 devfn, in domain_context_mapping()
1561 struct domain *domain, in domain_context_unmap_one()
1626 static int domain_context_unmap(struct domain *domain, u8 devfn, in domain_context_unmap()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c236 struct iommu_domain *domain; member
656 struct domain *domain; member
904 struct iommu_domain *domain = dev; in arm_smmu_context_fault() local
1193 static int arm_smmu_init_domain_context(struct iommu_domain *domain, in arm_smmu_init_domain_context()
1280 static void arm_smmu_destroy_domain_context(struct iommu_domain *domain) in arm_smmu_destroy_domain_context()
1304 static int arm_smmu_domain_init(struct iommu_domain *domain) in arm_smmu_domain_init()
1387 static void arm_smmu_domain_destroy(struct iommu_domain *domain) in arm_smmu_domain_destroy()
2564 struct iommu_domain *domain; in arm_smmu_get_domain() local
2587 static void arm_smmu_destroy_iommu_domain(struct iommu_domain *domain) in arm_smmu_destroy_iommu_domain()
2597 struct iommu_domain *domain; in arm_smmu_assign_dev() local
[all …]
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dio.c143 struct domain { struct
147 struct domain *next; argument
151 static struct domain *dom_head; argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dp2m.h104 struct domain *domain; member
311 struct domain *domain, in get_page_and_type()
A Dgrant_table.h25 #define gnttab_release_host_mappings(domain) 1 argument
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dtraps.c160 struct domain *domain; /* domain to inject trap */ member
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c111 struct domain *domain, struct amd_iommu *iommu, in amd_iommu_setup_domain_device()
299 void amd_iommu_disable_domain_device(struct domain *domain, in amd_iommu_disable_domain_device()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h139 struct domain *domain; member
222 struct domain struct
224 int domain_id; argument
225 struct arch_domain arch; argument
248 typedef struct hvm_domain_context argument
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_pci.c25 static int pcidev_struct_fill(libxl_device_pci *pcidev, unsigned int domain, in pcidev_struct_fill()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dgrant_table.h95 #define gnttab_release_host_mappings(domain) ( paging_mode_external(domain) ) argument
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c1140 static uint32_t encode_sbdf(int domain, int bus, int dev, int func) in encode_sbdf()
1152 int domain, bus, dev, func; in stub_xc_domain_test_assign_device() local
1175 int domain, bus, dev, func; in stub_xc_domain_assign_device() local
1198 int domain, bus, dev, func; in stub_xc_domain_deassign_device() local
/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dhvm_op.h49 uint8_t domain, bus, device, intx; member
271 domid_t domain; member

Completed in 66 milliseconds

123