Searched refs:TSTMSK (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | entry.S | 230 .macro TSTMSK addr, mask, size=8, bytepos=0 macro 235 TSTMSK \addr, "(\mask >> 8)", \size, "(\bytepos + 1)" 259 TSTMSK \tif_ptr,\tif_mask 324 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 338 TSTMSK __LC_CPU_FLAGS,_CIF_FPU 430 TSTMSK __TI_flags(%r12),_TIF_TRACE 443 TSTMSK __PT_FLAGS(%r11),_PIF_WORK 445 TSTMSK __TI_flags(%r12),_TIF_WORK 447 TSTMSK __LC_CPU_FLAGS,(_CIF_WORK-_CIF_FPU) 452 TSTMSK __LC_CPU_FLAGS, _CIF_FPU [all …]
|