Searched defs:CPUMIPSState (Results 1 – 1 of 1) sorted by relevance
172 typedef struct CPUMIPSState CPUMIPSState; typedef173 struct CPUMIPSState { struct174 TCState active_tc;175 CPUMIPSFPUContext active_fpu;177 uint32_t current_tc;178 uint32_t current_fpu;180 uint32_t SEGBITS;181 uint32_t PABITS;182 target_ulong SEGMask;183 target_ulong PAMask;[all …]