Searched refs:SPRN_PPR (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/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-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()
|
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()
|
/Linux-v5.4/tools/testing/selftests/powerpc/include/ |
D | reg.h | 57 #define SPRN_PPR 896 /* Program Priority Register */ macro
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | tm.S | 100 mfspr r0, SPRN_PPR 333 mtspr SPRN_PPR, r30
|
D | book3s_hv_rmhandlers.S | 1103 mtspr SPRN_PPR, r0
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | tm.S | 202 mfspr r11, SPRN_PPR 434 mtspr SPRN_PPR, r6
|
D | exceptions-64s.S | 156 mtspr SPRN_PPR,ra; \ 412 OPT_GET_SPR(r9, SPRN_PPR, CPU_FTR_HAS_PPR) 1519 OPT_GET_SPR(r10, SPRN_PPR, CPU_FTR_HAS_PPR)
|
D | entry_64.S | 974 mtspr SPRN_PPR,r2
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | reg.h | 513 #define SPRN_PPR 0x380 /* SMT Thread status Register */ macro
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 1822 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
|