Searched refs:ESR_PIL (Results 1 – 4 of 4) sorted by relevance
52 #define ESR_PIL 0x08000000 macro225 if( esr_val & ESR_PIL ) in ProgramCheckException()
465 env->spr[SPR_40x_ESR] = ESR_PIL; in powerpc_excp_40x()1040 env->spr[SPR_BOOKE_ESR] = ESR_PIL; in powerpc_excp_booke()
716 #define ESR_PIL PPC_BIT(36) /* Illegal Instruction */ macro
215 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro