Searched refs:freebsd32_mprotect (Results 1 – 3 of 3) sorted by relevance
709 int freebsd32_mprotect(struct thread *, struct freebsd32_mprotect_args *);
144 …{ .sy_narg = AS(freebsd32_mprotect_args), .sy_call = (sy_call_t *)freebsd32_mprotect, .sy_auevent …
519 freebsd32_mprotect(struct thread *td, struct freebsd32_mprotect_args *uap) in freebsd32_mprotect() function