Home
last modified time | relevance | path

Searched refs:SPR_SVR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/powerpc/booke/
H A De500_autoconf.c81 uint32_t svr = (mfspr(SPR_SVR) >> 16) & ~8; in e500_get_svr()
H A Dtrap.c441 if (OPC_MFSPR_P(opcode, SPR_SVR)) { in emulate_opcode()
444 : "n"(SPR_SVR)); in emulate_opcode()
H A De500_intr.c1103 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16; in e500_intr_init()
1157 __func__, (uintmax_t)mfspr(SPR_SVR)); in e500_intr_init()
/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c687 uint16_t svr = mfspr(SPR_SVR) >> 16; in getsvr()
772 const uint32_t svr = mfspr(SPR_SVR); in cpu_print_info()
1416 booke_cpu_startup(socname(mfspr(SPR_SVR))); in cpu_startup()
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dspr.h531 #define SPR_SVR 1023 /* E... System Version Register */ macro
/netbsd-src/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c350 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16; in pq3mdio_match()