Home
last modified time | relevance | path

Searched refs:SPRN_EBBHR (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c30 mtspr(SPRN_EBBHR, expected); in reg_access()
31 val = mfspr(SPRN_EBBHR); in reg_access()
Dclose_clears_pmcc_test.c51 mfspr(SPRN_EBBHR); in close_clears_pmcc()
Dreg.h27 #define SPRN_EBBHR 804 macro
Dno_handler_test.c34 val = mfspr(SPRN_EBBHR); in no_handler_test()
Dfork_cleanup_test.c31 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
Debb.c155 mtspr(SPRN_EBBHR, entry); in setup_ebb_handler()
239 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c460 case SPRN_EBBHR: in kvmppc_core_emulate_mtspr_pr()
604 case SPRN_EBBHR: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S870 mtspr SPRN_EBBHR, r8
1355 mfspr r8, SPRN_EBBHR
/linux-4.4.14/arch/powerpc/kernel/
Dentry_64.S485 mfspr r0, SPRN_EBBHR
585 mtspr SPRN_EBBHR, r0
/linux-4.4.14/arch/powerpc/include/asm/
Dreg.h732 #define SPRN_EBBHR 804 /* Event based branch handler register */ macro
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c811 mfspr(SPRN_MMCR2), mfspr(SPRN_EBBHR)); in perf_event_print_debug()