Searched refs:ESR_PPR (Results 1 – 7 of 7) sorted by relevance
53 #define ESR_PPR 0x04000000 macro227 else if( esr_val & ESR_PPR ) in ProgramCheckException()
345 #define ESR_PPR 0x04000000 /* Program Exception - Privileged */ macro
216 #define ESR_PPR 0x04000000 /* Program Exception - Priveleged */ macro
543 env->spr[SPR_40x_ESR] = ESR_PPR; in powerpc_excp_40x()1119 env->spr[SPR_BOOKE_ESR] = ESR_PPR; in powerpc_excp_booke()
713 #define ESR_PPR PPC_BIT(37) /* Privileged Instruction */ macro
576 #define REASON_PRIVILEGED ESR_PPR
1262 kvmppc_core_queue_program(vcpu, ESR_PPR); in kvmppc_handle_exit()