Home
last modified time | relevance | path

Searched refs:CC_TRANSFORM (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/drivers/s390/cio/
H A Dioasm.c35 return exception ? -EIO : CC_TRANSFORM(ccode); in __stsch()
65 return exception ? -EIO : CC_TRANSFORM(ccode); in __msch()
90 return CC_TRANSFORM(ccode); in __tsch()
119 return CC_TRANSFORM(ccode); in __ssch()
145 return CC_TRANSFORM(ccode); in __csch()
169 ccode = CC_TRANSFORM(ccode); in tpi()
190 cc = exception ? -EIO : CC_TRANSFORM(cc); in chsc()
209 return CC_TRANSFORM(ccode); in __rsch()
234 return CC_TRANSFORM(ccode); in __hsch()
261 return CC_TRANSFORM(ccode); in __xsch()
[all …]
H A Dqdio_main.c51 return CC_TRANSFORM(cc); in do_siga_sync()
68 return CC_TRANSFORM(cc); in do_siga_input()
100 return CC_TRANSFORM(cc); in do_siga_output()
/linux-6.15/arch/s390/include/asm/
H A Dcpu_mf.h194 return CC_TRANSFORM(cc); in lcctl()
210 return CC_TRANSFORM(cc); in __ecctr()
250 return CC_TRANSFORM(cc); in stcctm()
282 if (exception || CC_TRANSFORM(cc)) in lsctl()
H A Dasm.h37 #define CC_TRANSFORM(cc) ({ cc; }) macro
45 #define CC_TRANSFORM(cc) ({ (cc) >> 28; }) macro
H A Dtimex.h54 return CC_TRANSFORM(cc); in set_tod_clock()
67 return CC_TRANSFORM(cc); in store_tod_clock_ext_cc()
161 CC_TRANSFORM(rc); \
H A Dsigp.h56 return CC_TRANSFORM(cc); in ____pcpu_sigp()
H A Dpai.h41 return CC_TRANSFORM(cc) ? (size + 1) * sizeof(u64) : 0; in qpaci()
H A Duaccess.h55 if (likely(CC_TRANSFORM(cc) == 0)) in raw_copy_from_user()
83 if (likely(CC_TRANSFORM(cc) == 0)) in raw_copy_to_user()
386 if (CC_TRANSFORM(cc) == 0) in __clear_user()
H A Dpage.h158 return CC_TRANSFORM(cc); in page_reset_referenced()
H A Duv.h445 return CC_TRANSFORM(cc); in __uv_call()
/linux-6.15/arch/s390/pci/
H A Dpci_insn.c70 return CC_TRANSFORM(cc); in __mpcifc()
111 return CC_TRANSFORM(cc); in __rpcit()
175 return exception ? -ENXIO : CC_TRANSFORM(cc); in ____pcilg()
244 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcilg_mio()
280 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistg()
334 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistg_mio()
369 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistb()
423 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistb_mio()
H A Dpci_mmio.c48 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistb_mio_inuser()
86 cc = exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistg_mio_inuser()
243 cc = exception ? -ENXIO : CC_TRANSFORM(cc); in __pcilg_mio_inuser()
H A Dpci_clp.c69 return exception ? 3 : CC_TRANSFORM(cc); in clp_get_ilp()
91 return exception ? 3 : CC_TRANSFORM(cc); in clp_req()
/linux-6.15/arch/s390/lib/
H A Duaccess.c80 if (CC_TRANSFORM(cc) == 0) in raw_copy_from_user_key()
129 if (CC_TRANSFORM(cc) == 0) in raw_copy_to_user_key()
H A Dstring.c246 return CC_TRANSFORM(cc); in clcle()
/linux-6.15/arch/s390/kernel/
H A Dcpcmd.c53 if (CC_TRANSFORM(cc)) in diag8_response()
H A Dirq.c140 return CC_TRANSFORM(cc); in irq_pending()
H A Dsthyi.c434 return CC_TRANSFORM(cc); in sthyi()
H A Dtopology.c237 return CC_TRANSFORM(cc); in ptf()
/linux-6.15/arch/s390/boot/
H A Dphysmem_info.c79 cc = exception ? -1 : CC_TRANSFORM(cc); in __diag260()
138 cc = exception ? -EFAULT : CC_TRANSFORM(cc); in tprot()
/linux-6.15/arch/s390/kernel/diag/
H A Ddiag.c322 return CC_TRANSFORM(cc); in diag49c()
/linux-6.15/drivers/s390/char/
H A Dsclp.h333 cc = CC_TRANSFORM(cc); in sclp_service_call()
/linux-6.15/arch/s390/mm/
H A Dpageattr.c429 return CC_TRANSFORM(cc) == 0; in kernel_page_present()
H A Dextmem.c153 return CC_TRANSFORM(cc); in dcss_diag()
/linux-6.15/drivers/s390/block/
H A Ddasd_diag.c89 cc = exception ? 3 : CC_TRANSFORM(cc); in __dia250()

12