Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hv/
Dconnection.c290 hv_free_hyperv_page((unsigned long)vmbus_connection.int_page); in vmbus_disconnect()
294 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[0]); in vmbus_disconnect()
295 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[1]); in vmbus_disconnect()
Dvmbus_drv.c1484 hv_free_hyperv_page( in vmbus_bus_init()
/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h229 void hv_free_hyperv_page(unsigned long addr);
259 static inline void hv_free_hyperv_page(unsigned long addr) {} in hv_free_hyperv_page() function
/Linux-v5.10/arch/x86/hyperv/
Dhv_init.c63 void hv_free_hyperv_page(unsigned long addr) in hv_free_hyperv_page() function
67 EXPORT_SYMBOL_GPL(hv_free_hyperv_page);