Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dreg_access_test.c29 mtspr(SPRN_EBBHR, expected); in reg_access()
30 val = mfspr(SPRN_EBBHR); in reg_access()
H A Dclose_clears_pmcc_test.c51 mfspr(SPRN_EBBHR); in close_clears_pmcc()
H A Dno_handler_test.c34 val = mfspr(SPRN_EBBHR); in no_handler_test()
H A Dfork_cleanup_test.c30 FAIL_IF(mfspr(SPRN_EBBHR) != 0); in child()
H A Debb.c153 mtspr(SPRN_EBBHR, entry); in setup_ebb_handler()
237 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h30 #define SPRN_EBBHR 804 macro
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c24 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
68 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
197 mtspr(SPRN_EBBHR, current->thread.ebbhr); in restore_p9_host_os_sprs()
H A Dbook3s_emulate.c772 case SPRN_EBBHR: in kvmppc_core_emulate_mtspr_pr()
953 case SPRN_EBBHR: in kvmppc_core_emulate_mfspr_pr()
/linux/arch/powerpc/include/asm/
H A Dreg.h913 #define SPRN_EBBHR 804 /* Event based branch handler register */ macro