Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/skas/
H A Dmem.c235 int phys_fd, unsigned long long offset) in map() argument
248 if (phys_fd == prev_fd) { in map()
254 phys_fd = get_stub_fd(mm_idp, phys_fd); in map()
261 sc->mem.fd = phys_fd; in map()
/linux/arch/um/kernel/
H A Dtlb.c23 int phys_fd, unsigned long long offset);
30 int phys_fd, unsigned long long offset) in kern_map() argument
33 return os_map_memory((void *)virt, phys_fd, offset, len, in kern_map()
/linux/arch/um/include/shared/
H A Dos.h283 unsigned long len, int prot, int phys_fd,