Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h225 #define MCSR_BUS_IBERR 0x00000010UL /* Instruction Data Error */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c577 if (reason & MCSR_BUS_IBERR) in machine_check_e500()