Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_mmap.h49 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
H A Dlinux_mmap.c228 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) in linux_mprotect_common() function
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_machdep.c106 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_machdep.c143 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_machdep.c392 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_machdep.c505 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()