Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h252 #define MCSR_BUS_DRERR 0x00000008UL /* Read Bus Error on data load */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c613 if (reason & MCSR_BUS_DRERR) in machine_check_e200()