Home
last modified time | relevance | path

Searched refs:cu (Results 1 – 9 of 9) sorted by relevance

/arch/m68k/fpsp040/
Dbugfix.S186 | 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 …]
Dfpsp.h110 .set CU_ONLY,LV+122 | cu-only flag
Dgen_except.S264 tstb CU_ONLY(%a6) |test if inst is cu-only
Dutil.S104 beql ovf_e1_exc |it is cu exception
Dres_func.S115 st CU_ONLY(%a6) |set cu-only inst flag
/arch/s390/include/asm/
Dccwdev.h24 #define CCW_DEVICE(cu, cum) \ argument
25 .cu_type=(cu), .cu_model=(cum), \
29 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument
30 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
/arch/powerpc/kernel/
Dlparcfg.c56 struct cpu_usage *cu; in get_purr() local
58 cu = &per_cpu(cpu_usage_array, cpu); in get_purr()
59 sum_purr += cu->current_tb; in get_purr()
Dtime.c526 struct cpu_usage *cu = &__get_cpu_var(cpu_usage_array); in timer_interrupt() local
527 cu->current_tb = mfspr(SPRN_PURR); in timer_interrupt()
Dprocess.c496 struct cpu_usage *cu = &__get_cpu_var(cpu_usage_array); in __switch_to() local
499 cu->current_tb = current_tb = mfspr(SPRN_PURR); in __switch_to()