Searched refs:SPRN_PPR (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tar.c | 25 mtspr(SPRN_PPR, PPR_1); in tar() 35 reg[1] = mfspr(SPRN_PPR); in tar()
|
D | ptrace-tm-spd-tar.c | 72 [sprn_tar]"i"(SPRN_TAR), [sprn_ppr]"i"(SPRN_PPR), in tm_spd_tar() 85 regs[1] = mfspr(SPRN_PPR); in tm_spd_tar()
|
D | ptrace-tm-tar.c | 62 [sprn_ppr]"i"(SPRN_PPR), [sprn_texasr]"i"(SPRN_TEXASR), in tm_tar() 74 regs[1] = mfspr(SPRN_PPR); in tm_tar()
|
/linux-6.6.21/tools/testing/selftests/powerpc/include/ |
D | reg.h | 68 #define SPRN_PPR 896 /* Program Priority Register */ macro
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | tm.S | 100 mfspr r0, SPRN_PPR 333 mtspr SPRN_PPR, r30
|
D | book3s_64_entry.S | 221 mtspr SPRN_PPR,r4
|
D | book3s_hv_rmhandlers.S | 927 mtspr SPRN_PPR, r0
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | tm.S | 209 mfspr r11, SPRN_PPR 451 mtspr SPRN_PPR, r6
|
D | exceptions-64s.S | 286 mfspr r9,SPRN_PPR 2054 mfspr r10,SPRN_PPR 2705 mtspr SPRN_PPR,r10
|
D | interrupt_64.S | 478 mtspr SPRN_PPR,r10
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | reg.h | 526 #define SPRN_PPR 0x380 /* SMT Thread status Register */ macro
|
/linux-6.6.21/arch/powerpc/xmon/ |
D | xmon.c | 2027 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|