Searched refs:SPRN_PPR (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tar.c | 29 mtspr(SPRN_PPR, PPR_1); in tar() 39 reg[1] = mfspr(SPRN_PPR); in tar()
|
D | ptrace-tm-tar.c | 66 [sprn_ppr]"i"(SPRN_PPR), [sprn_texasr]"i"(SPRN_TEXASR), in tm_tar() 78 regs[1] = mfspr(SPRN_PPR); in tm_tar()
|
D | ptrace-tm-spd-tar.c | 76 [sprn_tar]"i"(SPRN_TAR), [sprn_ppr]"i"(SPRN_PPR), in tm_spd_tar() 89 regs[1] = mfspr(SPRN_PPR); in tm_spd_tar()
|
/Linux-v4.19/tools/testing/selftests/powerpc/include/ |
D | reg.h | 56 #define SPRN_PPR 896 /* Program Priority Register */ macro
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | tm.S | 83 mfspr r31, SPRN_PPR 308 mtspr SPRN_PPR, r30
|
D | book3s_hv_rmhandlers.S | 1223 mtspr SPRN_PPR, r0
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | tm.S | 200 mfspr r11, SPRN_PPR 427 mtspr SPRN_PPR, r6
|
D | entry_64.S | 965 mtspr SPRN_PPR,r2 /* Restore PPR */
|
D | exceptions-64s.S | 1058 OPT_GET_SPR(r10, SPRN_PPR, CPU_FTR_HAS_PPR)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | exception-64s.h | 249 mtspr SPRN_PPR,ra; \ 279 OPT_GET_SPR(r9, SPRN_PPR, CPU_FTR_HAS_PPR); \
|
D | reg.h | 500 #define SPRN_PPR 0x380 /* SMT Thread status Register */ macro
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 1802 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|