Home
last modified time | relevance | path

Searched refs:ESR_FP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h347 #define ESR_FP 0x01000000 /* Floating Point Operation */ macro
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c536 env->spr[SPR_40x_ESR] = ESR_FP; in powerpc_excp_40x()
1110 env->spr[SPR_BOOKE_ESR] = ESR_FP; in powerpc_excp_booke()
H A Dcpu.h715 #define ESR_FP PPC_BIT(39) /* Floating-Point Operation */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c574 #define REASON_FP ESR_FP