Home
last modified time | relevance | path

Searched refs:_ustore_64 (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/arch/aarch64/aarch64/
H A Dfusu.S161 ENTRY(_ustore_64)
168 END(_ustore_64)
/netbsd/sys/sys/
H A Dsystm.h467 int _ustore_64(uint64_t *, uint64_t);
493 #define _ustore_64 kmsan__ustore_64 macro
505 int _ustore_64(uint64_t *, uint64_t);
/netbsd/sys/arch/usermode/usermode/
H A Dcopy.c142 _ustore_64(uint64_t *uaddr, uint64_t val) in _ustore_64() function
/netbsd/sys/arch/amd64/amd64/
H A Dcopy.S482 ENTRY(_ustore_64)
495 END(_ustore_64)
/netbsd/sys/arch/mips/mips/
H A Dcopy.S349 LEAF(_ustore_64)
354 END(_ustore_64)
/netbsd/sys/kern/
H A Dsubr_copy.c649 error = _ustore_64(uva, new); in _ucas_64()
782 return _ustore_64(uaddr, val); in ustore_64()
H A Dsubr_msan.c927 #undef _ustore_64
1088 int _ustore_64(uint64_t *, uint64_t);
1095 return _ustore_64(uaddr, val); in kmsan__ustore_64()
/netbsd/sys/rump/librump/rumpkern/
H A Drumpcopy.c231 error = _ustore_64(uva, new); in _ucas_64()
/netbsd/sys/arch/ia64/ia64/
H A Dsupport.S373 ENTRY(_ustore_64, 2)
375 END(_ustore_64)
/netbsd/sys/arch/alpha/alpha/
H A Dlocore.s1243 LEAF_NOPROFILE(_ustore_64, 2)
1250 END(_ustore_64)
/netbsd/sys/arch/riscv/riscv/
H A Dtrap.c769 _ustore_64(uint64_t *uaddr, uint64_t val) in _ustore_64() function