Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dconnection.c302 hv_free_hyperv_page((unsigned long)vmbus_connection.int_page); in vmbus_disconnect()
306 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[0]); in vmbus_disconnect()
307 hv_free_hyperv_page((unsigned long)vmbus_connection.monitor_pages[1]); in vmbus_disconnect()
Dhv.c68 void hv_free_hyperv_page(unsigned long addr) in hv_free_hyperv_page() function
Dvmbus_drv.c1452 hv_free_hyperv_page((unsigned long)hv_panic_page); in hv_kmsg_dump_register()
/Linux-v5.15/include/asm-generic/
Dmshyperv.h182 void hv_free_hyperv_page(unsigned long addr);