Searched refs:SPRN_TAR (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/kvm/ |
H A D | tm.S | 145 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 D | book3s_hv_rmhandlers.S | 747 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 D | ptrace-tm-tar.c | 61 : [sprn_dscr]"i"(SPRN_DSCR), [sprn_tar]"i"(SPRN_TAR), in tm_tar() 73 regs[0] = mfspr(SPRN_TAR); in tm_tar()
|
H A D | ptrace-tm-spd-tar.c | 72 [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 D | tm-tar.c | 65 : [tar]"i"(SPRN_TAR) in test_tar()
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | reg.h | 57 #define SPRN_TAR 0x32f /* Target Address Register */ macro
|
/linux/arch/powerpc/kernel/ |
H A D | process.c | 1181 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 D | reg.h | 435 #define SPRN_TAR 0x32f /* Target Address Register */ macro
|
/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 2040 mfspr(SPRN_FSCR), mfspr(SPRN_TAR), mfspr(SPRN_PSPB)); in dump_207_sprs()
|