Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/hvc/
Dhvc_xen.c206 if (!xen_hvm_domain()) in xen_hvm_console_init()
304 if (xen_hvm_domain()) { in xen_console_update_evtchn()
358 if (xen_hvm_domain()) in xen_console_remove()
543 if (xen_hvm_domain()) in xen_hvc_init()
591 if (xen_hvm_domain()) in xen_cons_init()
648 if (rc == -ENOSYS && xen_hvm_domain()) in xen_raw_console_write()
/linux-4.1.27/include/xen/
Dxen.h19 #define xen_hvm_domain() (xen_domain() && \ macro
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c691 if (xen_initial_domain() || xen_hvm_domain()) in xenbus_probe_initcall()
744 if (xen_hvm_domain()) { in xenbus_resume_cb()
776 if (xen_hvm_domain()) in xenbus_init()
778 if (xen_hvm_domain() && xen_initial_domain()) in xenbus_init()
Dxenbus_probe_frontend.c462 if (xen_hvm_domain()) in frontend_probe_and_watch()
Dxenbus_xs.c682 if (!xen_hvm_domain() || xen_initial_domain()) in xs_reset_watches()
/linux-4.1.27/arch/x86/xen/
Dplatform-pci-unplug.c105 if (xen_hvm_domain() && (xen_platform_pci_unplug & state)) in __xen_has_pv_device()
Dsmp.c142 if (xen_hvm_domain()) in xen_smp_intr_free()
206 if (xen_hvm_domain()) in xen_smp_intr_init()
Denlighten.c199 if (xen_hvm_domain()) { in xen_vcpu_setup()
1868 if (!xen_hvm_domain()) in xen_hvm_need_lapic()
/linux-4.1.27/drivers/xen/events/
Devents_2l.c107 if (unlikely(evtchn_pending && xen_hvm_domain())) { in evtchn_2l_unmask()
Devents_base.c1319 if (xen_hvm_domain() && !xen_have_vector_callback) in rebind_irq_to_cpu()
1707 if (xen_hvm_domain()) { in xen_init_IRQ()
/linux-4.1.27/arch/x86/pci/
Dxen.c111 if (!xen_hvm_domain()) in acpi_register_gsi_xen_hvm()
/linux-4.1.27/drivers/xen/
Dgrant-table.c1104 if (xen_hvm_domain()) in __gnttab_init()
/linux-4.1.27/drivers/block/
Dxen-blkfront.c820 if (xen_hvm_domain() && offset < EMULATED_HD_DISK_NAME_OFFSET + 4) in xlvbd_alloc_gendisk()
1382 if (xen_hvm_domain()) { in blkfront_probe()