Searched refs:kern_mprotect (Results 1 – 2 of 2) sorted by relevance
647 return (kern_mprotect(td, (uintptr_t)uap->addr, uap->len, uap->prot)); in sys_mprotect()651 kern_mprotect(struct thread *td, uintptr_t addr0, size_t size, int prot) in kern_mprotect() function
210 int kern_mprotect(struct thread *td, uintptr_t addr, size_t size, int prot);