Searched refs:ebbrr (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | switch_to.h | 103 t->thread.ebbrr = 0; in clear_task_ebb()
|
| H A D | processor.h | 260 unsigned long ebbrr; member
|
| H A D | kvm_host.h | 596 ulong ebbrr; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 354 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get() 363 return membuf_write(&to, &target->thread.ebbrr, 3 * sizeof(unsigned long)); in ebb_get() 373 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set() 382 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_tm.c | 104 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
|
| H A 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()
|
| H A D | book3s.c | 640 *val = get_reg_val(id, vcpu->arch.ebbrr); in kvmppc_get_one_reg() 725 vcpu->arch.ebbrr = set_reg_val(id, *val); in kvmppc_set_one_reg()
|
| H A D | book3s_hv.c | 3664 mtspr(SPRN_EBBRR, vcpu->arch.ebbrr); in kvmhv_p9_guest_entry() 3741 vcpu->arch.ebbrr = mfspr(SPRN_EBBRR); in kvmhv_p9_guest_entry()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | process.c | 1150 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs() 1190 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs() 1191 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
|
| H A D | asm-offsets.c | 584 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr); in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 50179 registers 'bescr', 'ebbhr' and 'ebbrr', all 64-bit wide.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 50179 registers 'bescr', 'ebbhr' and 'ebbrr', all 64-bit wide.
|