Searched refs:os_map_memory (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/um/kernel/ |
| A D | physmem.c | 49 err = os_map_memory((void *) virt, fd, offset, len, r, w, x); in map_memory() 95 err = os_map_memory((void *) reserve_end, physmem_fd, reserve, in setup_physmem() 204 err = os_map_memory((void *) iomem_start, region->fd, 0, in setup_iomem()
|
| A D | tlb.c | 36 return os_map_memory((void *)virt, phys_fd, offset, len, in kern_map()
|
| /linux/arch/um/os-Linux/ |
| A D | process.c | 138 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/ |
| A D | os.h | 214 extern int os_map_memory(void *virt, int fd, unsigned long long off,
|
Completed in 11 milliseconds