Home
last modified time | relevance | path

Searched refs:ESR_PIL (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c52 #define ESR_PIL 0x08000000 macro
225 if( esr_val & ESR_PIL ) in ProgramCheckException()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h344 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h215 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c853 kvmppc_core_queue_program(vcpu, ESR_PIL); in emulation_exit()
998 kvmppc_core_queue_program(vcpu, ESR_PIL); in kvmppc_resume_inst_load()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c540 env->spr[SPR_40x_ESR] = ESR_PIL; in powerpc_excp_40x()
1115 env->spr[SPR_BOOKE_ESR] = ESR_PIL; in powerpc_excp_booke()
H A Dcpu.h712 #define ESR_PIL PPC_BIT(36) /* Illegal Instruction */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c575 #define REASON_ILLEGAL (ESR_PIL | ESR_PUO)