Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.c320 env->CP0_WatchLo[i] = 0; in mips_cpu_reset_hold()
323 env->CP0_WatchLo[7] = 0; in mips_cpu_reset_hold()
H A Dcpu.h1001 target_ulong CP0_WatchLo[8]; member
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c312 VMSTATE_UINTTL_ARRAY(env.CP0_WatchLo, MIPSCPU, 8),
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c414 return (int32_t)env->CP0_WatchLo[sel]; in helper_mfc0_watchlo()
492 return env->CP0_WatchLo[sel]; in helper_dmfc0_watchlo()
1330 env->CP0_WatchLo[sel] = (arg1 & ~0x7); in helper_mtc0_watchlo()
H A Dtlb_helper.c1107 memset(env->CP0_WatchLo, 0, sizeof(env->CP0_WatchLo)); in mips_cpu_do_interrupt()