Lines Matching refs:fetchstore_error
50 args->fetchstore_error = ufetch_8(uaddr, &args->val8); in test_ufetch()
53 args->fetchstore_error = ufetch_16(uaddr, &args->val16); in test_ufetch()
56 args->fetchstore_error = ufetch_32(uaddr, &args->val32); in test_ufetch()
60 args->fetchstore_error = ufetch_64(uaddr, &args->val64); in test_ufetch()
77 args->fetchstore_error = ustore_8(uaddr, args->val8); in test_ustore()
80 args->fetchstore_error = ustore_16(uaddr, args->val16); in test_ustore()
83 args->fetchstore_error = ustore_32(uaddr, args->val32); in test_ustore()
87 args->fetchstore_error = ustore_64(uaddr, args->val64); in test_ustore()
104 args->fetchstore_error = ucas_32(uaddr, in test_ucas()
109 args->fetchstore_error = ucas_64(uaddr, in test_ucas()
144 args.fetchstore_error = EBADF; /* poison */ in do_ufetchstore_test()