Searched refs:TSTMSK (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 150 .macro TSTMSK addr, mask, size=8, bytepos=0 macro 155 TSTMSK \addr, "(\mask >> 8)", \size, "(\bytepos + 1)" 192 TSTMSK __LC_MACHINE_FLAGS,MACHINE_FLAG_LPP 210 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 224 TSTMSK __LC_CPU_FLAGS,_CIF_FPU 293 TSTMSK __TI_flags(%r12),_TIF_TRACE 301 TSTMSK __PT_FLAGS(%r11),_PIF_WORK 303 TSTMSK __TI_flags(%r12),_TIF_WORK 305 TSTMSK __LC_CPU_FLAGS,_CIF_WORK 321 TSTMSK __LC_CPU_FLAGS,_CIF_MCCK_PENDING [all …]
|