/openbmc/linux/arch/x86/xen/ |
H A D | suspend.c | 27 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()
|
H A D | apic.c | 102 if (xen_pv_domain()) in xen_apic_probe_pv() 110 return xen_pv_domain(); in xen_madt_oem_check()
|
H A D | platform-pci-unplug.c | 67 if (xen_pv_domain() || xen_pvh_domain()) in xen_has_pv_devices() 125 if (xen_pv_domain()) in xen_has_pv_and_legacy_disk_devices()
|
H A D | enlighten_hvm.c | 203 if (xen_pv_domain()) in xen_hvm_guest_init() 291 if (xen_pv_domain()) in xen_platform_hvm()
|
H A D | enlighten.c | 173 if (xen_pv_domain() || in xen_vcpu_setup_restore() 202 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
|
H A D | grant-table.c | 131 if (!xen_pv_domain()) in arch_gnttab_init()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | 98 if (nr_cpu_ids <= 8 || xen_pv_domain()) in x86_32_probe_bigsmp_early() 121 if (nr_cpu_ids > 8 && !xen_pv_domain()) in x86_32_install_bigsmp()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | eisa.c | 16 if ((xen_pv_domain() && !xen_initial_domain()) || cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) in eisa_bus_probe()
|
H A D | pci-dma.c | 100 if (xen_pv_domain()) { in pci_iommu_alloc()
|
H A D | ldt.c | 569 if (xen_pv_domain()) { in allow_16bit_segments()
|
H A D | setup.c | 566 if (xen_pv_domain()) { in reserve_crashkernel()
|
/openbmc/linux/drivers/xen/ |
H A D | features.c | 48 if (xen_pv_domain()) { in xen_setup_features()
|
H A D | cpu_hotplug.c | 109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
|
H A D | balloon.c | 711 balloon_stats.current_pages = xen_pv_domain() in balloon_init() 757 if (xen_pv_domain() || !current_credit()) in balloon_wait_finish()
|
H A D | xen-balloon.c | 99 target_diff = (xen_pv_domain() || xen_initial_domain()) ? 0 in watch_target()
|
H A D | manage.c | 79 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
|
H A D | grant-dma-ops.c | 365 } else if (IS_ENABLED(CONFIG_XEN_VIRTIO_FORCE_GRANT) || xen_pv_domain()) { in xen_grant_init_backend_domid()
|
/openbmc/linux/include/xen/ |
H A D | xen.h | 26 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN) macro
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 123 if (!xen_pv_domain()) in xen_register_gsi() 468 if (xen_pv_domain()) { in xen_setup_pci_msi() 500 if (!xen_pv_domain() || xen_initial_domain()) in pci_xen_init()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_xen.c | 306 if (!xen_pv_domain()) in xen_pv_console_init() 690 if (xen_initial_domain() || !xen_pv_domain()) in xenboot_console_setup() 705 if (!xen_pv_domain()) { in xenboot_write_console()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_scatterlist.h | 148 if (xen_pv_domain()) in i915_sg_segment_size()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe.c | 966 if (xen_pv_domain()) in xenbus_init() 972 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init() 974 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_cache.c | 197 if (xen_pv_domain()) in drm_need_swiotlb()
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 325 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | 767 if (xen_pv_domain() && !xen_initial_domain()) in xen_allocate_irq_gsi() 2302 if (xen_pv_domain()) { in xen_init_IRQ()
|