Home
last modified time | relevance | path

Searched refs:kern_mprotect (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/cloudabi/
HDcloudabi_mem.c126 return (kern_mprotect(td, (uintptr_t)uap->mapping, uap->mapping_len, in cloudabi_sys_mem_protect()
/freebsd-13-stable/sys/compat/linux/
HDlinux_mmap.c243 return (kern_mprotect(td, addr, len, prot, flags)); in linux_mprotect_common()
/freebsd-13-stable/sys/vm/
HDvm_mmap.c645 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/
HDsyscallsubr.h221 int kern_mprotect(struct thread *td, uintptr_t addr, size_t size,
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c482 return (kern_mprotect(td, (uintptr_t)PTRIN(uap->addr), uap->len, in freebsd32_mprotect()