Home | History | Annotate | Download | only in ufetchstore

Lines Matching refs:fetchstore_error

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