Searched refs:SPR_SVR (Results 1 – 6 of 6) sorted by relevance
81 uint32_t svr = (mfspr(SPR_SVR) >> 16) & ~8; in e500_get_svr()
441 if (OPC_MFSPR_P(opcode, SPR_SVR)) { in emulate_opcode() 444 : "n"(SPR_SVR)); in emulate_opcode()
1103 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16; in e500_intr_init() 1157 __func__, (uintmax_t)mfspr(SPR_SVR)); in e500_intr_init()
687 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()
531 #define SPR_SVR 1023 /* E... System Version Register */ macro
350 const uint16_t svr = (mfspr(SPR_SVR) & ~0x80000) >> 16; in pq3mdio_match()