Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_machdep.c103 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
H A Dlinux_sysent.c246 …{ AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC…
H A Dlinux_proto.h839 struct linux_mprotect_args { struct
1237 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_systrace_args.c1711 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_machdep.c140 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
H A Dlinux_sysent.c30 …{ AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC…
H A Dlinux_proto.h68 struct linux_mprotect_args { struct
1251 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_systrace_args.c105 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_machdep.c389 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
H A Dlinux_sysent.c145 …{ AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC…
H A Dlinux_proto.h404 struct linux_mprotect_args { struct
1623 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_systrace_args.c879 struct linux_mprotect_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_machdep.c502 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap) in linux_mprotect()
H A Dlinux32_sysent.c145 …{ AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC…
H A Dlinux32_proto.h396 struct linux_mprotect_args { struct
1603 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux32_systrace_args.c841 struct linux_mprotect_args *p = params; in systrace_args()