Home
last modified time | relevance | path

Searched refs:BESCR_PMEO (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dpmae_handling_test.c36 if (!(val & BESCR_PMEO)) { in syscall_ebb_callee()
H A Dpmc56_overflow_test.c24 if (!(val & BESCR_PMEO)) { in ebb_callee()
H A Dback_to_back_ebbs_test.c32 if (!(val & BESCR_PMEO)) { in ebb_callee()
H A Dcycles_with_freeze_test.c31 if (!(val & BESCR_PMEO)) { in ebb_callee()
H A Debb.c43 mtspr(SPRN_BESCRR, BESCR_PMEO); in reset_ebb_with_clear_mask()
105 if (!(val & BESCR_PMEO)) { in standard_ebb_callee()
H A Dinstruction_count_test.c95 if (!(val & BESCR_PMEO)) { in pmc4_ebb_callee()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h38 #define BESCR_PMEO 0x1 /* PMU Event-based exception Occurred */ macro
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c2270 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in p8_deliver_interrupt()
2354 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in p9_deliver_interrupt()
2472 if (env->spr[SPR_BESCR] & BESCR_PMEO) { in ppc_deliver_interrupt()
2754 env->spr[SPR_BESCR] |= BESCR_PMEO; in do_ebb()
H A Dcpu.h582 #define BESCR_PMEO PPC_BIT(63) macro