Home
last modified time | relevance | path

Searched refs:SPRN_BESCR (Results 1 – 10 of 10) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c23 mtspr(SPRN_BESCR, expected); in reg_access()
24 val = mfspr(SPRN_BESCR); in reg_access()
Debb.c104 val = mfspr(SPRN_BESCR); in standard_ebb_callee()
222 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()
310 mtspr(SPRN_BESCR, 0x8000000100000000ull); in ebb_global_enable()
Dclose_clears_pmcc_test.c53 mfspr(SPRN_BESCR); in close_clears_pmcc()
Dfork_cleanup_test.c30 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
Dpmc56_overflow_test.c23 val = mfspr(SPRN_BESCR); in ebb_callee()
Dpmae_handling_test.c35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
Dback_to_back_ebbs_test.c31 val = mfspr(SPRN_BESCR); in ebb_callee()
Dcycles_with_freeze_test.c30 val = mfspr(SPRN_BESCR); in ebb_callee()
Dinstruction_count_test.c94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dreg.h30 #define SPRN_BESCR 806 /* Branch event status & control register */ macro