Searched defs:domctl (Results 1 – 13 of 13) sorted by relevance
/xen/xen/arch/arm/arm32/ |
A D | domctl.c | 14 long subarch_do_domctl(struct xen_domctl *domctl, struct domain *d, in subarch_do_domctl()
|
/xen/xen/arch/arm/arm64/ |
A D | domctl.c | 35 long subarch_do_domctl(struct xen_domctl *domctl, struct domain *d, in subarch_do_domctl()
|
/xen/tools/libxc/ |
A D | xc_private.h | 260 struct xen_domctl *domctl, in do_domctl_maybe_retry_efault() 293 static inline int do_domctl(xc_interface *xch, struct xen_domctl *domctl) in do_domctl() 298 static inline int do_domctl_retry_efault(xc_interface *xch, struct xen_domctl *domctl) in do_domctl_retry_efault()
|
A D | xc_sr_save_x86_pv.c | 594 struct xen_domctl domctl = { in write_one_vcpu_extended() local 631 struct xen_domctl domctl = { in write_one_vcpu_xsave() local 697 struct xen_domctl domctl = { in write_one_vcpu_msrs() local
|
A D | xc_sr_restore_x86_pv.c | 633 struct xen_domctl domctl = { in handle_x86_pv_info() local
|
A D | xc_private.c | 445 int xc_domctl(xc_interface *xch, struct xen_domctl *domctl) in xc_domctl()
|
/xen/xen/arch/arm/ |
A D | domctl.c | 48 long arch_do_domctl(struct xen_domctl *domctl, struct domain *d, in arch_do_domctl()
|
/xen/xen/drivers/passthrough/ |
A D | device_tree.c | 207 int iommu_do_dt_domctl(struct xen_domctl *domctl, struct domain *d, in iommu_do_dt_domctl()
|
A D | iommu.c | 530 struct xen_domctl *domctl, struct domain *d, in iommu_do_domctl()
|
A D | pci.c | 1638 struct xen_domctl *domctl, struct domain *d, in iommu_do_pci_domctl()
|
/xen/xen/arch/x86/ |
A D | domctl.c | 328 struct xen_domctl *domctl, struct domain *d, in arch_do_domctl() 1408 #define domctl_psr_get_val(d, domctl, type, copyback) ({ \ in arch_do_domctl() argument
|
/xen/tools/debugger/gdbsx/xg/ |
A D | xg_main.c | 79 struct xen_domctl domctl; /* just use a global domctl */ variable
|
/xen/xen/include/xsm/ |
A D | xsm.h | 54 int (*domctl) (struct domain *d, int cmd); member
|
Completed in 22 milliseconds