Searched refs:phys_fd (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/um/os-Linux/skas/ |
D | mem.c | 179 int phys_fd, unsigned long long offset) in map() argument 185 if (sc && sc->mem.prot == prot && sc->mem.fd == phys_fd && in map() 196 sc->mem.fd = phys_fd; in map()
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 23 int phys_fd, unsigned long long offset); 33 int phys_fd, unsigned long long offset) in kern_map() argument 36 return os_map_memory((void *)virt, phys_fd, offset, len, in kern_map()
|
/linux-6.12.1/arch/um/include/shared/ |
D | os.h | 283 unsigned long len, int prot, int phys_fd,
|