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