HomeSort by: relevance | last modified time | path
    Searched refs:_ufetch_32 (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
fusu.S 108 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
109 ENTRY(_ufetch_32) function
117 END(_ufetch_32)
  /src/sys/arch/arm/arm/
fusu.S 141 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
142 ENTRY(_ufetch_32) function
150 END(_ufetch_32)
  /src/sys/arch/usermode/usermode/
copy.c 104 _ufetch_32(const uint32_t *uaddr, uint32_t *valp) function in typeref:typename:int
  /src/sys/arch/sh3/sh3/
locore_subr.S 768 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
769 ENTRY(_ufetch_32) function
770 UFETCHSTORE_PROLOGUE(_ufetch_32)
773 UFETCHSTORE_EPILOGUE(_ufetch_32)
774 SET_ENTRY_SIZE(_ufetch_32)
  /src/sys/sys/
systm.h 473 #define _ufetch_32 kasan__ufetch_32 macro
490 #define _ufetch_32 kmsan__ufetch_32 macro
499 int _ufetch_32(const uint32_t *, uint32_t *);
  /src/sys/arch/mips/mips/
copy.S 303 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
304 LEAF(_ufetch_32)
310 END(_ufetch_32)
  /src/sys/arch/amd64/amd64/
copy.S 399 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
400 ENTRY(_ufetch_32) function
414 END(_ufetch_32)
  /src/sys/arch/hppa/hppa/
copy.S 139 FUX(_ufetch_32, ldw, stw)
  /src/sys/arch/powerpc/booke/
copyin.c 240 _ufetch_32(const uint32_t *vusaddr, uint32_t *valp) function in typeref:typename:int
  /src/sys/rump/librump/rumpkern/
rumpcopy.c 210 error = _ufetch_32(uva, ret);
  /src/sys/arch/i386/i386/
copy.S 501 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
502 ENTRY(_ufetch_32) function
517 END(_ufetch_32)
  /src/sys/kern/
subr_copy.c 618 error = _ufetch_32(uva, ret);
723 return _ufetch_32(uaddr, valp);
subr_asan.c 600 #undef _ufetch_32
673 int _ufetch_32(const uint32_t *, uint32_t *);
680 return _ufetch_32(uaddr, valp);
subr_msan.c 922 #undef _ufetch_32
1027 int _ufetch_32(const uint32_t *, uint32_t *);
1034 _ret = _ufetch_32(uaddr, valp);
  /src/sys/arch/ia64/ia64/
support.S 310 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
311 ENTRY(_ufetch_32, 2) function
313 END(_ufetch_32)
  /src/sys/arch/m68k/m68k/
copy.s 357 /* LINTSTUB: _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
358 ENTRY(_ufetch_32) function
  /src/sys/arch/riscv/riscv/
trap.c 720 _ufetch_32(const uint32_t *uaddr, uint32_t *valp) function in typeref:typename:int
  /src/sys/arch/alpha/alpha/
locore.s 1180 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
1181 LEAF_NOPROFILE(_ufetch_32, 2)
1189 END(_ufetch_32)
  /src/sys/arch/vax/vax/
subr.S 578 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
579 ENTRY(_ufetch_32,0) function
  /src/sys/arch/sparc/sparc/
locore.s 5083 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */
5084 ENTRY(_ufetch_32) function

Completed in 28 milliseconds