Home
last modified time | relevance | path

Searched refs:xen_pv_domain (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/arch/x86/xen/
Dsuspend.c27 if (xen_pv_domain()) in xen_arch_pre_suspend()
33 if (xen_pv_domain()) in xen_arch_post_suspend()
43 if (xen_pv_domain() && boot_cpu_has(X86_FEATURE_SPEC_CTRL)) in xen_vcpu_notify_restore()
59 if (xen_pv_domain() && boot_cpu_has(X86_FEATURE_SPEC_CTRL)) { in xen_vcpu_notify_suspend()
Denlighten_hvm.c178 if (xen_pv_domain()) in xen_hvm_guest_init()
223 if (xen_pv_domain()) in xen_hvm_need_lapic()
235 if (xen_pv_domain() || xen_nopv) in xen_platform_hvm()
Dplatform-pci-unplug.c77 if (xen_pv_domain() || xen_pvh_domain()) in xen_has_pv_devices()
135 if (xen_pv_domain()) in xen_has_pv_and_legacy_disk_devices()
Dapic.c104 if (xen_pv_domain()) in xen_apic_probe_pv()
112 return xen_pv_domain(); in xen_madt_oem_check()
Dpci-swiotlb-xen.c30 if (!xen_pv_domain()) in pci_xen_swiotlb_detect()
Denlighten.c132 if (xen_pv_domain() || in xen_vcpu_setup_restore()
164 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
Dgrant-table.c142 if (!xen_pv_domain()) in arch_gnttab_init()
Denlighten_pv.c1454 if (xen_pv_domain()) in xen_platform_pv()
Dmmu_pv.c2672 if (xen_pv_domain()) in paddr_vmcoreinfo_note()
/Linux-v4.19/arch/x86/kernel/
Deisa.c16 if (xen_pv_domain() && !xen_initial_domain()) in eisa_bus_probe()
Dsetup.c538 if (xen_pv_domain()) { in reserve_crashkernel()
/Linux-v4.19/include/xen/
Dxen.h24 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN) macro
/Linux-v4.19/drivers/xen/
Dcpu_hotplug.c111 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
Dxen-balloon.c85 target_diff = (xen_pv_domain() || xen_initial_domain()) ? 0 in watch_target()
Dmanage.c78 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
Dballoon.c730 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
Dgrant-table.c1320 if (xen_pv_domain()) { in gnttab_need_v2()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c252 if (!xen_pv_domain()) in xen_pv_console_init()
612 if (!xen_pv_domain()) in xenboot_setup_console()
624 if (!xen_pv_domain()) { in xenboot_write_console()
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_probe.c779 if (xen_pv_domain()) in xenbus_init()
785 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
787 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
/Linux-v4.19/arch/x86/pci/
Dxen.c124 if (!xen_pv_domain()) in xen_register_gsi()
402 if (!xen_pv_domain() || xen_initial_domain()) in pci_xen_init()
/Linux-v4.19/arch/x86/mm/
Dextable.c218 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/Linux-v4.19/drivers/xen/events/
Devents_base.c411 if (xen_pv_domain() && !xen_initial_domain()) in xen_allocate_irq_gsi()
1689 if (xen_pv_domain()) { in xen_init_IRQ()
/Linux-v4.19/drivers/pci/
Dxen-pcifront.c1168 if (!xen_pv_domain() || xen_initial_domain()) in pcifront_init()