Home
last modified time | relevance | path

Searched refs:SPR_PIR (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dxive2.c217 uint32_t pir = env->spr_cb[SPR_PIR].default_value; in xive2_tctx_save_os_ctx()
309 uint32_t pir = env->spr_cb[SPR_PIR].default_value; in xive2_tctx_restore_os_ctx()
492 uint32_t pir = env->spr_cb[SPR_PIR].default_value; in xive2_tctx_hw_cam_line()
H A Dxive.c1540 uint32_t pir = env->spr_cb[SPR_PIR].default_value; in xive_tctx_hw_cam_line()
/openbmc/qemu/hw/ppc/
H A Dspapr_cpu_core.c275 env->spr_cb[SPR_PIR].default_value = cs->cpu_index; in spapr_realize_vcpu()
H A Dpnv_core.c298 ppc_spr_t *pir_spr = &env->spr_cb[SPR_PIR]; in pnv_core_cpu_realize()
H A Dppc.c1518 return env->spr_cb[SPR_PIR].default_value; in ppc_cpu_pir()
/openbmc/qemu/target/ppc/
H A Dcpu.h2273 #define SPR_PIR (0x3FF) macro
H A Dcpu_init.c271 spr_register(env, SPR_PIR, "PIR", in register_604_sprs()
588 spr_register(env, SPR_PIR, "PIR", in register_74xx_sprs()
5440 spr_register_hv(env, SPR_PIR, "PIR", in register_book3s_ids_sprs()
H A Dtranslate.c1013 gen_store_spr(SPR_PIR, t0); in spr_write_pir()