Home
last modified time | relevance | path

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

/src/sys/compat/linux/
H A Dlinux_mmap.h68 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
H A Dlinux_mmap.c226 linux_mprotect_common(struct thread *td, uintptr_t addr, size_t len, int prot) in linux_mprotect_common() function
H A Dlinux_misc.c357 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()