Searched refs:ustore_32 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/tests/modules/ufetchstore/
H A Dufetchstore_tester.c83 args->fetchstore_error = ustore_32(uaddr, args->val32);
H A Dt_ufetchstore.c742 ATF_TC_WITH_CLEANUP(ustore_32); variable
743 ATF_TC_HEAD(ustore_32, tc)
746 "test for correct ustore_32 behavior");
748 ATF_TC_BODY(ustore_32, tc)
758 ATF_TC_CLEANUP(ustore_32, tc)
824 "test for correct ustore_32 NULL pointer behavior");
894 "test for correct ustore_32 VM_MAX_ADDRESS pointer behavior");
954 "test for correct ustore_32 VM_MAX_ADDRESS pointer behavior");
1264 ATF_TP_ADD_TC(tp, ustore_32);
/netbsd-current/sys/kern/
H A Dsubr_copy.c767 ustore_32(uint32_t *uaddr, uint32_t val) function
788 __strong_alias(ustore_int,ustore_32);
793 __strong_alias(ustore_long,ustore_32);
794 __strong_alias(ustore_ptr,ustore_32);
/netbsd-current/tests/modules/
H A Dt_ufetchstore.c742 ATF_TC_WITH_CLEANUP(ustore_32); variable
743 ATF_TC_HEAD(ustore_32, tc)
746 "test for correct ustore_32 behavior");
748 ATF_TC_BODY(ustore_32, tc)
758 ATF_TC_CLEANUP(ustore_32, tc)
824 "test for correct ustore_32 NULL pointer behavior");
894 "test for correct ustore_32 VM_MAX_ADDRESS pointer behavior");
954 "test for correct ustore_32 VM_MAX_ADDRESS pointer behavior");
1264 ATF_TP_ADD_TC(tp, ustore_32);
/netbsd-current/sys/arch/mips/mips/
H A Dmips_emul.c1046 if (ustore_32((void *)vaddr, tf->tf_regs[(inst>>16)&0x1F]) != 0) {
1082 if (ustore_32((void *)vaddr, a) != 0) {
1118 if (ustore_32((void *)vaddr, a) != 0) {
/netbsd-current/sys/sys/
H A Dsystm.h399 int ustore_32(uint32_t *, uint32_t);
/netbsd-current/share/man/man9/
H A DMakefile990 MLINKS+=ustore.9 ustore_8.9 ustore.9 ustore_16.9 ustore.9 ustore_32.9 \

Completed in 204 milliseconds