Home
last modified time | relevance | path

Searched refs:ebbrr (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c25 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()
H A Dbook3s_hv_tm.c114 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
H A Dbook3s_emulate.c776 vcpu->arch.ebbrr = spr_val; in kvmppc_core_emulate_mtspr_pr()
957 *spr_val = vcpu->arch.ebbrr; in kvmppc_core_emulate_mfspr_pr()
/linux/arch/powerpc/include/asm/
H A Dswitch_to.h116 t->thread.ebbrr = 0; in clear_task_ebb()
H A Dprocessor.h249 unsigned long ebbrr; member