Home
last modified time | relevance | path

Searched refs:ESR_ILK (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dreg_booke.h307 #define ESR_ILK 0x00100000 /* Instr. Cache Locking */ macro
/linux/arch/powerpc/kernel/
H A Dhead_85xx.S373 andis. r10,r5,(ESR_ILK|ESR_DLK)@h
H A Dtraps.c2142 if (error_code & (ESR_DLK|ESR_ILK)) in DEFINE_INTERRUPT_HANDLER()