Home
last modified time | relevance | path

Searched refs:SPR_TIR (Results 1 – 6 of 6) sorted by relevance

/qemu/target/ppc/
H A Dmisc_helper.c77 ts_mask = ~(1U << (8 + env->spr[SPR_TIR])); in helper_spr_write_CTRL()
78 ts = run << (8 + env->spr[SPR_TIR]); in helper_spr_write_CTRL()
H A Dcpu.h1866 #define SPR_TIR (0x1BE) macro
H A Dcpu_init.c2992 spr_register(env, SPR_TIR, "TIR", in init_proc_e500()
5474 spr_register(env, SPR_TIR, "TIR", in register_power8_ids_sprs()
/qemu/hw/ppc/
H A Dspapr_cpu_core.c276 env->spr_cb[SPR_TIR].default_value = thread_index; in spapr_realize_vcpu()
H A Dpnv_core.c231 ppc_spr_t *tir = &env->spr_cb[SPR_TIR]; in pnv_core_cpu_realize()
H A Dppc.c1524 return env->spr_cb[SPR_TIR].default_value; in ppc_cpu_tir()