Searched refs:ebbhr (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv_p9_entry.c | 23 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()
|
| A D | book3s_emulate.c | 773 vcpu->arch.ebbhr = spr_val; in kvmppc_core_emulate_mtspr_pr() 954 *spr_val = vcpu->arch.ebbhr; in kvmppc_core_emulate_mfspr_pr()
|
| A D | book3s_hv_nestedv2.c | 224 rc = kvmppc_gse_put_u64(gsb, iden, vcpu->arch.ebbhr); in gs_msg_ops_vcpu_fill_info() 485 vcpu->arch.ebbhr = kvmppc_gse_get_u64(gse); in gs_msg_ops_vcpu_refresh_info()
|
| /linux/arch/powerpc/include/asm/ |
| A D | switch_to.h | 117 t->thread.ebbhr = 0; in clear_task_ebb()
|
| A D | processor.h | 250 unsigned long ebbhr; member
|
| A D | kvm_host.h | 615 ulong ebbhr; member
|
| A D | kvm_book3s.h | 570 KVMPPC_BOOK3S_VCPU_ACCESSOR(ebbhr, 64, KVMPPC_GSID_EBBHR)
|
| /linux/arch/powerpc/kernel/ptrace/ |
| A D | ptrace-view.c | 352 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/kernel/ |
| A D | process.c | 1170 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs() 1252 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs() 1253 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
|
| A D | asm-offsets.c | 476 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
|
Completed in 24 milliseconds