Searched refs:CP0_WatchLo (Results 1 – 5 of 5) sorted by relevance
320 env->CP0_WatchLo[i] = 0; in mips_cpu_reset_hold()323 env->CP0_WatchLo[7] = 0; in mips_cpu_reset_hold()
1001 target_ulong CP0_WatchLo[8]; member
312 VMSTATE_UINTTL_ARRAY(env.CP0_WatchLo, MIPSCPU, 8),
414 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()
1107 memset(env->CP0_WatchLo, 0, sizeof(env->CP0_WatchLo)); in mips_cpu_do_interrupt()