Searched refs:TSTMSK (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/s390/kernel/ |
D | entry.S | 91 .macro TSTMSK addr, mask, size=8, bytepos=0 macro 96 TSTMSK \addr, "(\mask >> 8)", \size, "(\bytepos + 1)" 120 TSTMSK \tif_ptr,\tif_mask 134 TSTMSK __LC_MCCK_CODE,(MCCK_CODE_STG_ERROR|MCCK_CODE_STG_KEY_ERROR) 136 TSTMSK __LC_MCCK_CODE,MCCK_CODE_STG_DEGRAD 138 TSTMSK __LC_MCCK_CODE,MCCK_CODE_STG_FAIL_ADDR 249 TSTMSK __LC_CPU_FLAGS,_CIF_FPU
|