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

/external/qemu/target-mips/
H A Dhelper.c437 memset(env->CP0_WatchLo, 0, sizeof(*env->CP0_WatchLo));
H A Dmachine.c132 qemu_put_betls(f, &env->CP0_WatchLo[i]);
284 qemu_get_betls(f, &env->CP0_WatchLo[i]);
H A Dcpu.h381 target_ulong CP0_WatchLo[8]; member in struct:CPUMIPSState
H A Dop_helper.c739 return (int32_t)env->CP0_WatchLo[sel];
804 return env->CP0_WatchLo[sel];
1258 env->CP0_WatchLo[sel] = (arg1 & ~0x7);
H A Dtranslate.c8690 env->CP0_WatchLo[i] = 0;
8693 env->CP0_WatchLo[7] = 0;

Completed in 80 milliseconds