Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dexcp_helper.c543 env->spr[SPR_40x_ESR] = ESR_PPR; in powerpc_excp_40x()
1119 env->spr[SPR_BOOKE_ESR] = ESR_PPR; in powerpc_excp_booke()
H A Dcpu.h712 #define ESR_PPR PPC_BIT(37) /* Privileged Instruction */ macro