/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/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/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/powerpc/booke/ |
copyin.c | 240 _ufetch_32(const uint32_t *vusaddr, uint32_t *valp) function in typeref:typename:int
|
/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/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/arch/sparc64/sparc64/ |
copy.S | 707 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */ 708 ENTRY(_ufetch_32) function
|
/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/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/riscv/riscv/ |
trap.c | 720 _ufetch_32(const uint32_t *uaddr, uint32_t *valp) function in typeref:typename:int
|
/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/sparc/sparc/ |
locore.s | 5083 /* LINTSTUB: int _ufetch_32(const uint32_t *uaddr, uint32_t *valp); */ 5084 ENTRY(_ufetch_32) function
|