HomeSort by relevance Sort by last modified time
    Searched refs:SPRN_BESCR (Results 1 - 10 of 10) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
reg_access_test.c 23 mtspr(SPRN_BESCR, expected);
24 val = mfspr(SPRN_BESCR);
close_clears_pmcc_test.c 53 mfspr(SPRN_BESCR);
fork_cleanup_test.c 30 FAIL_IF(mfspr(SPRN_BESCR) != 0);
back_to_back_ebbs_test.c 31 val = mfspr(SPRN_BESCR);
pmae_handling_test.c 35 val = mfspr(SPRN_BESCR);
pmc56_overflow_test.c 23 val = mfspr(SPRN_BESCR);
cycles_with_freeze_test.c 30 val = mfspr(SPRN_BESCR);
ebb.c 104 val = mfspr(SPRN_BESCR);
222 bescr = mfspr(SPRN_BESCR);
310 mtspr(SPRN_BESCR, 0x8000000100000000ull);
instruction_count_test.c 94 val = mfspr(SPRN_BESCR);
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
reg.h 30 #define SPRN_BESCR 806 /* Branch event status & control register */

Completed in 99 milliseconds