Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h237 #define MCSR_IF 0x00010000UL /* Instruction Fetch */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c485 reason &= ~MCSR_IF; in machine_check_e500mc()
508 if (reason & MCSR_IF) { in machine_check_e500mc()