Searched refs:linux_mmap_common (Results 1 – 5 of 5) sorted by relevance
| /src/sys/compat/linux/ |
| H A D | linux_mmap.h | 66 int linux_mmap_common(struct thread *, uintptr_t, size_t, int, int,
|
| H A D | linux_mmap.c | 74 linux_mmap_common(struct thread *td, uintptr_t addr, size_t len, int prot, in linux_mmap_common() function
|
| H A D | linux_misc.c | 378 return (linux_mmap_common(td, PTROUT(uap->addr), uap->len, uap->prot, in linux_mmap2() 381 return (linux_mmap_common(td, PTROUT(uap->addr), uap->len, uap->prot, in linux_mmap2()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 319 return (linux_mmap_common(td, linux_args.addr, linux_args.len, in linux_mmap()
|
| /src/sys/i386/linux/ |
| H A D | linux_machdep.c | 321 return (linux_mmap_common(td, linux_args.addr, linux_args.len, in linux_mmap()
|