Searched refs:TSTMSK (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/s390/kernel/ |
| D | entry.S | 213 .macro TSTMSK addr, mask, size=8, bytepos=0 macro 218 TSTMSK \addr, "(\mask >> 8)", \size, "(\bytepos + 1)" 242 TSTMSK \tif_ptr,\tif_mask 307 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 321 TSTMSK __LC_CPU_FLAGS,_CIF_FPU 413 TSTMSK __TI_flags(%r12),_TIF_TRACE 426 TSTMSK __PT_FLAGS(%r11),_PIF_WORK 428 TSTMSK __TI_flags(%r12),_TIF_WORK 430 TSTMSK __LC_CPU_FLAGS,(_CIF_WORK-_CIF_FPU) 435 TSTMSK __LC_CPU_FLAGS, _CIF_FPU [all …]
|