Searched refs:ufetch_32 (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/aarch64/aarch64/
H A Ddb_disasm.c94 ufetch_32((uint32_t *)address, &word);
H A Dtrap.c384 if (ufetch_32((uint32_t *)tf->tf_pc, &insn)) {
632 if (ufetch_32((uint32_t *)pc, insn))
/netbsd-current/tests/modules/ufetchstore/
H A Dufetchstore_tester.c56 args->fetchstore_error = ufetch_32(uaddr, &args->val32);
H A Dt_ufetchstore.c415 ATF_TC_WITH_CLEANUP(ufetch_32); variable
416 ATF_TC_HEAD(ufetch_32, tc)
419 "test for correct ufetch_32 behavior");
421 ATF_TC_BODY(ufetch_32, tc)
433 ATF_TC_CLEANUP(ufetch_32, tc)
505 "test for correct ufetch_32 NULL pointer behavior");
583 "test for correct ufetch_32 VM_MAX_ADDRESS pointer behavior");
649 "test for correct ufetch_32 near-VM_MAX_ADDRESS pointer behavior");
1237 ATF_TP_ADD_TC(tp, ufetch_32);
/netbsd-current/sys/kern/
H A Dsubr_copy.c718 ufetch_32(const uint32_t *uaddr, uint32_t *valp) function
739 __strong_alias(ufetch_int,ufetch_32);
744 __strong_alias(ufetch_long,ufetch_32);
745 __strong_alias(ufetch_ptr,ufetch_32);
H A Dvfs_acl.c165 error = ufetch_32((const uint32_t *)
H A Dsys_futex.c1950 error = ufetch_32((uint32_t *)uaddr, &val32);
/netbsd-current/tests/modules/
H A Dt_ufetchstore.c415 ATF_TC_WITH_CLEANUP(ufetch_32); variable
416 ATF_TC_HEAD(ufetch_32, tc)
419 "test for correct ufetch_32 behavior");
421 ATF_TC_BODY(ufetch_32, tc)
433 ATF_TC_CLEANUP(ufetch_32, tc)
505 "test for correct ufetch_32 NULL pointer behavior");
583 "test for correct ufetch_32 VM_MAX_ADDRESS pointer behavior");
649 "test for correct ufetch_32 near-VM_MAX_ADDRESS pointer behavior");
1237 ATF_TP_ADD_TC(tp, ufetch_32);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dfix_unaligned.c157 ret = ufetch_32((uint32_t *)tf->tf_srr0, (uint32_t *)&insn.i_int);
/netbsd-current/sys/arch/powerpc/booke/
H A Dbooke_machdep.c567 if (ufetch_32((const void *)tf->tf_srr0, &insn) != 0)
/netbsd-current/sys/sys/
H A Dsystm.h388 int ufetch_32(const uint32_t *, uint32_t *);
/netbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c635 if (__predict_false(ufetch_32((void *)trigger_pc, &inst.bits))) {
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h371 (ufetch_32((uint32_t *)(uaddr), &(val)), 0)
/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.c331 if (ufetch_32(HPPA_FRAME_CARG(arg_number, fp),
/netbsd-current/share/man/man9/
H A DMakefile986 MLINKS+=ufetch.9 ufetch_8.9 ufetch.9 ufetch_16.9 ufetch.9 ufetch_32.9 \

Completed in 133 milliseconds