Home
last modified time | relevance | path

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

123

/xen/xen/include/xen/
A Dsched.h330 spinlock_t domain_lock; argument
355 struct domain *next_in_list; argument
380 struct evtchn_fifo_domain *evtchn_fifo; argument
386 * Protected by the domain's event-channel spinlock. argument
391 unsigned int options; /* copy of createdomain flags */ argument
409 struct domain_iommu iommu; argument
422 * Set to true at the very end of domain creation, when the domain is argument
428 struct domain *target; argument
457 /* Bitmask of CPUs which are holding onto this domain's state. */ argument
497 struct domain *parent; /* VM fork parent */ argument
[all …]
A Dpci.h86 struct domain *domain; member
137 #define for_each_pdev(domain, pdev) \ argument
/xen/tools/xenstat/libxenstat/src/
A Dxenstat.c176 xenstat_domain *domain, *tmp; in xenstat_get_node() local
336 unsigned xenstat_domain_id(xenstat_domain * domain) in xenstat_domain_id()
342 char *xenstat_domain_name(xenstat_domain * domain) in xenstat_domain_name()
379 unsigned int xenstat_domain_ssid(xenstat_domain * domain) in xenstat_domain_ssid()
385 unsigned int xenstat_domain_dying(xenstat_domain * domain) in xenstat_domain_dying()
390 unsigned int xenstat_domain_crashed(xenstat_domain * domain) in xenstat_domain_crashed()
404 unsigned int xenstat_domain_paused(xenstat_domain * domain) in xenstat_domain_paused()
409 unsigned int xenstat_domain_blocked(xenstat_domain * domain) in xenstat_domain_blocked()
414 unsigned int xenstat_domain_running(xenstat_domain * domain) in xenstat_domain_running()
441 xenstat_vbd *xenstat_domain_vbd(xenstat_domain * domain, in xenstat_domain_vbd()
[all …]
A Dxenstat_linux.c317 xenstat_domain *domain; in xenstat_collect_networks() local
437 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/tools/xenstore/
A Dxenstored_domain.c47 struct domain struct
51 /* The id of this domain */ argument
58 repeated domain introductions. */ argument
70 /* Generation count at domain introduction time. */ argument
91 static LIST_HEAD(domains); argument
230 struct domain *domain; in domain_cleanup() local
335 struct domain *domain; in alloc_domain() local
424 struct domain *domain; in do_introduce() local
488 struct domain *domain; in find_connected_domain() local
547 struct domain *domain; in do_release() local
[all …]
A Dxenstored_core.h101 struct domain *domain; member
/xen/tools/xenstat/xentop/
A Dxentop.c441 void print_name(xenstat_domain *domain) in print_name()
494 static void print_cpu(xenstat_domain *domain) in print_cpu()
543 static void print_mem(xenstat_domain *domain) in print_mem()
607 static void print_nets(xenstat_domain *domain) in print_nets()
675 static void print_vbds(xenstat_domain *domain) in print_vbds()
876 static void print_ssid(xenstat_domain *domain) in print_ssid()
946 xenstat_domain *domain; in do_summary() local
1043 void do_domain(xenstat_domain *domain) in do_domain()
1059 void do_vcpu(xenstat_domain *domain) in do_vcpu()
1084 void do_network(xenstat_domain *domain) in do_network()
[all …]
/xen/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()
310 int domain, const char* xs_path, in libxenvchan_server_init()
362 static int init_evt_cli(struct libxenvchan *ctrl, int domain, in init_evt_cli()
394 int domain, const char* xs_path) in libxenvchan_client_init()
/xen/xen/drivers/passthrough/arm/
A Dipmmu-vmsa.c104 struct ipmmu_vmsa_domain *domain; member
410 static void ipmmu_tlb_sync(struct ipmmu_vmsa_domain *domain) in ipmmu_tlb_sync()
438 static int ipmmu_utlb_enable(struct ipmmu_vmsa_domain *domain, in ipmmu_utlb_enable()
480 static void ipmmu_utlb_disable(struct ipmmu_vmsa_domain *domain, in ipmmu_utlb_disable()
596 static void ipmmu_domain_irq(struct ipmmu_vmsa_domain *domain) in ipmmu_domain_irq()
658 static int ipmmu_attach_device(struct ipmmu_vmsa_domain *domain, in ipmmu_attach_device()
962 struct ipmmu_vmsa_domain *domain; in ipmmu_get_cache_domain() local
983 struct ipmmu_vmsa_domain *domain; in ipmmu_alloc_cache_domain() local
1015 struct ipmmu_vmsa_domain *domain; in ipmmu_alloc_root_domain() local
1056 struct ipmmu_vmsa_domain *domain; in ipmmu_assign_device() local
[all …]
A Dsmmu.c236 struct iommu_domain *domain; member
656 struct domain *domain; member
903 struct iommu_domain *domain = dev; in arm_smmu_context_fault() local
1181 static int arm_smmu_init_domain_context(struct iommu_domain *domain, in arm_smmu_init_domain_context()
1268 static void arm_smmu_destroy_domain_context(struct iommu_domain *domain) in arm_smmu_destroy_domain_context()
1292 static int arm_smmu_domain_init(struct iommu_domain *domain) in arm_smmu_domain_init()
1375 static void arm_smmu_domain_destroy(struct iommu_domain *domain) in arm_smmu_domain_destroy()
2549 struct iommu_domain *domain; in arm_smmu_get_domain() local
2572 static void arm_smmu_destroy_iommu_domain(struct iommu_domain *domain) in arm_smmu_destroy_iommu_domain()
2582 struct iommu_domain *domain; in arm_smmu_assign_dev() local
[all …]
/xen/xen/include/public/io/
A Dpciif.h78 uint32_t domain; /* PCI Domain/Segment */ member
104 uint32_t domain; /* PCI Domain/Segment*/ member
/xen/tools/tests/vpci/
A Demul.h43 struct domain { struct
52 const struct domain *domain; member
/xen/xen/include/asm-x86/hvm/
A Dvioapic.h50 struct domain *domain; member
/xen/xen/drivers/passthrough/vtd/
A Dquirks.c330 static int __must_check map_me_phantom_function(struct domain *domain, in map_me_phantom_function()
352 int me_wifi_quirk(struct domain *domain, u8 bus, u8 devfn, int map) in me_wifi_quirk()
A Diommu.c260 static u64 addr_to_dma_page_maddr(struct domain *domain, u64 addr, int alloc) in addr_to_dma_page_maddr()
646 static void dma_pte_clear_one(struct domain *domain, uint64_t addr, in dma_pte_clear_one()
1315 struct domain *domain, in domain_context_mapping_one()
1465 static int domain_context_mapping(struct domain *domain, u8 devfn, in domain_context_mapping()
1571 struct domain *domain, in domain_context_unmap_one()
1636 static int domain_context_unmap(struct domain *domain, u8 devfn, in domain_context_unmap()
/xen/tools/console/daemon/
A Dio.c144 struct domain { struct
148 struct domain *next; argument
152 static struct domain *dom_head; argument
/xen/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c86 struct domain *domain, struct amd_iommu *iommu, in amd_iommu_setup_domain_device()
274 static void amd_iommu_disable_domain_device(const struct domain *domain, in amd_iommu_disable_domain_device()
/xen/xen/include/asm-arm/
A Dp2m.h106 struct domain *domain; member
357 struct domain *domain, in get_page_and_type()
A Dgrant_table.h37 #define gnttab_release_host_mappings(domain) 1 argument
/xen/tools/tests/vhpet/
A Demul.h137 struct domain *domain; member
220 struct domain struct
222 int domain_id; argument
223 struct arch_domain arch; argument
246 typedef struct hvm_domain_context argument
/xen/tools/libxl/
A Dlibxlu_pci.c25 static int pcidev_struct_fill(libxl_device_pci *pcidev, unsigned int domain, in pcidev_struct_fill()
/xen/xen/include/asm-x86/
A Dgrant_table.h70 #define gnttab_release_host_mappings(domain) ( paging_mode_external(domain) ) argument
/xen/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c1085 static uint32_t encode_sbdf(int domain, int bus, int dev, int func) in encode_sbdf()
1097 int domain, bus, dev, func; in stub_xc_domain_test_assign_device() local
1120 int domain, bus, dev, func; in stub_xc_domain_assign_device() local
1143 int domain, bus, dev, func; in stub_xc_domain_deassign_device() local
/xen/xen/arch/arm/
A Dguestcopy.c28 #define GPA_INFO(domain) ((copy_info_t) { .gpa = { domain } }) argument

Completed in 82 milliseconds

123