Home
last modified time | relevance | path

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

12

/Linux-v6.1/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()
Dplatform-pci-unplug.c67 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()
Dapic.c102 if (xen_pv_domain()) in xen_apic_probe_pv()
110 return xen_pv_domain(); in xen_madt_oem_check()
Denlighten.c106 if (xen_pv_domain() || in xen_vcpu_setup_restore()
135 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
Denlighten_hvm.c211 if (xen_pv_domain()) in xen_hvm_guest_init()
299 if (xen_pv_domain()) in xen_platform_hvm()
Dgrant-table.c131 if (!xen_pv_domain()) in arch_gnttab_init()
/Linux-v6.1/arch/x86/kernel/
Deisa.c15 if (xen_pv_domain() && !xen_initial_domain()) in eisa_bus_probe()
Dpci-dma.c115 if (xen_pv_domain()) { in pci_iommu_alloc()
Dldt.c567 if (xen_pv_domain()) { in allow_16bit_segments()
Dsetup.c575 if (xen_pv_domain()) { in reserve_crashkernel()
/Linux-v6.1/drivers/xen/
Dfeatures.c48 if (xen_pv_domain()) { in xen_setup_features()
Dcpu_hotplug.c109 if (!xen_pv_domain() && !xen_pvh_domain()) in setup_vcpu_hotplug_event()
Dxen-balloon.c99 target_diff = (xen_pv_domain() || xen_initial_domain()) ? 0 in watch_target()
Dballoon.c731 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
777 if (xen_pv_domain() || !current_credit()) in balloon_wait_finish()
Dmanage.c79 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
Dgrant-dma-ops.c319 if (IS_ENABLED(CONFIG_XEN_VIRTIO_FORCE_GRANT) || xen_pv_domain()) in xen_virtio_mem_acc()
/Linux-v6.1/include/xen/
Dxen.h24 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN) macro
/Linux-v6.1/arch/x86/pci/
Dxen.c123 if (!xen_pv_domain()) in xen_register_gsi()
464 if (xen_pv_domain()) { in xen_setup_pci_msi()
496 if (!xen_pv_domain() || xen_initial_domain()) in pci_xen_init()
/Linux-v6.1/drivers/tty/hvc/
Dhvc_xen.c287 if (!xen_pv_domain()) in xen_pv_console_init()
646 if (xen_initial_domain() || !xen_pv_domain()) in xenboot_console_setup()
661 if (!xen_pv_domain()) { in xenboot_write_console()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_scatterlist.h148 if (xen_pv_domain()) in i915_sg_segment_size()
/Linux-v6.1/drivers/xen/xenbus/
Dxenbus_probe.c953 if (xen_pv_domain()) in xenbus_init()
959 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
961 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_cache.c197 if (xen_pv_domain()) in drm_need_swiotlb()
/Linux-v6.1/arch/x86/mm/
Dextable.c297 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/Linux-v6.1/drivers/xen/events/
Devents_base.c774 if (xen_pv_domain() && !xen_initial_domain()) in xen_allocate_irq_gsi()
2313 if (xen_pv_domain()) { in xen_init_IRQ()
/Linux-v6.1/drivers/pci/
Dxen-pcifront.c1083 if (!xen_pv_domain() || xen_initial_domain()) in pcifront_init()

12