Home
last modified time | relevance | path

Searched refs:SPRN_EBBRR (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dclose_clears_pmcc_test.c52 mfspr(SPRN_EBBRR); in close_clears_pmcc()
H A Dfork_cleanup_test.c31 FAIL_IF(mfspr(SPRN_EBBRR) != 0); in child()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c70 vcpu->arch.regs.nip = mfspr(SPRN_EBBRR); in kvmhv_p9_tm_emulation_early()
H A Dbook3s_hv_p9_entry.c26 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in load_spr_state()
69 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in store_spr_state()
199 mtspr(SPRN_EBBRR, current->thread.ebbrr); in restore_p9_host_os_sprs()
H A Dbook3s_emulate.c775 case SPRN_EBBRR: in kvmppc_core_emulate_mtspr_pr()
956 case SPRN_EBBRR: in kvmppc_core_emulate_mfspr_pr()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h31 #define SPRN_EBBRR 805 macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1171 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1255 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
/linux/arch/powerpc/include/asm/
H A Dreg.h914 #define SPRN_EBBRR 805 /* Event based branch return register */ macro