Searched refs:SPR_PIR (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/oea/
H A Dspr.h303 #define SPR_PIR 0x3ff /* ..6. Processor Identification Register */ macro
/netbsd-current/sys/arch/powerpc/oea/
H A Dcpu_subr.c546 mtspr(SPR_PIR, id);
1511 msr = mfspr(SPR_PIR);
1513 mtspr(SPR_PIR, h->hatch_pir);
/netbsd-current/sys/arch/powerpc/booke/
H A Dtrap.c434 if (OPC_MFSPR_P(opcode, SPR_PIR)) {
437 : "n"(SPR_PIR));
H A Dtrap_subr.S924 mfspr %r5, SPR_PIR /* get Processor ID register */
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dspr.h135 #define SPR_PIR 286 /* E... Processor ID Register (RO) */ macro
/netbsd-current/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c773 const uint32_t pir = mfspr(SPR_PIR);

Completed in 91 milliseconds