Searched refs:linux_mprotect_args (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/sys/arm64/linux/ |
| HD | linux_proto.h | 900 struct linux_mprotect_args { struct 1429 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| HD | linux_sysent.c | 243 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| HD | linux_systrace_args.c | 1812 struct linux_mprotect_args *p = params; in systrace_args()
|
| /freebsd-14-stable/sys/amd64/linux/ |
| HD | linux_proto.h | 76 struct linux_mprotect_args { struct 1448 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| HD | linux_sysent.c | 27 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| HD | linux_systrace_args.c | 104 struct linux_mprotect_args *p = params; in systrace_args()
|
| /freebsd-14-stable/sys/amd64/linux32/ |
| HD | linux32_proto.h | 399 struct linux_mprotect_args { struct 1830 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| HD | linux32_sysent.c | 143 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| HD | linux32_systrace_args.c | 840 struct linux_mprotect_args *p = params; in systrace_args()
|
| /freebsd-14-stable/sys/i386/linux/ |
| HD | linux_proto.h | 403 struct linux_mprotect_args { struct 1825 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| HD | linux_sysent.c | 142 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| HD | linux_systrace_args.c | 870 struct linux_mprotect_args *p = params; in systrace_args()
|
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_misc.c | 352 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
|