Searched refs:REASON_ILLEGAL (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtraps.c202 #define REASON_ILLEGAL (ESR_PIL | ESR_PUO) macro
216 #define REASON_ILLEGAL 0x80000 macro
574 /* (reason & REASON_ILLEGAL) would be the obvious thing here,
631 if (reason & (REASON_ILLEGAL | REASON_PRIVILEGED)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtraps.c304 #define REASON_ILLEGAL (ESR_PIL | ESR_PUO) macro
318 #define REASON_ILLEGAL 0x80000 macro
791 /* (reason & REASON_ILLEGAL) would be the obvious thing here,
816 if (reason & (REASON_ILLEGAL | REASON_PRIVILEGED)) {

Completed in 97 milliseconds