Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/xen/
Dplatform-pci-unplug.c65 if (xen_pv_domain() || xen_pvh_domain()) in xen_has_pv_devices()
138 if (xen_pvh_domain()) in xen_unplug_emulated_devices()
Denlighten_hvm.c102 if (xen_pvh_domain()) in init_hvm_pv_info()
287 if (xen_pvh_domain() && nopv) { in xen_platform_hvm()
Dgrant-table.c157 if (!xen_pvh_domain()) in xen_pvh_gnttab_setup()
/kernel/linux/linux-5.10/include/xen/
Dxen.h26 #define xen_pvh_domain() (xen_pvh) macro
/kernel/linux/linux-5.10/drivers/xen/
Dcpu_hotplug.c109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
Dsys-hypervisor.c63 type = xen_pvh_domain() ? "PVH" : "HVM"; in guest_type_show()
Dgrant-table.c1610 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()