Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h204 #define MCSR_TLBP 0x08000000 /* TLB Parity Error */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c393 if (mcsr & MCSR_TLBP) in machine_check_440A()
431 if (mcsr & MCSR_TLBP) in machine_check_47x()