Lines Matching full:exception
22 int ccode, exception; in __stsch() local
24 exception = 1; in __stsch()
32 : CC_OUT(cc, ccode), [addr] "=Q" (*addr), [exc] "+d" (exception) in __stsch()
35 return exception ? -EIO : CC_TRANSFORM(ccode); in __stsch()
52 int ccode, exception; in __msch() local
54 exception = 1; in __msch()
62 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __msch()
65 return exception ? -EIO : CC_TRANSFORM(ccode); in __msch()
106 int ccode, exception; in __ssch() local
108 exception = 1; in __ssch()
116 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __ssch()
178 int cc, exception; in chsc() local
180 exception = 1; in chsc()
187 : CC_OUT(cc, cc), "+m" (*(addr_type *)chsc_area), [exc] "+d" (exception) in chsc()
190 cc = exception ? -EIO : CC_TRANSFORM(cc); in chsc()