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

/netbsd-current/sys/arch/arm/arm/
H A Dfusu.S141 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
142 ENTRY(_ufetch_32)
150 END(_ufetch_32)
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfusu.S108 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
109 ENTRY(_ufetch_32)
117 END(_ufetch_32)
/netbsd-current/sys/arch/usermode/usermode/
H A Dcopy.c104 _ufetch_32(const uint32_t *uaddr, uint32_t *valp) function
/netbsd-current/sys/arch/sh3/sh3/
H A Dlocore_subr.S768 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
769 ENTRY(_ufetch_32)
770 UFETCHSTORE_PROLOGUE(_ufetch_32)
773 UFETCHSTORE_EPILOGUE(_ufetch_32)
774 SET_ENTRY_SIZE(_ufetch_32)
/netbsd-current/sys/sys/
H A Dsystm.h473 #define _ufetch_32 kasan__ufetch_32 macro
490 #define _ufetch_32 kmsan__ufetch_32 macro
499 int _ufetch_32(const uint32_t *, uint32_t *);
/netbsd-current/sys/arch/mips/mips/
H A Dcopy.S303 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
304 LEAF(_ufetch_32)
310 END(_ufetch_32)
/netbsd-current/sys/arch/amd64/amd64/
H A Dcopy.S399 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
400 ENTRY(_ufetch_32)
414 END(_ufetch_32)
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpcopy.c210 error = _ufetch_32(uva, ret);
/netbsd-current/sys/arch/hppa/hppa/
H A Dcopy.S139 FUX(_ufetch_32, ldw, stw)
/netbsd-current/sys/arch/powerpc/booke/
H A Dcopyin.c240 _ufetch_32(const uint32_t *vusaddr, uint32_t *valp) function
/netbsd-current/sys/arch/i386/i386/
H A Dcopy.S501 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
502 ENTRY(_ufetch_32)
517 END(_ufetch_32)
/netbsd-current/sys/arch/ia64/ia64/
H A Dsupport.S310 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
311 ENTRY(_ufetch_32, 2)
313 END(_ufetch_32)
/netbsd-current/sys/kern/
H A Dsubr_copy.c618 error = _ufetch_32(uva, ret);
723 return _ufetch_32(uaddr, valp);
H A Dsubr_asan.c600 #undef _ufetch_32 macro
673 int _ufetch_32(const uint32_t *, uint32_t *);
680 return _ufetch_32(uaddr, valp);
H A Dsubr_msan.c922 #undef _ufetch_32 macro
1027 int _ufetch_32(const uint32_t *, uint32_t *);
1034 _ret = _ufetch_32(uaddr, valp);
/netbsd-current/sys/arch/m68k/m68k/
H A Dcopy.s357 /* LINTSTUB: _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
358 ENTRY(_ufetch_32)
/netbsd-current/sys/arch/riscv/riscv/
H A Dtrap.c718 _ufetch_32(const uint32_t *uaddr, uint32_t *valp) function
/netbsd-current/sys/arch/alpha/alpha/
H A Dlocore.s1180 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
1181 LEAF_NOPROFILE(_ufetch_32, 2)
1189 END(_ufetch_32)
/netbsd-current/sys/arch/vax/vax/
H A Dsubr.S578 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
579 ENTRY(_ufetch_32,0)
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s5083 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
5084 ENTRY(_ufetch_32)

Completed in 310 milliseconds