Searched refs:xen_pv_domain (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/include/xen/
H A Dxen.h17 #define xen_pv_domain() (xen_domain() && \ macro
40 #define xen_pvh_domain() (xen_pv_domain() && \
/linux-4.1.27/arch/x86/xen/
H A Dsuspend.c71 if (xen_pv_domain()) xen_arch_pre_suspend()
77 if (xen_pv_domain()) xen_arch_post_suspend()
H A Dapic.c97 if (xen_pv_domain()) xen_apic_probe_pv()
105 return xen_pv_domain(); xen_madt_oem_check()
H A Dplatform-pci-unplug.c77 if (xen_pv_domain()) xen_has_pv_devices()
135 if (xen_pv_domain()) xen_has_pv_and_legacy_disk_devices()
H A Dpci-swiotlb-xen.c45 if (!xen_pv_domain()) pci_xen_swiotlb_detect()
H A Dgrant-table.c107 if (!xen_pv_domain()) arch_gnttab_init()
H A Dsmp.c285 if (xen_pv_domain()) { xen_smp_prepare_boot_cpu()
497 while (xen_pv_domain() && HYPERVISOR_vcpu_op(VCPUOP_is_up, cpu, NULL)) { xen_cpu_die()
H A Denlighten.c1822 if (xen_pv_domain()) xen_hvm_guest_init()
1866 if (xen_pv_domain()) xen_hvm_need_lapic()
1878 if (xen_pv_domain()) xen_set_cpu_features()
/linux-4.1.27/drivers/xen/
H A Dcpu_hotplug.c105 if (!xen_pv_domain()) setup_vcpu_hotplug_event()
H A Dtmem.c134 unsigned long gmfn = xen_pv_domain() ? pfn_to_mfn(pfn) : pfn; xen_tmem_put_page()
143 unsigned long gmfn = xen_pv_domain() ? pfn_to_mfn(pfn) : pfn; xen_tmem_get_page()
H A Dmanage.c82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() xen_suspend()
H A Dballoon.c617 balloon_stats.current_pages = xen_pv_domain() balloon_init()
H A Dgrant-table.c1107 if (!xen_pv_domain()) __gnttab_init()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_xen.c252 if (!xen_pv_domain()) xen_pv_console_init()
392 if (xen_pv_domain()) xencons_connect_backend()
611 if (!xen_pv_domain()) xenboot_write_console()
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_probe.c774 if (xen_pv_domain()) xenbus_init()
780 if (xen_pv_domain() && !xen_start_info->store_evtchn) xenbus_init()
782 if (xen_pv_domain() && xen_start_info->store_evtchn) xenbus_init()
/linux-4.1.27/arch/x86/pci/
H A Dxen.c124 if (!xen_pv_domain()) xen_register_gsi()
408 if (!xen_pv_domain() || xen_initial_domain()) pci_xen_init()
/linux-4.1.27/drivers/xen/events/
H A Devents_base.c419 if (xen_pv_domain() && !xen_initial_domain()) xen_allocate_irq_gsi()
1699 if (xen_pv_domain()) { xen_init_IRQ()
/linux-4.1.27/arch/x86/kernel/
H A Dprocess_64.c429 if (unlikely(xen_pv_domain() && __switch_to()
/linux-4.1.27/drivers/pci/
H A Dxen-pcifront.c1161 if (!xen_pv_domain() || xen_initial_domain()) pcifront_init()

Completed in 318 milliseconds