Searched refs:ebbrr (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | switch_to.h | 82 t->thread.ebbrr = 0; in clear_task_ebb()
|
| D | processor.h | 255 unsigned long ebbrr; member
|
| D | kvm_host.h | 589 ulong ebbrr; member
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_tm.c | 91 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
|
| D | book3s_emulate.c | 780 vcpu->arch.ebbrr = spr_val; in kvmppc_core_emulate_mtspr_pr() 958 *spr_val = vcpu->arch.ebbrr; in kvmppc_core_emulate_mfspr_pr()
|
| D | book3s.c | 673 *val = get_reg_val(id, vcpu->arch.ebbrr); in kvmppc_get_one_reg() 758 vcpu->arch.ebbrr = set_reg_val(id, *val); in kvmppc_set_one_reg()
|
| D | book3s_hv.c | 3572 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in kvmhv_p9_guest_entry() 3645 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in kvmhv_p9_guest_entry()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | process.c | 1064 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs() 1104 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs() 1105 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
|
| D | ptrace.c | 1690 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get() 1700 &target->thread.ebbrr, 0, 3 * sizeof(unsigned long)); in ebb_get() 1711 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set() 1721 &target->thread.ebbrr, 0, sizeof(unsigned long)); in ebb_set()
|
| D | asm-offsets.c | 561 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr); in main()
|