Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kvm/
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()
Dbook3s_hv_tm.c114 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
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()
Dbook3s_hv_nestedv2.c227 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.ebbrr); in gs_msg_ops_vcpu_fill_info()
488 vcpu->arch.ebbrr = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info()
/linux-6.12.1/arch/powerpc/include/asm/
Dswitch_to.h116 t->thread.ebbrr = 0; in clear_task_ebb()
Dprocessor.h249 unsigned long ebbrr; member
Dkvm_host.h616 ulong ebbrr; member
Dkvm_book3s.h571 KVMPPC_BOOK3S_VCPU_ACCESSOR(ebbrr, 64, KVMPPC_GSID_EBBRR)
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace-view.c352 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
361 return membuf_write(&to, &target->thread.ebbrr, 3 * sizeof(unsigned long)); in ebb_get()
371 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
380 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
/linux-6.12.1/arch/powerpc/kernel/
Dprocess.c1171 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1254 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1255 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
Dasm-offsets.c477 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr); in main()