Searched refs:CP0_EBase (Results 1 – 4 of 4) sorted by relevance
221 return env->CP0_EBase & 0x3ff; in helper_rdhwr_cpunum()
1197 return other->CP0_EBase; in helper_mftc0_ebase()1206 env->CP0_EBase = (env->CP0_EBase & ~mask) | (arg1 & mask); in helper_mtc0_ebase()1217 other->CP0_EBase = (other->CP0_EBase & ~mask) | (arg1 & mask); in helper_mttc0_ebase()
298 VMSTATE_UINTTL(env.CP0_EBase, MIPSCPU),
827 target_ulong CP0_EBase; member