Searched refs:ESR_PIL (Results 1 – 7 of 7) sorted by relevance
52 #define ESR_PIL 0x08000000 macro225 if( esr_val & ESR_PIL ) in ProgramCheckException()
344 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro
215 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro
853 kvmppc_core_queue_program(vcpu, ESR_PIL); in emulation_exit()998 kvmppc_core_queue_program(vcpu, ESR_PIL); in kvmppc_resume_inst_load()
540 env->spr[SPR_40x_ESR] = ESR_PIL; in powerpc_excp_40x()1115 env->spr[SPR_BOOKE_ESR] = ESR_PIL; in powerpc_excp_booke()
712 #define ESR_PIL PPC_BIT(36) /* Illegal Instruction */ macro
575 #define REASON_ILLEGAL (ESR_PIL | ESR_PUO)