Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c23 if (current->thread.ebbhr != vcpu->arch.ebbhr) in load_spr_state()
24 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
68 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
196 if (vcpu->arch.ebbhr != current->thread.ebbhr) in restore_p9_host_os_sprs()
197 mtspr(SPRN_EBBHR, current->thread.ebbhr); in restore_p9_host_os_sprs()
H A Dbook3s_emulate.c773 vcpu->arch.ebbhr = spr_val; in kvmppc_core_emulate_mtspr_pr()
954 *spr_val = vcpu->arch.ebbhr; in kvmppc_core_emulate_mfspr_pr()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c352 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
353 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
371 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
372 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
385 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
/linux/arch/powerpc/include/asm/
H A Dswitch_to.h117 t->thread.ebbhr = 0; in clear_task_ebb()
H A Dprocessor.h250 unsigned long ebbhr; member