Home
last modified time | relevance | path

Searched refs:xen_pvh_domain (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Dplatform-pci-unplug.c67 if (xen_pv_domain() || xen_pvh_domain()) in xen_has_pv_devices()
140 if (xen_pvh_domain()) in xen_unplug_emulated_devices()
H A Denlighten_hvm.c109 if (xen_pvh_domain()) in init_hvm_pv_info()
301 if (xen_pvh_domain() && nopv) { in xen_platform_hvm()
H A Dgrant-table.c157 if (!xen_pvh_domain()) in xen_pvh_gnttab_setup()
/openbmc/linux/include/xen/
H A Dxen.h28 #define xen_pvh_domain() (xen_pvh) macro
/openbmc/linux/drivers/xen/
H A Dcpu_hotplug.c109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
H A Dsys-hypervisor.c65 type = xen_pvh_domain() ? "PVH" : "HVM"; in guest_type_show()
H A Dgrant-table.c1694 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()