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.h25 #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/
Dlparcfg.c60 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/
Dtime.c515 struct cpu_usage *cu = &__get_cpu_var(cpu_usage_array); in __timer_interrupt() local
516 cu->current_tb = mfspr(SPRN_PURR); in __timer_interrupt()
Dprocess.c859 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()