Home
last modified time | relevance | path

Searched refs:kern_munmap (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_mmap.c568 return (kern_munmap(td, (uintptr_t)uap->addr, uap->len)); in sys_munmap()
572 kern_munmap(struct thread *td, uintptr_t addr0, size_t size) in kern_munmap() function
/f-stack/freebsd/sys/
H A Dsyscallsubr.h216 int kern_munmap(struct thread *td, uintptr_t addr, size_t size);