Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h233 #define MCSR_L2MMU_MHIT 0x04000000UL /* Hit on multiple TLB entries */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c500 if (reason & MCSR_L2MMU_MHIT) { in machine_check_e500mc()