Searched refs:cu (Results 1 – 9 of 9) sorted by relevance
/arch/m68k/fpsp040/ |
D | bugfix.S | 186 | cu src equal to xu dest or equal to nu dest. If so, go to 187 | op0. Else, or if opclass2, check for cu dest equal to 197 | Check for cu and nu register conflict. If one exists, this takes 198 | priority over a cu and xu conflict. 205 | Check for cu dest equal to nu dest. If so, go and fix the 212 | Check for cu and xu register conflict. 246 | We have the case in which a conflict exists between the cu src or 248 | the cu and restore the state, allowing the instruction in the 252 | restore the instruction from the cu to the frame and continue 262 | The cu savepc is set to zero, and the frame is restored to the [all …]
|
D | fpsp.h | 110 .set CU_ONLY,LV+122 | cu-only flag
|
D | gen_except.S | 264 tstb CU_ONLY(%a6) |test if inst is cu-only
|
D | util.S | 104 beql ovf_e1_exc |it is cu exception
|
D | res_func.S | 115 st CU_ONLY(%a6) |set cu-only inst flag
|
/arch/s390/include/asm/ |
D | ccwdev.h | 25 #define CCW_DEVICE(cu, cum) \ argument 26 .cu_type=(cu), .cu_model=(cum), \ 30 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 31 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
|
/arch/powerpc/platforms/pseries/ |
D | lparcfg.c | 60 struct cpu_usage *cu; in get_purr() local 62 cu = &per_cpu(cpu_usage_array, cpu); in get_purr() 63 sum_purr += cu->current_tb; in get_purr()
|
/arch/powerpc/kernel/ |
D | time.c | 515 struct cpu_usage *cu = &__get_cpu_var(cpu_usage_array); in __timer_interrupt() local 516 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
|
D | process.c | 859 struct cpu_usage *cu = &__get_cpu_var(cpu_usage_array); in __switch_to() local 862 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()
|