Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
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()
Denlighten_hvm.c109 if (xen_pvh_domain()) in init_hvm_pv_info()
302 if (xen_pvh_domain() && nopv) { in xen_platform_hvm()
Dgrant-table.c157 if (!xen_pvh_domain()) in xen_pvh_gnttab_setup()
/linux-6.1.9/include/xen/
Dxen.h26 #define xen_pvh_domain() (xen_pvh) macro
/linux-6.1.9/drivers/xen/
Dcpu_hotplug.c109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
Dsys-hypervisor.c62 type = xen_pvh_domain() ? "PVH" : "HVM"; in guest_type_show()
Dgrant-table.c1676 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()