Home
last modified time | relevance | path

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

/Linux-v5.4/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.c100 if (xen_pvh_domain()) in init_hvm_pv_info()
265 if (xen_pvh_domain() && nopv) { in xen_platform_hvm()
Dgrant-table.c145 if (!xen_pvh_domain()) in xen_pvh_gnttab_setup()
/Linux-v5.4/include/xen/
Dxen.h26 #define xen_pvh_domain() (xen_pvh) macro
/Linux-v5.4/drivers/xen/
Dcpu_hotplug.c111 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.c1482 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()