Searched refs:linux_mprotect_common (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_mmap.h | 68 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
|
| H A D | linux_mmap.c | 230 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 D | linux_misc.c | 358 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_pkru.c | 216 error = linux_mprotect_common(td, addr, len, prot); in linux_pkey_mprotect_machdep()
|