Home
last modified time | relevance | path

Searched refs:linux_mprotect_common (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_mmap.h68 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
H A Dlinux_mmap.c230 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) in linux_mprotect_common() function
284 return (linux_mprotect_common(td, addr, len, prot)); in linux_pkey_mprotect_common()
H A Dlinux_misc.c358 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()
/freebsd/sys/amd64/linux/
H A Dlinux_pkru.c216 error = linux_mprotect_common(td, addr, len, prot); in linux_pkey_mprotect_machdep()