Symbol: ufetch_32
sys/arch/aarch64/aarch64/db_disasm.c
94
ufetch_32((uint32_t *)address, &word);
sys/arch/aarch64/aarch64/trap.c
384
if (ufetch_32((uint32_t *)tf->tf_pc, &insn)) {
sys/arch/aarch64/aarch64/trap.c
632
if (ufetch_32((uint32_t *)pc, insn))
sys/arch/alpha/alpha/fp_complete.c
638
if (__predict_false(ufetch_32((void *)trigger_pc, &inst.bits))) {
sys/arch/hppa/hppa/trap.c
331
if (ufetch_32(HPPA_FRAME_CARG(arg_number, fp),
sys/arch/powerpc/booke/booke_machdep.c
567
if (ufetch_32((const void *)tf->tf_srr0, &insn) != 0)
sys/arch/powerpc/powerpc/fix_unaligned.c
157
ret = ufetch_32((uint32_t *)tf->tf_srr0, (uint32_t *)&insn.i_int);
sys/kern/subr_copy.c
742
__strong_alias(ufetch_int,ufetch_32);
sys/kern/subr_copy.c
747
__strong_alias(ufetch_long,ufetch_32);
sys/kern/subr_copy.c
748
__strong_alias(ufetch_ptr,ufetch_32);
sys/kern/sys_futex.c
2052
error = ufetch_32((uint32_t *)uaddr, &val32);
sys/kern/vfs_acl.c
167
error = ufetch_32((const uint32_t *)
sys/sys/systm.h
391
int ufetch_32(const uint32_t *, uint32_t *);
tests/modules/t_ufetchstore.c
1237
ATF_TP_ADD_TC(tp, ufetch_32);
tests/modules/t_ufetchstore.c
415
ATF_TC_WITH_CLEANUP(ufetch_32);
tests/modules/t_ufetchstore.c
416
ATF_TC_HEAD(ufetch_32, tc)
tests/modules/t_ufetchstore.c
421
ATF_TC_BODY(ufetch_32, tc)
tests/modules/t_ufetchstore.c
433
ATF_TC_CLEANUP(ufetch_32, tc)
tests/modules/ufetchstore/t_ufetchstore.c
1237
ATF_TP_ADD_TC(tp, ufetch_32);
tests/modules/ufetchstore/t_ufetchstore.c
415
ATF_TC_WITH_CLEANUP(ufetch_32);
tests/modules/ufetchstore/t_ufetchstore.c
416
ATF_TC_HEAD(ufetch_32, tc)
tests/modules/ufetchstore/t_ufetchstore.c
421
ATF_TC_BODY(ufetch_32, tc)
tests/modules/ufetchstore/t_ufetchstore.c
433
ATF_TC_CLEANUP(ufetch_32, tc)
tests/modules/ufetchstore/ufetchstore_tester.c
56
args->fetchstore_error = ufetch_32(uaddr, &args->val32);