Home
last modified time | relevance | path

Searched refs:SPRN_TFHAR (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c53 mtspr(SPRN_TFHAR, tfhar); in tfiar_tfhar()
56 tfhar_rd = mfspr(SPRN_TFHAR); in tfiar_tfhar()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h56 #define SPRN_TFHAR 0x80 /* Transaction Failure Handler Addr */ macro
/linux/arch/powerpc/kvm/
H A Dtm.S174 mfspr r5, SPRN_TFHAR
249 mtspr SPRN_TFHAR, r5
H A Dbook3s_hv_rmhandlers.S2603 mfspr r5, SPRN_TFHAR
2650 mtspr SPRN_TFHAR, r5
/linux/arch/powerpc/include/asm/
H A Dreg.h270 #define SPRN_TFHAR 0x80 /* Transaction Failure Handler Addr */ macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1210 current->thread.tm_tfhar = mfspr(SPRN_TFHAR); in kvmppc_save_user_regs()
/linux/arch/powerpc/xmon/
H A Dxmon.c2046 mfspr(SPRN_TFHAR), mfspr(SPRN_TFIAR), in dump_207_sprs()