Searched refs:linux_mmap_args (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 367 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap()
|
| H A D | linux_sysent.c | 110 …{ AS(linux_mmap_args), (sy_call_t *)linux_mmap, AUE_MMAP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90 = …
|
| H A D | linux_proto.h | 289 struct linux_mmap_args { struct 1595 int linux_mmap(struct thread *, struct linux_mmap_args *);
|
| H A D | linux_systrace_args.c | 621 struct linux_mmap_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 480 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap()
|
| H A D | linux32_sysent.c | 110 …{ AS(linux_mmap_args), (sy_call_t *)linux_mmap, AUE_MMAP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 90 = …
|
| H A D | linux32_proto.h | 294 struct linux_mmap_args { struct 1578 int linux_mmap(struct thread *, struct linux_mmap_args *);
|
| H A D | linux32_systrace_args.c | 606 struct linux_mmap_args *p = params; in systrace_args()
|