Home
last modified time | relevance | path

Searched refs:os_map_memory (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dphysmem.c48 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 Dprocess.c138 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 Dos.h207 extern int os_map_memory(void *virt, int fd, unsigned long long off,