Lines Matching defs:addr0
490 kern_msync(struct thread *td, uintptr_t addr0, size_t size, int flags)
497 addr = addr0;
543 kern_munmap(struct thread *td, uintptr_t addr0, size_t size)
558 addr = addr0;
623 kern_mprotect(struct thread *td, uintptr_t addr0, size_t size, int prot,
630 addr = addr0;
683 kern_minherit(struct thread *td, uintptr_t addr0, size_t len, int inherit0)
689 addr = (vm_offset_t)addr0;
726 kern_madvise(struct thread *td, uintptr_t addr0, size_t len, int behav)
747 addr = addr0;
780 kern_mincore(struct thread *td, uintptr_t addr0, size_t len, char *vec)
797 first_addr = addr = trunc_page(addr0);
798 end = round_page(addr0 + len);
1030 kern_mlock(struct proc *proc, struct ucred *cred, uintptr_t addr0, size_t len)
1041 addr = addr0;
1211 kern_munlock(struct thread *td, uintptr_t addr0, size_t size)
1222 addr = addr0;