Searched refs:_ufetch_16 (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/arch/arm/arm/
H A Dfusu.S121 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
122 STRONG_ALIAS(_ufetch_16,_ufetch_16_no_ldrht)
137 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
138 STRONG_ALIAS(_ufetch_16,_ufetch_16_ldrht)
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfusu.S97 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
98 ENTRY(_ufetch_16)
106 END(_ufetch_16)
/netbsd-current/sys/arch/usermode/usermode/
H A Dcopy.c97 _ufetch_16(const uint16_t *uaddr, uint16_t *valp) function
/netbsd-current/sys/arch/sh3/sh3/
H A Dlocore_subr.S760 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
761 ENTRY(_ufetch_16)
762 UFETCHSTORE_PROLOGUE(_ufetch_16)
765 UFETCHSTORE_EPILOGUE(_ufetch_16)
766 SET_ENTRY_SIZE(_ufetch_16)
/netbsd-current/sys/sys/
H A Dsystm.h472 #define _ufetch_16 kasan__ufetch_16 macro
489 #define _ufetch_16 kmsan__ufetch_16 macro
498 int _ufetch_16(const uint16_t *, uint16_t *);
/netbsd-current/sys/arch/mips/mips/
H A Dcopy.S294 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
295 LEAF(_ufetch_16)
301 END(_ufetch_16)
/netbsd-current/sys/arch/amd64/amd64/
H A Dcopy.S382 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
383 ENTRY(_ufetch_16)
397 END(_ufetch_16)
/netbsd-current/sys/arch/hppa/hppa/
H A Dcopy.S138 FUX(_ufetch_16, ldh, sth)
/netbsd-current/sys/arch/powerpc/booke/
H A Dcopyin.c222 _ufetch_16(const uint16_t *vusaddr, uint16_t *valp) function
/netbsd-current/sys/arch/i386/i386/
H A Dcopy.S483 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
484 ENTRY(_ufetch_16)
499 END(_ufetch_16)
/netbsd-current/sys/arch/ia64/ia64/
H A Dsupport.S305 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
306 ENTRY(_ufetch_16, 2)
308 END(_ufetch_16)
/netbsd-current/sys/arch/m68k/m68k/
H A Dcopy.s349 /* LINTSTUB: _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
350 ENTRY(_ufetch_16)
/netbsd-current/sys/kern/
H A Dsubr_asan.c599 #undef _ufetch_16 macro
663 int _ufetch_16(const uint16_t *, uint16_t *);
670 return _ufetch_16(uaddr, valp);
H A Dsubr_msan.c921 #undef _ufetch_16 macro
1013 int _ufetch_16(const uint16_t *, uint16_t *);
1020 _ret = _ufetch_16(uaddr, valp);
H A Dsubr_copy.c714 return _ufetch_16(uaddr, valp);
/netbsd-current/sys/arch/riscv/riscv/
H A Dtrap.c712 _ufetch_16(const uint16_t *uaddr, uint16_t *valp) function
/netbsd-current/sys/arch/alpha/alpha/
H A Dlocore.s1164 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
1165 LEAF_NOPROFILE(_ufetch_16, 2)
1178 END(_ufetch_16)
H A Dtrap.c1205 if (_ufetch_16((void *)memaddr, &w) != 0)
/netbsd-current/sys/arch/vax/vax/
H A Dsubr.S571 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
572 ENTRY(_ufetch_16,0)
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s5075 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */
5076 ENTRY(_ufetch_16)

Completed in 181 milliseconds