Searched refs:kern_mmap (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_mem.c113 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, prot, flags,
/freebsd-11-stable/sys/vm/
H A Dvm_mmap.c179 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, uap->prot,
184 kern_mmap(struct thread *td, uintptr_t addr0, size_t size, int prot, int flags, function
395 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, uap->prot,
450 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, prot, flags,
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h169 int kern_mmap(struct thread *td, uintptr_t addr, size_t size, int prot,
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c481 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, prot,
498 return (kern_mmap(td, (uintptr_t)uap->addr, uap->len, prot,

Completed in 191 milliseconds