Searched refs:ebbrr (Results 1 – 5 of 5) sorted by relevance
25 if (current->thread.ebbrr != vcpu->arch.ebbrr) in load_spr_state()26 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in load_spr_state()69 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in store_spr_state()198 if (vcpu->arch.ebbrr != current->thread.ebbrr) in restore_p9_host_os_sprs()199 mtspr(SPRN_EBBRR, current->thread.ebbrr); in restore_p9_host_os_sprs()
114 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
776 vcpu->arch.ebbrr = spr_val; in kvmppc_core_emulate_mtspr_pr()957 *spr_val = vcpu->arch.ebbrr; in kvmppc_core_emulate_mfspr_pr()
116 t->thread.ebbrr = 0; in clear_task_ebb()
249 unsigned long ebbrr; member