Searched refs:ebbhr (Results 1 – 11 of 11) sorted by relevance
| /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() 355 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get() 373 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set() 374 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set() 387 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | switch_to.h | 104 t->thread.ebbhr = 0; in clear_task_ebb()
|
| H A D | processor.h | 261 unsigned long ebbhr; member
|
| H A D | kvm_host.h | 595 ulong ebbhr; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | process.c | 1149 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs() 1188 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs() 1189 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
|
| H A D | asm-offsets.c | 583 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_emulate.c | 777 vcpu->arch.ebbhr = spr_val; in kvmppc_core_emulate_mtspr_pr() 955 *spr_val = vcpu->arch.ebbhr; in kvmppc_core_emulate_mfspr_pr()
|
| H A D | book3s.c | 637 *val = get_reg_val(id, vcpu->arch.ebbhr); in kvmppc_get_one_reg() 722 vcpu->arch.ebbhr = set_reg_val(id, *val); in kvmppc_set_one_reg()
|
| H A D | book3s_hv.c | 3663 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in kvmhv_p9_guest_entry() 3740 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in kvmhv_p9_guest_entry()
|
| /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.
|