Searched refs:kern_mprotect (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/compat/cloudabi/ |
| HD | cloudabi_mem.c | 126 return (kern_mprotect(td, (uintptr_t)uap->mapping, uap->mapping_len, in cloudabi_sys_mem_protect()
|
| /freebsd-13-stable/sys/compat/linux/ |
| HD | linux_mmap.c | 243 return (kern_mprotect(td, addr, len, prot, flags)); in linux_mprotect_common()
|
| /freebsd-13-stable/sys/vm/ |
| HD | vm_mmap.c | 645 return (kern_mprotect(td, (uintptr_t)uap->addr, uap->len, in sys_mprotect() 650 kern_mprotect(struct thread *td, uintptr_t addr0, size_t size, int prot, in kern_mprotect() function
|
| /freebsd-13-stable/sys/sys/ |
| HD | syscallsubr.h | 221 int kern_mprotect(struct thread *td, uintptr_t addr, size_t size,
|
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 482 return (kern_mprotect(td, (uintptr_t)PTRIN(uap->addr), uap->len, in freebsd32_mprotect()
|