Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/
Dxen.h17 #define xen_pv_domain() (xen_domain() && \ macro
40 #define xen_pvh_domain() (xen_pv_domain() && \
/linux-4.1.27/arch/x86/xen/
Dsuspend.c71 if (xen_pv_domain()) in xen_arch_pre_suspend()
77 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.c97 if (xen_pv_domain()) in xen_apic_probe_pv()
105 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.c285 if (xen_pv_domain()) { in xen_smp_prepare_boot_cpu()
497 while (xen_pv_domain() && HYPERVISOR_vcpu_op(VCPUOP_is_up, cpu, NULL)) { in xen_cpu_die()
Denlighten.c1822 if (xen_pv_domain()) in xen_hvm_guest_init()
1866 if (xen_pv_domain()) in xen_hvm_need_lapic()
1878 if (xen_pv_domain()) in xen_set_cpu_features()
/linux-4.1.27/drivers/xen/
Dcpu_hotplug.c105 if (!xen_pv_domain()) in setup_vcpu_hotplug_event()
Dtmem.c134 unsigned long gmfn = xen_pv_domain() ? pfn_to_mfn(pfn) : pfn; in xen_tmem_put_page()
143 unsigned long gmfn = xen_pv_domain() ? pfn_to_mfn(pfn) : pfn; in xen_tmem_get_page()
Dmanage.c82 si->cancelled = HYPERVISOR_suspend(xen_pv_domain() in xen_suspend()
Dballoon.c617 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
Dgrant-table.c1107 if (!xen_pv_domain()) in __gnttab_init()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_xen.c252 if (!xen_pv_domain()) in xen_pv_console_init()
392 if (xen_pv_domain()) in xencons_connect_backend()
611 if (!xen_pv_domain()) in xenboot_write_console()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c774 if (xen_pv_domain()) in xenbus_init()
780 if (xen_pv_domain() && !xen_start_info->store_evtchn) in xenbus_init()
782 if (xen_pv_domain() && xen_start_info->store_evtchn) in xenbus_init()
/linux-4.1.27/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.1.27/arch/x86/kernel/
Dprocess_64.c429 if (unlikely(xen_pv_domain() && in __switch_to()
/linux-4.1.27/drivers/xen/events/
Devents_base.c419 if (xen_pv_domain() && !xen_initial_domain()) in xen_allocate_irq_gsi()
1699 if (xen_pv_domain()) { in xen_init_IRQ()
/linux-4.1.27/drivers/pci/
Dxen-pcifront.c1161 if (!xen_pv_domain() || xen_initial_domain()) in pcifront_init()