Home
last modified time | relevance | path

Searched refs:CP0_Debug (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c430 target_ulong t0 = env->CP0_Debug; in helper_mfc0_debug()
451 return (other->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mftc0_debug()
1352 env->CP0_Debug = (env->CP0_Debug & 0x8C03FC1F) | (arg1 & 0x13300120); in helper_mtc0_debug()
1372 other->CP0_Debug = (other->CP0_Debug & in helper_mttc0_debug()
/openbmc/qemu/target/mips/system/
H A Dmachine.c316 VMSTATE_INT32(env.CP0_Debug, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h1016 int32_t CP0_Debug; member