Searched refs:TSTMSK (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | entry.S | 153 .macro TSTMSK addr, mask, size=8, bytepos=0 macro 158 TSTMSK \addr, "(\mask >> 8)", \size, "(\bytepos + 1)" 182 TSTMSK \tif_ptr,\tif_mask 247 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 261 TSTMSK __LC_CPU_FLAGS,_CIF_FPU 354 TSTMSK __TI_flags(%r12),_TIF_TRACE 366 TSTMSK __PT_FLAGS(%r11),_PIF_WORK 368 TSTMSK __TI_flags(%r12),_TIF_WORK 370 TSTMSK __LC_CPU_FLAGS,_CIF_WORK 388 TSTMSK __LC_CPU_FLAGS,_CIF_MCCK_PENDING [all …]
|