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

/linux-master/arch/powerpc/include/asm/
H A Dswitch_to.h116 t->thread.ebbrr = 0;
H A Dprocessor.h249 unsigned long ebbrr; member in struct:thread_struct
H A Dkvm_host.h613 ulong ebbrr; member in struct:kvmppc_slb::kvm_vcpu_arch
H A Dkvm_book3s.h571 KVMPPC_BOOK3S_VCPU_ACCESSOR(ebbrr, 64, KVMPPC_GSID_EBBRR)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c25 if (current->thread.ebbrr != vcpu->arch.ebbrr)
26 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr);
69 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR);
198 if (vcpu->arch.ebbrr != current->thread.ebbrr)
199 mtspr(SPRN_EBBRR, current->thread.ebbrr);
H A Dbook3s_hv_tm.c114 vcpu->arch.regs.nip = vcpu->arch.ebbrr;
H A Dbook3s_emulate.c776 vcpu->arch.ebbrr = spr_val;
957 *spr_val = vcpu->arch.ebbrr;
H A Dbook3s_hv_nestedv2.c218 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.ebbrr);
466 vcpu->arch.ebbrr = kvmppc_gse_get_u64(gse);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c352 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr));
361 return membuf_write(&to, &target->thread.ebbrr, 3 * sizeof(unsigned long));
371 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr));
380 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr,
/linux-master/arch/powerpc/kernel/
H A Dprocess.c1173 t->ebbrr = mfspr(SPRN_EBBRR);
1253 if (old_thread->ebbrr != new_thread->ebbrr)
1254 mtspr(SPRN_EBBRR, new_thread->ebbrr);
H A Dasm-offsets.c474 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr);

Completed in 343 milliseconds