Lines Matching defs:crw
11 #include <asm/crw.h>
272 static inline int __stcrw(struct crw *crw)
277 " stcrw %[crw]\n"
280 : [cc] "=&d" (ccode), [crw] "=Q" (*crw)
286 static inline int _stcrw(struct crw *crw)
290 if (stcrw_get_injected(crw) == 0)
295 return __stcrw(crw);
298 int stcrw(struct crw *crw)
302 ccode = _stcrw(crw);
303 trace_s390_cio_stcrw(crw, ccode);