Home
last modified time | relevance | path

Searched refs:SPRN_TAR (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dtm.S145 mfspr r10, SPRN_TAR
197 mfspr r8, SPRN_TAR
204 mtspr SPRN_TAR, r8
310 mtspr SPRN_TAR, r9
383 mfspr r8, SPRN_TAR
390 mtspr SPRN_TAR, r8
H A Dbook3s_hv_rmhandlers.S747 mtspr SPRN_TAR, r8
1256 mfspr r7, SPRN_TAR
2553 /* SPRN_TAR would need to be saved here if the kernel ever used it */
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-tar.c61 : [sprn_dscr]"i"(SPRN_DSCR), [sprn_tar]"i"(SPRN_TAR), in tm_tar()
73 regs[0] = mfspr(SPRN_TAR); in tm_tar()
H A Dptrace-tm-spd-tar.c72 [sprn_tar]"i"(SPRN_TAR), [sprn_ppr]"i"(SPRN_PPR), in tm_spd_tar()
84 regs[0] = mfspr(SPRN_TAR); in tm_spd_tar()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-tar.c65 : [tar]"i"(SPRN_TAR) in test_tar()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h57 #define SPRN_TAR 0x32f /* Target Address Register */ macro
/linux/arch/powerpc/kernel/
H A Dprocess.c1181 t->tar = mfspr(SPRN_TAR); in save_sprs()
1261 mtspr(SPRN_TAR, new_thread->tar); in restore_sprs()
/linux/arch/powerpc/include/asm/
H A Dreg.h435 #define SPRN_TAR 0x32f /* Target Address Register */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c2040 mfspr(SPRN_FSCR), mfspr(SPRN_TAR), mfspr(SPRN_PSPB)); in dump_207_sprs()