Searched refs:os_map_memory (Results 1 – 4 of 4) sorted by relevance
/linux/arch/um/kernel/ |
H A D | physmem.c | 32 err = os_map_memory((void *) virt, fd, offset, len, r, w, x); in map_memory() 77 err = os_map_memory((void *) reserve_end, physmem_fd, reserve, in setup_physmem() 183 err = os_map_memory((void *) iomem_start, region->fd, 0, in setup_iomem()
|
H A D | tlb.c | 33 return os_map_memory((void *)virt, phys_fd, offset, len, in kern_map()
|
/linux/arch/um/os-Linux/ |
H A D | process.c | 85 int os_map_memory(void *virt, int fd, unsigned long long off, unsigned long len, in os_map_memory() function
|
/linux/arch/um/include/shared/ |
H A D | os.h | 209 extern int os_map_memory(void *virt, int fd, unsigned long long off,
|