Home
last modified time | relevance | path

Searched refs:hv_free_hyperv_page (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c119 void hv_free_hyperv_page(void *addr) in hv_free_hyperv_page() function
126 EXPORT_SYMBOL_GPL(hv_free_hyperv_page); variable
257 hv_free_hyperv_page(hv_panic_page); in hv_kmsg_dump_unregister()
274 hv_free_hyperv_page(hv_panic_page); in hv_kmsg_dump_register()
H A Dconnection.c336 hv_free_hyperv_page(vmbus_connection.int_page); in vmbus_disconnect()
343 hv_free_hyperv_page(vmbus_connection.monitor_pages[0]); in vmbus_disconnect()
344 hv_free_hyperv_page(vmbus_connection.monitor_pages[1]); in vmbus_disconnect()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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); variable
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmshyperv.h201 void hv_free_hyperv_page(void *addr);

Completed in 8 milliseconds