Home
last modified time | relevance | path

Searched refs:kern_ommap (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Dvm_mmap.c447 return (kern_ommap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in ommap()
452 kern_ommap(struct thread *td, uintptr_t hint, int len, int oprot, in kern_ommap() function
/freebsd/sys/sys/
H A Dsyscallsubr.h265 int kern_ommap(struct thread *td, uintptr_t hint, int len, int oprot,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c580 return (kern_ommap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in ofreebsd32_mmap()