Home
last modified time | relevance | path

Searched refs:PPC_RAW_MFSPR (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/powerpc/platforms/microwatt/
H A Dsmp.c65 *(unsigned int *)KERNELBASE = PPC_RAW_MFSPR(3, SPRN_PIR); in microwatt_init_smp()
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c246 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_HSPRG0); in do_stf_exit_barrier_fixups()
249 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG1); in do_stf_exit_barrier_fixups()
255 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_HSPRG1); in do_stf_exit_barrier_fixups()
257 instrs[i++] = PPC_RAW_MFSPR(_R13, SPRN_SPRG2); in do_stf_exit_barrier_fixups()
/linux-6.15/arch/powerpc/perf/
H A D8xx-pmu.c156 ppc_inst_t insn = ppc_inst(PPC_RAW_MFSPR(10, SPRN_SPRG_SCRATCH2)); in mpc8xx_pmu_del()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h586 #define PPC_RAW_MFSPR(d, spr) (0x7c0002a6 | ___PPC_RT(d) | __PPC_SPR(spr)) macro