Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H A Dmachine_check.c44 if (mcsr & MCSR_TLBP) in machine_check_440A()
82 if (mcsr & MCSR_TLBP) in machine_check_47x()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h213 #define MCSR_TLBP 0x08000000 /* TLB Parity Error */ macro