Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dreg_booke.h210 #define MCSR_DCPERR 0x10000000UL /* D-Cache Parity Error */ macro
/linux-2.6.39/arch/powerpc/kernel/
Dtraps.c520 if (reason & MCSR_DCPERR) in machine_check_e500()