Searched refs:linux_mprotect_args (Results 1 – 13 of 13) sorted by relevance
| /src/sys/arm64/linux/ |
| H A D | linux_proto.h | 903 struct linux_mprotect_args { struct 1432 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| H A D | linux_sysent.c | 243 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| H A D | linux_systrace_args.c | 1820 struct linux_mprotect_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux/ |
| H A D | linux_proto.h | 76 struct linux_mprotect_args { struct 1451 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| H A D | linux_sysent.c | 27 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| H A D | linux_systrace_args.c | 105 struct linux_mprotect_args *p = params; in systrace_args()
|
| /src/sys/i386/linux/ |
| H A D | linux_proto.h | 403 struct linux_mprotect_args { struct 1828 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| H A D | linux_sysent.c | 142 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| H A D | linux_systrace_args.c | 871 struct linux_mprotect_args *p = params; in systrace_args()
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_proto.h | 399 struct linux_mprotect_args { struct 1833 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
|
| H A D | linux32_sysent.c | 143 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
|
| H A D | linux32_systrace_args.c | 841 struct linux_mprotect_args *p = params; in systrace_args()
|
| /src/sys/compat/linux/ |
| H A D | linux_misc.c | 354 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
|