Searched refs:linux_mprotect_args (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_machdep.c136 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap)
H A Dlinux_sysent.c30 { AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 10 = linux_mprotect */
H A Dlinux_proto.h67 struct linux_mprotect_args { struct
1250 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_systrace_args.c105 struct linux_mprotect_args *p = params;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c495 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap)
H A Dlinux32_sysent.c146 { AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 125 = linux_mprotect */
H A Dlinux32_proto.h395 struct linux_mprotect_args { struct
1602 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux32_systrace_args.c841 struct linux_mprotect_args *p = params;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c386 linux_mprotect(struct thread *td, struct linux_mprotect_args *uap)
H A Dlinux_sysent.c145 { AS(linux_mprotect_args), (sy_call_t *)linux_mprotect, AUE_MPROTECT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 125 = linux_mprotect */
H A Dlinux_proto.h403 struct linux_mprotect_args { struct
1622 int linux_mprotect(struct thread *, struct linux_mprotect_args *);
H A Dlinux_systrace_args.c879 struct linux_mprotect_args *p = params;

Completed in 294 milliseconds