Searched refs:xen_domain (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/include/xen/
H A Dxen.h16 #define xen_domain() (xen_domain_type != XEN_NATIVE) macro
17 #define xen_pv_domain() (xen_domain() && \
19 #define xen_hvm_domain() (xen_domain() && \
26 #define xen_initial_domain() (xen_domain() && \
/linux-4.1.27/drivers/xen/xenfs/
H A Dsuper.c84 if (xen_domain()) xenfs_init()
93 if (xen_domain()) xenfs_exit()
/linux-4.1.27/arch/x86/xen/
H A Dplatform-pci-unplug.c73 if (!xen_domain()) xen_has_pv_devices()
131 if (!xen_domain()) xen_has_pv_and_legacy_disk_devices()
H A Dspinlock.c298 if (!xen_domain()) xen_init_spinlocks_jump()
H A Denlighten.c284 if (!xen_domain()) xen_running_on_version_or_later()
/linux-4.1.27/drivers/xen/
H A Dsys-hypervisor.c375 if (!xen_domain()) hyper_sysfs_init()
454 if (!xen_domain()) hypervisor_subsys_init()
H A Dplatform-pci.c113 if (!xen_domain()) platform_pci_init()
H A Dmanage.c346 if (!xen_domain()) xen_setup_shutdown_event()
H A Dxen-balloon.c97 if (!xen_domain()) balloon_init()
H A Dtmem.c379 if (!xen_domain()) xen_tmem_init()
H A Dballoon.c612 if (!xen_domain()) balloon_init()
H A Devtchn.c563 if (!xen_domain()) evtchn_init()
H A Dgntalloc.c582 if (!xen_domain()) gntalloc_init()
H A Dprivcmd.c662 if (!xen_domain()) privcmd_init()
H A Dgntdev.c905 if (!xen_domain()) gntdev_init()
H A Dxen-selfballoon.c532 if (!xen_domain()) xen_selfballoon_init()
H A Dxen-scsiback.c2027 if (!xen_domain()) scsiback_init()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_xen.c532 if (!xen_domain()) xen_hvc_init()
582 if (!xen_domain()) xen_cons_init()
645 if (xen_domain()) { xen_raw_console_write()
/linux-4.1.27/drivers/char/tpm/
H A Dxen-tpmfront.c383 if (!xen_domain()) xen_tpmfront_init()
/linux-4.1.27/arch/arm/xen/
H A Denlighten.c259 if (!xen_domain()) xen_pm_init()
/linux-4.1.27/arch/arm64/include/asm/
H A Dio.h212 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.1.27/drivers/watchdog/
H A Dxen_wdt.c331 if (!xen_domain()) xen_wdt_init_module()
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_probe.c688 if (!xen_domain()) xenbus_probe_initcall()
769 if (!xen_domain()) xenbus_init()
H A Dxenbus_probe_frontend.c301 if (!ready_to_wait_for_devices || !xen_domain()) wait_for_devices()
H A Dxenbus_dev_frontend.c619 if (!xen_domain()) xenbus_init()
/linux-4.1.27/drivers/input/misc/
H A Dxen-kbdfront.c378 if (!xen_domain()) xenkbd_init()
/linux-4.1.27/arch/x86/include/asm/
H A Dio.h335 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.1.27/arch/arm/include/asm/
H A Dio.h389 (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)))
/linux-4.1.27/drivers/video/fbdev/
H A Dxen-fbfront.c697 if (!xen_domain()) xenfb_init()
/linux-4.1.27/drivers/scsi/
H A Dxen-scsifront.c1155 if (!xen_domain()) scsifront_init()
/linux-4.1.27/drivers/block/xen-blkback/
H A Dblkback.c1438 if (!xen_domain()) xen_blkif_init()
/linux-4.1.27/drivers/net/xen-netback/
H A Dnetback.c2007 if (!xen_domain()) netback_init()
/linux-4.1.27/drivers/net/
H A Dxen-netfront.c2135 if (!xen_domain()) netif_init()
/linux-4.1.27/drivers/block/
H A Dxen-blkfront.c2094 if (!xen_domain()) xlblk_init()

Completed in 565 milliseconds