Home
last modified time | relevance | path

Searched refs:__PPC_SPR (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A D8xx-pmu.c170 __PPC_SPR(SPRN_SPRG_SCRATCH0)); in mpc8xx_pmu_del()
179 __PPC_SPR(SPRN_DAR)); in mpc8xx_pmu_del()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dppc-opcode.h353 #define __PPC_SPR(r) ((((r) & 0x1f) << 16) | ((((r) >> 5) & 0x1f) << 11)) macro
580 #define PPC_RAW_MFSPR(d, spr) (0x7c0002a6 | ___PPC_RT(d) | __PPC_SPR(spr))
581 #define PPC_RAW_MTSPR(spr, d) (0x7c0003a6 | ___PPC_RS(d) | __PPC_SPR(spr))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc-opcode.h310 #define __PPC_SPR(r) ((((r) & 0x1f) << 16) | ((((r) >> 5) & 0x1f) << 11)) macro

Completed in 8 milliseconds