Searched refs:kern_ommap (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_mmap.c | 419 return (kern_ommap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in ommap() 424 kern_ommap(struct thread *td, uintptr_t hint, int len, int oprot, in kern_ommap() function
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 263 int kern_ommap(struct thread *td, uintptr_t hint, int len, int oprot,
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 581 return (kern_ommap(td, (uintptr_t)uap->addr, uap->len, uap->prot, in ofreebsd32_mmap()
|