Home
last modified time | relevance | path

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

/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