Home
last modified time | relevance | path

Searched refs:CP0_EBase (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c221 return env->CP0_EBase & 0x3ff; in helper_rdhwr_cpunum()
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c1197 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()
/openbmc/qemu/target/mips/system/
H A Dmachine.c298 VMSTATE_UINTTL(env.CP0_EBase, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h827 target_ulong CP0_EBase; member