Searched refs:SPR_40x_TCR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | ppc.c | 1194 switch ((env->spr[SPR_40x_TCR] >> 24) & 0x3) { in cpu_4xx_fit_cb() 1214 if ((env->spr[SPR_40x_TCR] >> 23) & 0x1) { in cpu_4xx_fit_cb() 1217 trace_ppc4xx_fit((int)((env->spr[SPR_40x_TCR] >> 23) & 0x1), in cpu_4xx_fit_cb() 1218 env->spr[SPR_40x_TCR], env->spr[SPR_40x_TSR]); in cpu_4xx_fit_cb() 1229 !((env->spr[SPR_40x_TCR] >> 26) & 0x1) || in start_stop_pit() 1230 (is_excp && !((env->spr[SPR_40x_TCR] >> 22) & 0x1))) { in start_stop_pit() 1259 if ((env->spr[SPR_40x_TCR] >> 26) & 0x1) { in cpu_4xx_pit_cb() 1263 trace_ppc4xx_pit((int)((env->spr[SPR_40x_TCR] >> 22) & 0x1), in cpu_4xx_pit_cb() 1264 (int)((env->spr[SPR_40x_TCR] >> 26) & 0x1), in cpu_4xx_pit_cb() 1265 env->spr[SPR_40x_TCR], env->spr[SPR_40x_TSR], in cpu_4xx_pit_cb() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 2207 #define SPR_40x_TCR (0x3DA) macro
|
H A D | cpu_init.c | 1135 spr_register(env, SPR_40x_TCR, "TCR", in register_40x_sprs() 7658 env->spr[SPR_40x_TCR], env->spr[SPR_40x_TSR], in ppc_cpu_dump_state()
|