HomeSort by: relevance | last modified time | path
    Searched refs:ustore_32 (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 83 args->fetchstore_error = ustore_32(uaddr, args->val32);
t_ufetchstore.c 742 ATF_TC_WITH_CLEANUP(ustore_32);
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);
  /src/sys/kern/
subr_copy.c 767 ustore_32(uint32_t *uaddr, uint32_t val) function in typeref:typename:int
788 __strong_alias(ustore_int,ustore_32);
793 __strong_alias(ustore_long,ustore_32);
794 __strong_alias(ustore_ptr,ustore_32);
  /src/tests/modules/
t_ufetchstore.c 742 ATF_TC_WITH_CLEANUP(ustore_32);
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);
  /src/sys/arch/mips/mips/
mips_emul.c 1050 if (ustore_32((void *)vaddr, tf->tf_regs[(inst>>16)&0x1F]) != 0) {
1086 if (ustore_32((void *)vaddr, a) != 0) {
1122 if (ustore_32((void *)vaddr, a) != 0) {
  /src/sys/sys/
systm.h 399 int ustore_32(uint32_t *, uint32_t);
  /src/share/man/man9/
Makefile 1001 MLINKS+=ustore.9 ustore_8.9 ustore.9 ustore_16.9 ustore.9 ustore_32.9 \

Completed in 32 milliseconds