Searched refs:phys_fd (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/os-Linux/skas/ |
H A D | mem.c | 235 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 D | tlb.c | 23 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 D | os.h | 283 unsigned long len, int prot, int phys_fd,
|