/src/sys/arch/aarch64/aarch64/ |
fusu.S | 97 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 98 ENTRY(_ufetch_16) function 106 END(_ufetch_16)
|
/src/sys/arch/usermode/usermode/ |
copy.c | 97 _ufetch_16(const uint16_t *uaddr, uint16_t *valp) function in typeref:typename:int
|
/src/sys/arch/vax/vax/ |
subr.S | 571 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 572 ENTRY(_ufetch_16,0) function
|
/src/sys/arch/ia64/ia64/ |
support.S | 305 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 306 ENTRY(_ufetch_16, 2) function 308 END(_ufetch_16)
|
/src/sys/arch/powerpc/booke/ |
copyin.c | 222 _ufetch_16(const uint16_t *vusaddr, uint16_t *valp) function in typeref:typename:int
|
/src/sys/arch/i386/i386/ |
copy.S | 483 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 484 ENTRY(_ufetch_16) function 499 END(_ufetch_16)
|
/src/sys/arch/sh3/sh3/ |
locore_subr.S | 760 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 761 ENTRY(_ufetch_16) function 762 UFETCHSTORE_PROLOGUE(_ufetch_16) 765 UFETCHSTORE_EPILOGUE(_ufetch_16) 766 SET_ENTRY_SIZE(_ufetch_16)
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 699 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 700 ENTRY(_ufetch_16) function
|
/src/sys/arch/m68k/m68k/ |
copy.s | 349 /* LINTSTUB: _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 350 ENTRY(_ufetch_16) function
|
/src/sys/arch/amd64/amd64/ |
copy.S | 382 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 383 ENTRY(_ufetch_16) function 397 END(_ufetch_16)
|
/src/sys/arch/riscv/riscv/ |
trap.c | 714 _ufetch_16(const uint16_t *uaddr, uint16_t *valp) function in typeref:typename:int
|
/src/sys/sys/ |
systm.h | 472 #define _ufetch_16 kasan__ufetch_16 macro 489 #define _ufetch_16 kmsan__ufetch_16 macro 498 int _ufetch_16(const uint16_t *, uint16_t *);
|
/src/sys/arch/sparc/sparc/ |
locore.s | 5075 /* LINTSTUB: int _ufetch_16(const uint16_t *uaddr, uint16_t *valp); */ 5076 ENTRY(_ufetch_16) function
|