Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_mmap.c182 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in sys_mmap()
200 kern_mmap(struct thread *td, uintptr_t addr0, size_t len, int prot, int flags, in kern_mmap() function
446 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in freebsd6_mmap()
499 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, prot, flags, in ommap()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h204 int kern_mmap(struct thread *td, uintptr_t addr, size_t len, int prot,