Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/include/asm-generic/
Dmshyperv.h271 void hv_unmap_memory(void *addr);
/Linux-v6.1/arch/x86/hyperv/
Divm.c386 void hv_unmap_memory(void *addr) in hv_unmap_memory() function
/Linux-v6.1/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()
1835 hv_unmap_memory(net_device->recv_buf); in netvsc_device_add()
1838 hv_unmap_memory(net_device->send_buf); in netvsc_device_add()