Searched refs:linux_mprotect_common (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_mmap.h | 49 int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);
|
| H A D | linux_mmap.c | 228 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 D | linux_machdep.c | 106 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, in linux_mprotect()
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_machdep.c | 143 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 392 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 505 return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len, uap->prot)); in linux_mprotect()
|