Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/os-Linux/skas/
Dmem.c179 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/
Dtlb.c23 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/
Dos.h283 unsigned long len, int prot, int phys_fd,