Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_mmap.h70 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
H A Dlinux_mmap.c233 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) in linux_mprotect_common() function
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_machdep.c113 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_machdep.c147 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
/freebsd-13.1/sys/i386/linux/
H A Dlinux_machdep.c359 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_machdep.c464 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()