Searched refs:SPRN_BESCR (Results 1 – 13 of 13) sorted by relevance
23 mtspr(SPRN_BESCR, expected); in reg_access()24 val = mfspr(SPRN_BESCR); in reg_access()
104 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()
53 mfspr(SPRN_BESCR); in close_clears_pmcc()
29 FAIL_IF(mfspr(SPRN_BESCR) != 0); in child()
35 val = mfspr(SPRN_BESCR); in syscall_ebb_callee()
23 val = mfspr(SPRN_BESCR); in ebb_callee()
31 val = mfspr(SPRN_BESCR); in ebb_callee()
30 val = mfspr(SPRN_BESCR); in ebb_callee()
94 val = mfspr(SPRN_BESCR); in pmc4_ebb_callee()
59 bescr = mfspr(SPRN_BESCR); in kvmhv_p9_tm_emulation_early()66 mtspr(SPRN_BESCR, bescr); in kvmhv_p9_tm_emulation_early()
28 mtspr(SPRN_BESCR, vcpu->arch.bescr); in load_spr_state()70 vcpu->arch.bescr = mfspr(SPRN_BESCR); in store_spr_state()195 mtspr(SPRN_BESCR, current->thread.bescr); in restore_p9_host_os_sprs()
769 case SPRN_BESCR: in kvmppc_core_emulate_mtspr_pr()950 case SPRN_BESCR: in kvmppc_core_emulate_mfspr_pr()
32 #define SPRN_BESCR 806 /* Branch event status & control register */ macro