Home
last modified time | relevance | path

Searched refs:xen_hvm_domain (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/tty/hvc/
Dhvc_xen.c246 if (!xen_hvm_domain()) in xen_hvm_console_init()
357 if (xen_hvm_domain()) { in xen_console_update_evtchn()
417 if (xen_hvm_domain()) in xen_console_remove()
612 if (xen_hvm_domain()) in xen_hvc_init()
663 if (xen_hvm_domain()) in xen_cons_init()
741 if (rc != -ENOSYS || !xen_hvm_domain()) in xen_raw_console_write()
/linux-6.12.1/arch/x86/include/asm/xen/
Devents.h34 return (!xen_hvm_domain() || xen_have_vector_callback); in xen_support_evtchn_rebind()
/linux-6.12.1/arch/x86/xen/
Denlighten.c106 (xen_hvm_domain() && cpu_online(cpu))) in xen_vcpu_setup_restore()
176 if (xen_hvm_domain()) { in xen_vcpu_setup()
Dplatform-pci-unplug.c95 if (xen_hvm_domain() && (xen_platform_pci_unplug & state)) in __xen_has_pv_device()
Dpmu.c532 if (xen_hvm_domain() || (cpu != 0 && !is_xen_pmu)) in xen_pmu_init()
574 if (xen_hvm_domain()) in xen_pmu_finish()
Dsmp.c135 if (xen_hvm_domain()) in xen_smp_cpus_done()
/linux-6.12.1/include/xen/
Dxen.h27 #define xen_hvm_domain() (xen_domain_type == XEN_HVM_DOMAIN) macro
/linux-6.12.1/drivers/xen/xenbus/
Dxenbus_probe.c915 if (xen_hvm_domain()) { in xenbus_resume_cb()
962 if (xen_hvm_domain()) in xenbus_init()
964 if (xen_hvm_domain() && xen_initial_domain()) in xenbus_init()
Dxenbus_probe_frontend.c472 if (xen_hvm_domain()) in frontend_probe_and_watch()
Dxenbus_xs.c748 if (!xen_hvm_domain() || xen_initial_domain()) in xs_reset_watches()
/linux-6.12.1/arch/x86/pci/
Dxen.c110 if (!xen_hvm_domain()) in acpi_register_gsi_xen_hvm()
474 } else if (xen_hvm_domain()) { in xen_setup_pci_msi()
/linux-6.12.1/drivers/xen/events/
Devents_2l.c110 if (unlikely(evtchn_pending && xen_hvm_domain())) { in evtchn_2l_unmask()
Devents_base.c2299 if (xen_hvm_domain()) { in xen_init_IRQ()
/linux-6.12.1/drivers/block/
Dxen-blkfront.c1102 if (xen_hvm_domain() && offset < EMULATED_HD_DISK_NAME_OFFSET + 4) in xlvbd_alloc_gendisk()
1955 if (xen_hvm_domain()) { in blkfront_probe()
/linux-6.12.1/drivers/xen/
Dgrant-table.c1692 if (xen_hvm_domain() && !xen_pvh_domain()) in __gnttab_init()