Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dcpu.c322 env->CP0_WatchLo[i] = 0; in mips_cpu_reset_hold()
325 env->CP0_WatchLo[7] = 0; in mips_cpu_reset_hold()
H A Dcpu.h1002 target_ulong CP0_WatchLo[8]; member
/qemu/target/mips/sysemu/
H A Dmachine.c309 VMSTATE_UINTTL_ARRAY(env.CP0_WatchLo, MIPSCPU, 8),
/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c415 return (int32_t)env->CP0_WatchLo[sel]; in helper_mfc0_watchlo()
493 return env->CP0_WatchLo[sel]; in helper_dmfc0_watchlo()
1331 env->CP0_WatchLo[sel] = (arg1 & ~0x7); in helper_mtc0_watchlo()
H A Dtlb_helper.c1106 memset(env->CP0_WatchLo, 0, sizeof(env->CP0_WatchLo)); in mips_cpu_do_interrupt()