Searched refs:linux_mprotect_common (Results 1 – 3 of 3) sorted by relevance
68 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
226 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) in linux_mprotect_common() function
357 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()