Home
last modified time | relevance | path

Searched refs:linux_mprotect_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/arm64/linux/
H A Dlinux_proto.h900 struct linux_mprotect_args { struct
1429 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_sysent.c243 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
H A Dlinux_systrace_args.c1812 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_proto.h76 struct linux_mprotect_args { struct
1448 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_sysent.c27 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
H A Dlinux_systrace_args.c104 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-14.2/sys/i386/linux/
H A Dlinux_proto.h403 struct linux_mprotect_args { struct
1825 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_sysent.c142 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
H A Dlinux_systrace_args.c870 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_proto.h399 struct linux_mprotect_args { struct
1830 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux32_sysent.c143 …{ .sy_narg = AS(linux_mprotect_args), .sy_call = (sy_call_t *)linux_mprotect, .sy_auevent = AUE_MP…
H A Dlinux32_systrace_args.c840 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_misc.c352 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()