Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
Dhv_common.c318 void __weak hv_unmap_memory(void *addr) in hv_unmap_memory() function
321 EXPORT_SYMBOL_GPL(hv_unmap_memory);
/linux-5.19.10/include/asm-generic/
Dmshyperv.h274 void hv_unmap_memory(void *addr);
/linux-5.19.10/arch/x86/hyperv/
Divm.c386 void hv_unmap_memory(void *addr) in hv_unmap_memory() function
/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c766 hv_unmap_memory(net_device->recv_buf); in netvsc_device_remove()
769 hv_unmap_memory(net_device->send_buf); in netvsc_device_remove()
1832 hv_unmap_memory(net_device->recv_buf); in netvsc_device_add()
1835 hv_unmap_memory(net_device->send_buf); in netvsc_device_add()