Home
last modified time | relevance | path

Searched refs:SPR_SRR1 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c486 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_40x()
729 env->spr[SPR_SRR1] = msr; in powerpc_excp_6xx()
879 env->spr[SPR_SRR1] = msr; in powerpc_excp_7xx()
1023 env->spr[SPR_SRR1] = msr; in powerpc_excp_74xx()
1031 int srr0 = SPR_SRR0, srr1 = SPR_SRR1; in powerpc_excp_booke()
1331 int srr0 = SPR_SRR0, srr1 = SPR_SRR1, lev = -1; in powerpc_excp_books()
2656 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1] & 0xfffffffful); in helper_rfi()
2668 do_rfi(env, env->spr[SPR_SRR0], env->spr[SPR_SRR1]); in helper_rfid()
H A Dhelper_regs.c456 spr_register(env, SPR_SRR1, "SRR1", in register_generic_sprs()
H A Dmmu_helper.c572 way = (env->spr[SPR_SRR1] >> 17) & 1; in do_6xx_tlb()
H A Dkvm.c923 regs.srr1 = env->spr[SPR_SRR1]; in kvm_arch_put_registers()
1228 env->spr[SPR_SRR1] = regs.srr1; in kvm_arch_get_registers()
H A Dcpu.h1735 #define SPR_SRR1 (0x01B) macro
H A Dcpu_init.c7660 env->spr[SPR_SRR0], env->spr[SPR_SRR1], in ppc_cpu_dump_state()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c766 if (SRR1_MC_LOADSTORE(env->spr[SPR_SRR1])) { in spapr_mce_get_elog_type()
786 if ((env->spr[SPR_SRR1] & mc_ierror_table[i].srr1_mask) != in spapr_mce_get_elog_type()
H A Dspapr_nested.c158 save->srr1 = env->spr[SPR_SRR1]; in nested_save_state()
257 env->spr[SPR_SRR1] = load->srr1; in nested_load_state()
1564 vcpu->state.msr = env->spr[SPR_SRR1] & env->msr_mask; in exit_nested_store_l2()
H A Dpnv.c2791 if (env->spr[SPR_SRR1] & SRR1_WAKESTATE) { in pnv_cpu_do_nmi_on_cpu()
2797 if (!(env->spr[SPR_SRR1] & SRR1_WAKERESET)) { in pnv_cpu_do_nmi_on_cpu()
2799 env->spr[SPR_SRR1] |= SRR1_WAKERESET; in pnv_cpu_do_nmi_on_cpu()
2809 env->spr[SPR_SRR1] |= SRR1_WAKESCOM; in pnv_cpu_do_nmi_on_cpu()
/openbmc/u-boot/include/bedbug/
H A Dregs.h18 #define SPR_SRR1 27 macro
H A Dtables.h491 { SPR_SRR1, "SRR1" },