Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1056 env->CP0_Debug |= 1 << CP0DB_DSS; in mips_cpu_do_interrupt()
1066 env->CP0_Debug |= 1 << CP0DB_DINT; in mips_cpu_do_interrupt()
1069 env->CP0_Debug |= 1 << CP0DB_DIB; in mips_cpu_do_interrupt()
1072 env->CP0_Debug |= 1 << CP0DB_DBp; in mips_cpu_do_interrupt()
1074 env->CP0_Debug = (env->CP0_Debug & ~(0x1fULL << CP0DB_DEC)) | in mips_cpu_do_interrupt()
1078 env->CP0_Debug |= 1 << CP0DB_DDBS; in mips_cpu_do_interrupt()
1081 env->CP0_Debug |= 1 << CP0DB_DDBL; in mips_cpu_do_interrupt()
H A Dcp0_helper.c429 target_ulong t0 = env->CP0_Debug; in helper_mfc0_debug()
450 return (other->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mftc0_debug()
1363 env->CP0_Debug = (env->CP0_Debug & 0x8C03FC1F) | (arg1 & 0x13300120); in helper_mtc0_debug()
1383 other->CP0_Debug = (other->CP0_Debug & in helper_mttc0_debug()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c316 VMSTATE_INT32(env.CP0_Debug, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h1016 int32_t CP0_Debug; member
H A Dcpu.c327 env->CP0_Debug = (1 << CP0DB_CNT) | (0x1 << CP0DB_VER); in mips_cpu_reset_hold()