Home
last modified time | relevance | path

Searched refs:__PPC_SPR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/perf/
D8xx-pmu.c169 __PPC_SPR(SPRN_SPRG_SCRATCH0); in mpc8xx_pmu_del()
/Linux-v4.19/arch/powerpc/include/asm/
Dppc-opcode.h400 #define __PPC_SPR(r) ((((r) & 0x1f) << 16) | ((((r) >> 5) & 0x1f) << 11)) macro