Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dplatform_pci.h52 extern bool xen_has_pv_disk_devices(void);
60 static inline bool xen_has_pv_disk_devices(void) in xen_has_pv_disk_devices() function
/openbmc/linux/arch/x86/xen/
H A Dplatform-pci-unplug.c107 bool xen_has_pv_disk_devices(void) in xen_has_pv_disk_devices() function
112 EXPORT_SYMBOL_GPL(xen_has_pv_disk_devices);
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c2596 if (!xen_has_pv_disk_devices()) in xlblk_init()