Home
last modified time | relevance | path

Searched refs:ESR_PIL (Results 1 – 4 of 4) 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/qemu/target/ppc/
H A Dexcp_helper.c465 env->spr[SPR_40x_ESR] = ESR_PIL; in powerpc_excp_40x()
1040 env->spr[SPR_BOOKE_ESR] = ESR_PIL; in powerpc_excp_booke()
H A Dcpu.h716 #define ESR_PIL PPC_BIT(36) /* Illegal Instruction */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h215 #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ macro