Home
last modified time | relevance | path

Searched refs:SPRN_PPR (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tar.c25 mtspr(SPRN_PPR, PPR_1); in tar()
35 reg[1] = mfspr(SPRN_PPR); in tar()
H A Dptrace-tm-spd-tar.c72 [sprn_tar]"i"(SPRN_TAR), [sprn_ppr]"i"(SPRN_PPR), in tm_spd_tar()
85 regs[1] = mfspr(SPRN_PPR); in tm_spd_tar()
H A Dptrace-tm-tar.c62 [sprn_ppr]"i"(SPRN_PPR), [sprn_texasr]"i"(SPRN_TEXASR), in tm_tar()
74 regs[1] = mfspr(SPRN_PPR); in tm_tar()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h68 #define SPRN_PPR 896 /* Program Priority Register */ macro
/linux/arch/powerpc/kvm/
H A Dtm.S100 mfspr r0, SPRN_PPR
333 mtspr SPRN_PPR, r30
H A Dbook3s_64_entry.S221 mtspr SPRN_PPR,r4
/linux/arch/powerpc/kernel/
H A Dtm.S209 mfspr r11, SPRN_PPR
451 mtspr SPRN_PPR, r6
H A Dinterrupt_64.S478 mtspr SPRN_PPR,r10
/linux/arch/powerpc/include/asm/
H A Dreg.h522 #define SPRN_PPR 0x380 /* SMT Thread status Register */ macro