Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/
Dxen.h17 #define xen_pv_domain() (xen_domain() && \ macro
40 #define xen_pvh_domain() (xen_pv_domain() && \
/linux-4.4.14/arch/x86/xen/
Dsuspend.c73 if (xen_pv_domain()) in xen_arch_pre_suspend()
79 if (xen_pv_domain()) in xen_arch_post_suspend()
Dplatform-pci-unplug.c77 if (xen_pv_domain()) in xen_has_pv_devices()
135 if (xen_pv_domain()) in xen_has_pv_and_legacy_disk_devices()
Dapic.c103 if (xen_pv_domain()) in xen_apic_probe_pv()
111 return xen_pv_domain(); in xen_madt_oem_check()
Dpci-swiotlb-xen.c45 if (!xen_pv_domain()) in pci_xen_swiotlb_detect()
Dgrant-table.c107 if (!xen_pv_domain()) in arch_gnttab_init()
Dsmp.c307 if (xen_pv_domain()) { in xen_smp_prepare_boot_cpu()
523 while (xen_pv_domain() && HYPERVISOR_vcpu_op(VCPUOP_is_up, cpu, NULL)) { in xen_cpu_die()
Denlighten.c1835 if (xen_pv_domain()) in xen_hvm_guest_init()
1879 if (xen_pv_domain()) in xen_hvm_need_lapic()
1891 if (xen_pv_domain()) { in xen_set_cpu_features()
/linux-4.4.14/drivers/xen/
Dcpu_hotplug.c110 if (!xen_pv_domain()) in setup_vcpu_hotplug_event()
Dmanage.c82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
Dballoon.c740 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
Dgrant-table.c1154 if (!xen_pv_domain()) in __gnttab_init()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe.c772 if (xen_pv_domain()) in xenbus_init()
778 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
780 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
/linux-4.4.14/arch/x86/pci/
Dxen.c124 if (!xen_pv_domain()) in xen_register_gsi()
408 if (!xen_pv_domain() || xen_initial_domain()) in pci_xen_init()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_xen.c252 if (!xen_pv_domain()) in xen_pv_console_init()
607 if (!xen_pv_domain()) in xenboot_write_console()
/linux-4.4.14/drivers/xen/events/
Devents_base.c420 if (xen_pv_domain() && !xen_initial_domain()) in xen_allocate_irq_gsi()
1696 if (xen_pv_domain()) { in xen_init_IRQ()
/linux-4.4.14/drivers/pci/
Dxen-pcifront.c1169 if (!xen_pv_domain() || xen_initial_domain()) in pcifront_init()