Home
last modified time | relevance | path

Searched refs:xen_has_pv_disk_devices (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/xen/
Dplatform_pci.h51 extern bool xen_has_pv_disk_devices(void);
59 static inline bool xen_has_pv_disk_devices(void) in xen_has_pv_disk_devices() function
/linux-4.1.27/arch/x86/xen/
Dplatform-pci-unplug.c117 bool xen_has_pv_disk_devices(void) in xen_has_pv_disk_devices() function
122 EXPORT_SYMBOL_GPL(xen_has_pv_disk_devices);
/linux-4.1.27/drivers/block/
Dxen-blkfront.c2097 if (!xen_has_pv_disk_devices()) in xlblk_init()