Searched refs:SPRN_PPR (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/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-v6.1/tools/testing/selftests/powerpc/include/ |
D | reg.h | 64 #define SPRN_PPR 896 /* Program Priority Register */ macro
|
/Linux-v6.1/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 | 926 mtspr SPRN_PPR, r0
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | tm.S | 209 mfspr r11, SPRN_PPR 451 mtspr SPRN_PPR, r6
|
D | exceptions-64s.S | 281 mfspr r9,SPRN_PPR 2040 mfspr r10,SPRN_PPR 2688 mtspr SPRN_PPR,r10
|
D | interrupt_64.S | 463 mtspr SPRN_PPR,r10
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | reg.h | 517 #define SPRN_PPR 0x380 /* SMT Thread status Register */ macro
|
/Linux-v6.1/arch/powerpc/xmon/ |
D | xmon.c | 2029 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|