Home
last modified time | relevance | path

Searched refs:hv_free_hyperv_page (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dconnection.c292 hv_free_hyperv_page((unsigned long)vmbus_connection.int_page); in vmbus_disconnect()
296 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[0]); in vmbus_disconnect()
297 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[1]); in vmbus_disconnect()
H A Dvmbus_drv.c1484 hv_free_hyperv_page( in vmbus_bus_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h231 void hv_free_hyperv_page(unsigned long addr);
254 static inline void hv_free_hyperv_page(unsigned long addr) {} in hv_free_hyperv_page() function
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c66 void hv_free_hyperv_page(unsigned long addr) in hv_free_hyperv_page() function
70 EXPORT_SYMBOL_GPL(hv_free_hyperv_page);