HomeSort by: relevance | last modified time | path
    Searched refs:ESR_PIL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/include/ibm4xx/
spr.h 87 #define ESR_PIL 0x08000000 /* 4: Program interrupt - illegal */
  /src/sys/arch/powerpc/booke/
trap.c 497 if (tf->tf_esr & (ESR_PIL|ESR_PPR)) {
504 if (tf->tf_esr & ESR_PIL) {
523 if (tf->tf_esr & ESR_PIL) {
586 if (tf->tf_esr & ESR_PIL)
  /src/sys/arch/powerpc/include/booke/
spr.h 110 #define ESR_PIL 0x08000000 /* 4: Program ILlegal */

Completed in 43 milliseconds