Home | History | Annotate | Download | only in target-mips

Lines Matching refs:CPUMIPSState

8583 CPUMIPSState *cpu_mips_init (const char *cpu_model)
8585 CPUMIPSState *env;
8591 env = qemu_mallocz(sizeof(CPUMIPSState));
8606 void cpu_reset (CPUMIPSState *env)
8613 memset(env, 0, offsetof(CPUMIPSState, breakpoints));