Home
last modified time | relevance | path

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

/linux-6.12.1/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.c107 if (xen_pvh_domain()) in init_hvm_pv_info()
303 if (xen_pvh_domain() && nopv) { in xen_platform_hvm()
Dgrant-table.c157 if (!xen_pvh_domain()) in xen_pvh_gnttab_setup()
/linux-6.12.1/include/xen/
Dxen.h28 #define xen_pvh_domain() (xen_pvh) macro
/linux-6.12.1/drivers/xen/
Dcpu_hotplug.c109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
Dsys-hypervisor.c65 type = xen_pvh_domain() ? "PVH" : "HVM"; in guest_type_show()
Dgrant-table.c1692 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()
/linux-6.12.1/drivers/xen/xen-pciback/
Dpci_stub.c476 if (xen_initial_domain() && xen_pvh_domain()) { in pcistub_init_device()