/src/sys/arch/aarch64/aarch64/ |
fusu.S | 86 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 87 ENTRY(_ufetch_8) function 95 END(_ufetch_8)
|
/src/sys/arch/arm/arm/ |
fusu.S | 94 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 96 ENTRY(_ufetch_8) function 104 END(_ufetch_8)
|
/src/sys/arch/usermode/usermode/ |
copy.c | 90 _ufetch_8(const uint8_t *uaddr, uint8_t *valp) function in typeref:typename:int
|
/src/sys/arch/sh3/sh3/ |
locore_subr.S | 752 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 753 ENTRY(_ufetch_8) function 754 UFETCHSTORE_PROLOGUE(_ufetch_8) 757 UFETCHSTORE_EPILOGUE(_ufetch_8) 758 SET_ENTRY_SIZE(_ufetch_8)
|
/src/sys/sys/ |
systm.h | 471 #define _ufetch_8 kasan__ufetch_8 macro 488 #define _ufetch_8 kmsan__ufetch_8 macro 497 int _ufetch_8(const uint8_t *, uint8_t *);
|
/src/sys/arch/mips/mips/ |
copy.S | 285 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 286 LEAF(_ufetch_8) 292 END(_ufetch_8)
|
/src/sys/arch/amd64/amd64/ |
copy.S | 365 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 366 ENTRY(_ufetch_8) function 380 END(_ufetch_8)
|
/src/sys/arch/hppa/hppa/ |
copy.S | 137 FUX(_ufetch_8, ldb, stb)
|
/src/sys/arch/powerpc/booke/ |
copyin.c | 204 _ufetch_8(const uint8_t *vusaddr, uint8_t *valp) function in typeref:typename:int
|
/src/sys/arch/i386/i386/ |
copy.S | 465 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 466 ENTRY(_ufetch_8) function 481 END(_ufetch_8)
|
/src/sys/arch/ia64/ia64/ |
support.S | 300 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 301 ENTRY(_ufetch_8, 2) function 303 END(_ufetch_8)
|
/src/sys/arch/m68k/m68k/ |
copy.s | 341 /* LINTSTUB: _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 342 ENTRY(_ufetch_8) function
|
/src/sys/kern/ |
subr_asan.c | 598 #undef _ufetch_8 653 int _ufetch_8(const uint8_t *, uint8_t *); 660 return _ufetch_8(uaddr, valp);
|
subr_msan.c | 920 #undef _ufetch_8 999 int _ufetch_8(const uint8_t *, uint8_t *); 1006 _ret = _ufetch_8(uaddr, valp);
|
subr_copy.c | 705 return _ufetch_8(uaddr, valp);
|
/src/sys/arch/riscv/riscv/ |
trap.c | 708 _ufetch_8(const uint8_t *uaddr, uint8_t *valp) function in typeref:typename:int
|
/src/sys/arch/alpha/alpha/ |
locore.s | 1148 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 1149 LEAF_NOPROFILE(_ufetch_8, 2) 1162 END(_ufetch_8)
|
trap.c | 1197 if (_ufetch_8((void *)memaddr, &b) != 0)
|
/src/sys/arch/vax/vax/ |
subr.S | 564 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 565 ENTRY(_ufetch_8,0) function
|
/src/sys/arch/sparc/sparc/ |
locore.s | 5067 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 5068 ENTRY(_ufetch_8) function
|