HomeSort by: relevance | last modified time | path
    Searched refs:SPR_SVR (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/powerpc/booke/
e500_autoconf.c 81 uint32_t svr = (mfspr(SPR_SVR) >> 16) & ~8;
trap.c 441 if (OPC_MFSPR_P(opcode, SPR_SVR)) {
444 : "n"(SPR_SVR));
e500_intr.c 1103 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16;
1157 __func__, (uintmax_t)mfspr(SPR_SVR));
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 687 uint16_t svr = mfspr(SPR_SVR) >> 16;
772 const uint32_t svr = mfspr(SPR_SVR);
1416 booke_cpu_startup(socname(mfspr(SPR_SVR)));
  /src/sys/arch/powerpc/include/booke/
spr.h 531 #define SPR_SVR 1023 /* E... System Version Register */
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 350 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16;

Completed in 17 milliseconds