| /src/sys/arch/aarch64/aarch64/ |
| fusu.S | 119 /* LINTSTUB: int _ufetch_64(const uint64_t *uaddr, uint64_t *valp); */ 120 ENTRY(_ufetch_64) function 128 END(_ufetch_64)
|
| /src/sys/arch/usermode/usermode/ |
| copy.c | 112 _ufetch_64(const uint64_t *uaddr, uint64_t *valp) function in typeref:typename:int
|
| /src/sys/sys/ |
| systm.h | 474 #define _ufetch_64 kasan__ufetch_64 macro 491 #define _ufetch_64 kmsan__ufetch_64 macro 501 int _ufetch_64(const uint64_t *, uint64_t *);
|
| /src/sys/arch/mips/mips/ |
| copy.S | 313 /* LINTSTUB: int _ufetch_64(const uint64_t *uaddr, uint64_t *valp); */ 314 LEAF(_ufetch_64) 320 END(_ufetch_64)
|
| /src/sys/arch/amd64/amd64/ |
| copy.S | 416 /* LINTSTUB: int _ufetch_64(const uint64_t *uaddr, uint64_t *valp); */ 417 ENTRY(_ufetch_64) function 431 END(_ufetch_64)
|
| /src/sys/rump/librump/rumpkern/ |
| rumpcopy.c | 229 error = _ufetch_64(uva, ret);
|
| /src/sys/kern/ |
| subr_copy.c | 647 error = _ufetch_64(uva, ret); 733 return _ufetch_64(uaddr, valp);
|
| subr_asan.c | 601 #undef _ufetch_64 684 int _ufetch_64(const uint64_t *, uint64_t *); 691 return _ufetch_64(uaddr, valp);
|
| subr_msan.c | 923 #undef _ufetch_64 1042 int _ufetch_64(const uint64_t *, uint64_t *); 1049 _ret = _ufetch_64(uaddr, valp);
|
| /src/sys/arch/ia64/ia64/ |
| support.S | 315 /* LINTSTUB: int _ufetch_64(const uint64_t *uaddr, uint64_t *valp); */ 316 ENTRY(_ufetch_64, 2) function 318 END(_ufetch_64)
|
| /src/sys/arch/riscv/riscv/ |
| trap.c | 727 _ufetch_64(const uint64_t *uaddr, uint64_t *valp) function in typeref:typename:int
|
| /src/sys/arch/alpha/alpha/ |
| locore.s | 1191 /* LINTSTUB: int _ufetch_64(const uint64_t *uaddr, uint64_t *valp); */ 1192 LEAF_NOPROFILE(_ufetch_64, 2) 1200 END(_ufetch_64)
|