/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/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/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/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/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/arch/sparc64/sparc64/ |
copy.S | 691 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 692 ENTRY(_ufetch_8) function
|
/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/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/riscv/riscv/ |
trap.c | 708 _ufetch_8(const uint8_t *uaddr, uint8_t *valp) function in typeref:typename:int
|
/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/sparc/sparc/ |
locore.s | 5067 /* LINTSTUB: int _ufetch_8(const uint8_t *uaddr, uint8_t *valp); */ 5068 ENTRY(_ufetch_8) function
|