Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/include/
H A Dspr.h136 #define SPR_SPRG0 0x110 /* E468 SPR General 0 */ macro
/netbsd-src/sys/arch/powerpc/oea/
H A Doea_machdep.c155 KASSERT(mfspr(SPR_SPRG0) == (uintptr_t)ci); in oea_init()