Searched refs:SPR_SRR1 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 486 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 D | helper_regs.c | 456 spr_register(env, SPR_SRR1, "SRR1", in register_generic_sprs()
|
H A D | mmu_helper.c | 572 way = (env->spr[SPR_SRR1] >> 17) & 1; in do_6xx_tlb()
|
H A D | kvm.c | 923 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 D | cpu.h | 1735 #define SPR_SRR1 (0x01B) macro
|
H A D | cpu_init.c | 7660 env->spr[SPR_SRR0], env->spr[SPR_SRR1], in ppc_cpu_dump_state()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 766 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 D | spapr_nested.c | 158 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 D | pnv.c | 2791 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 D | regs.h | 18 #define SPR_SRR1 27 macro
|
H A D | tables.h | 491 { SPR_SRR1, "SRR1" },
|