Searched refs:ESR_PIL (Results 1 – 3 of 3) sorted by relevance
497 if (tf->tf_esr & (ESR_PIL|ESR_PPR)) { in pgm_exception()504 if (tf->tf_esr & ESR_PIL) { in pgm_exception()523 if (tf->tf_esr & ESR_PIL) { in pgm_exception()586 if (tf->tf_esr & ESR_PIL) in ali_exception()
87 #define ESR_PIL 0x08000000 /* 4: Program interrupt - illegal */ macro
110 #define ESR_PIL 0x08000000 /* 4: Program ILlegal */ macro