Home
last modified time | relevance | path

Searched refs:SRR1_MC_LOADSTORE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dmce_power.c135 #define SRR1_MC_LOADSTORE(srr1) ((srr1) & PPC_BIT(42)) macro
709 if (SRR1_MC_LOADSTORE(srr1)) in mce_handle_error()
753 if (SRR1_MC_LOADSTORE(regs->msr) && regs->dsisr == 0x02000000) in __machine_check_early_realmode_p9()
763 if (SRR1_MC_LOADSTORE(srr1) && in __machine_check_early_realmode_p9()
784 if (SRR1_MC_LOADSTORE(srr1) && in __machine_check_early_realmode_p10()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c322 #define SRR1_MC_LOADSTORE(srr1) ((srr1) & PPC_BIT(42)) macro
765 if (SRR1_MC_LOADSTORE(env->spr[SPR_SRR1])) { in spapr_mce_get_elog_type()