Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/
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
/Linux-v5.10/arch/x86/xen/
Dplatform-pci-unplug.c105 bool xen_has_pv_disk_devices(void) in xen_has_pv_disk_devices() function
110 EXPORT_SYMBOL_GPL(xen_has_pv_disk_devices);
/Linux-v5.10/drivers/block/
Dxen-blkfront.c2731 if (!xen_has_pv_disk_devices()) in xlblk_init()