Searched refs:os_map_memory (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/um/kernel/ |
H A D | physmem.c | 48 err = os_map_memory((void *) virt, fd, offset, len, r, w, x); in map_memory() 94 err = os_map_memory((void *) reserve_end, physmem_fd, reserve, in setup_physmem() 205 err = os_map_memory((void *) iomem_start, region->fd, 0, in setup_iomem()
|
/openbmc/linux/arch/um/os-Linux/ |
H 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
|
/openbmc/linux/arch/um/include/shared/ |
H A D | os.h | 207 extern int os_map_memory(void *virt, int fd, unsigned long long off,
|