Lines Matching defs:uaddr
293 copyin_vmspace(struct vmspace *vm, const void *uaddr, void *kaddr, size_t len) in copyin_vmspace()
326 copyout_vmspace(struct vmspace *vm, const void *kaddr, void *uaddr, size_t len) in copyout_vmspace()
359 copyin_proc(struct proc *p, const void *uaddr, void *kaddr, size_t len) in copyin_proc()
378 copyout_proc(struct proc *p, const void *kaddr, void *uaddr, size_t len) in copyout_proc()
397 copyin_pid(pid_t pid, const void *uaddr, void *kaddr, size_t len) in copyin_pid()
453 ufetchstore_aligned(uintptr_t uaddr, size_t size) in ufetchstore_aligned()
602 _ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) in _ucas_32()
631 _ucas_64(volatile uint64_t *uaddr, uint64_t old, uint64_t new, uint64_t *ret) in _ucas_64()
661 ucas_32(volatile uint32_t *uaddr, uint32_t old, uint32_t new, uint32_t *ret) in ucas_32()
677 ucas_64(volatile uint64_t *uaddr, uint64_t old, uint64_t new, uint64_t *ret) in ucas_64()
700 ufetch_8(const uint8_t *uaddr, uint8_t *valp) in ufetch_8()
709 ufetch_16(const uint16_t *uaddr, uint16_t *valp) in ufetch_16()
718 ufetch_32(const uint32_t *uaddr, uint32_t *valp) in ufetch_32()
728 ufetch_64(const uint64_t *uaddr, uint64_t *valp) in ufetch_64()
749 ustore_8(uint8_t *uaddr, uint8_t val) in ustore_8()
758 ustore_16(uint16_t *uaddr, uint16_t val) in ustore_16()
767 ustore_32(uint32_t *uaddr, uint32_t val) in ustore_32()
777 ustore_64(uint64_t *uaddr, uint64_t val) in ustore_64()