Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kvm/
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()
A Dbook3s_hv_tm.c114 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
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()
A Dbook3s.c670 *val = get_reg_val(id, vcpu->arch.ebbrr); in kvmppc_get_one_reg()
755 vcpu->arch.ebbrr = set_reg_val(id, *val); in kvmppc_set_one_reg()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dswitch_to.h112 t->thread.ebbrr = 0; in clear_task_ebb()
A Dprocessor.h254 unsigned long ebbrr; member
A Dkvm_host.h597 ulong ebbrr; member
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/
A Dptrace-view.c346 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
355 return membuf_write(&to, &target->thread.ebbrr, 3 * sizeof(unsigned long)); in ebb_get()
365 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
374 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dprocess.c1173 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1250 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1251 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
A Dasm-offsets.c474 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr); in main()

Completed in 24 milliseconds