Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/
H A Dprocess.c84 int os_unmap_memory(void *addr, int len) in os_unmap_memory() function
/linux/arch/um/kernel/
H A Dtlb.c41 return os_unmap_memory((void *)virt, len); in kern_unmap()
H A Dtime.c101 os_unmap_memory(time_travel_shm, sizeof(*time_travel_shm)); in time_travel_setup_shm()
/linux/arch/um/include/shared/
H A Dos.h213 extern int os_unmap_memory(void *addr, int len);