Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhyperv.h1315 bool hv_vmbus_exists(void);
1317 static inline bool hv_vmbus_exists(void) { return false; } in hv_vmbus_exists() function
/linux/drivers/hv/
H A Dvmbus_drv.c113 bool hv_vmbus_exists(void) in hv_vmbus_exists() function
117 EXPORT_SYMBOL_GPL(hv_vmbus_exists);
1561 if (!hv_vmbus_exists()) in __vmbus_driver_register()
1590 if (hv_vmbus_exists()) { in vmbus_driver_unregister()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c4176 if (!hv_vmbus_exists()) in init_hv_pci_drv()