Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c46 mtspr(SPRN_BESCRS, BESCR_PME); in reset_ebb_with_clear_mask()
317 mtspr(SPRN_BESCRR, BESCR_PME); in ebb_global_disable()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h39 #define BESCR_PME (0x1ul << 32) /* PMU Event-based exception Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h576 #define BESCR_PME PPC_BIT(31) macro
H A Dexcp_helper.c2746 env->spr[SPR_BESCR] & BESCR_PME && in raise_ebb_perfm_exception()