Searched refs:SPRN_TFHAR (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/kernel/ |
D | tm.S | 72 mfspr r0, SPRN_TFHAR 82 mtspr SPRN_TFHAR, r0 241 mfspr r3, SPRN_TFHAR 305 mfspr r3, SPRN_TFHAR
|
/arch/powerpc/kvm/ |
D | book3s_emulate.c | 783 case SPRN_TFHAR: in kvmppc_core_emulate_mtspr_pr() 797 (sprn == SPRN_TFHAR))) { in kvmppc_core_emulate_mtspr_pr() 808 if (sprn == SPRN_TFHAR) in kvmppc_core_emulate_mtspr_pr() 809 mtspr(SPRN_TFHAR, spr_val); in kvmppc_core_emulate_mtspr_pr() 961 case SPRN_TFHAR: in kvmppc_core_emulate_mfspr_pr() 974 if (sprn == SPRN_TFHAR) in kvmppc_core_emulate_mfspr_pr() 975 *spr_val = mfspr(SPRN_TFHAR); in kvmppc_core_emulate_mfspr_pr()
|
D | tm.S | 174 mfspr r5, SPRN_TFHAR 249 mtspr SPRN_TFHAR, r5
|
D | book3s_pr.c | 303 vcpu->arch.tfhar = mfspr(SPRN_TFHAR); in kvmppc_save_tm_sprs() 312 mtspr(SPRN_TFHAR, vcpu->arch.tfhar); in kvmppc_restore_tm_sprs()
|
D | book3s_hv_rmhandlers.S | 3219 mfspr r5, SPRN_TFHAR 3266 mtspr SPRN_TFHAR, r5
|
D | book3s_hv.c | 4271 current->thread.tm_tfhar = mfspr(SPRN_TFHAR); in kvmppc_vcpu_run_hv()
|
/arch/powerpc/include/asm/ |
D | reg.h | 278 #define SPRN_TFHAR 0x80 /* Transaction Failure Handler Addr */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1909 mfspr(SPRN_TFHAR), mfspr(SPRN_TFIAR), in dump_207_sprs()
|