Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/x86/xen/
Dsuspend.c25 if (xen_pv_domain()) in xen_arch_pre_suspend()
31 if (xen_pv_domain()) in xen_arch_post_suspend()
41 if (xen_pv_domain() && boot_cpu_has(X86_FEATURE_SPEC_CTRL)) in xen_vcpu_notify_restore()
57 if (xen_pv_domain() && boot_cpu_has(X86_FEATURE_SPEC_CTRL)) { in xen_vcpu_notify_suspend()
Dapic.c94 if (xen_pv_domain()) in xen_apic_probe_pv()
102 return xen_pv_domain(); in xen_madt_oem_check()
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()
Denlighten_hvm.c210 if (xen_pv_domain()) in xen_hvm_guest_init()
300 if (xen_pv_domain()) in xen_platform_hvm()
Denlighten.c105 if (xen_pv_domain() || in xen_vcpu_setup_restore()
134 if (xen_pv_domain() || xen_feature(XENFEAT_hvm_safe_pvclock)) in xen_vcpu_restore()
Dgrant-table.c131 if (!xen_pv_domain()) in arch_gnttab_init()
/linux-6.12.1/arch/x86/kernel/apic/
Dprobe_32.c98 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()
/linux-6.12.1/arch/x86/kernel/
Deisa.c16 if ((xen_pv_domain() && !xen_initial_domain()) || cc_platform_has(CC_ATTR_GUEST_SEV_SNP)) in eisa_bus_probe()
Dpci-dma.c100 if (xen_pv_domain()) { in pci_iommu_alloc()
Dldt.c569 if (xen_pv_domain()) { in allow_16bit_segments()
Dsetup.c485 if (xen_pv_domain()) { in arch_reserve_crashkernel()
/linux-6.12.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()
Dballoon.c715 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
761 if (xen_pv_domain() || !current_credit()) in balloon_wait_finish()
Dxen-balloon.c99 target_diff = (xen_pv_domain() || xen_initial_domain()) ? 0 in watch_target()
Dmanage.c79 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
Dgrant-dma-ops.c365 } else if (IS_ENABLED(CONFIG_XEN_VIRTIO_FORCE_GRANT) || xen_pv_domain()) { in xen_grant_init_backend_domid()
/linux-6.12.1/include/xen/
Dxen.h26 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN) macro
/linux-6.12.1/arch/x86/pci/
Dxen.c123 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()
/linux-6.12.1/drivers/tty/hvc/
Dhvc_xen.c307 if (!xen_pv_domain()) in xen_pv_console_init()
691 if (xen_initial_domain() || !xen_pv_domain()) in xenboot_console_setup()
706 if (!xen_pv_domain()) { in xenboot_write_console()
/linux-6.12.1/drivers/xen/xenbus/
Dxenbus_probe.c960 if (xen_pv_domain()) in xenbus_init()
966 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
968 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_scatterlist.h158 if (xen_pv_domain()) in i915_sg_segment_size()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_cache.c197 if (xen_pv_domain()) in drm_need_swiotlb()
/linux-6.12.1/arch/x86/mm/
Dextable.c394 if (!xen_pv_domain() && regs->cs != __KERNEL_CS) in early_fixup_exception()
/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology.c454 if (xen_pv_domain()) in restrict_to_up()

12