Lines Matching refs:c
102 void mips_probe_watch_registers(struct cpuinfo_mips *c) in mips_probe_watch_registers() argument
106 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
116 c->watch_reg_masks[0] = t & 7; in mips_probe_watch_registers()
120 c->watch_reg_count = 1; in mips_probe_watch_registers()
121 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
126 c->watch_reg_masks[0] |= (t & 0xff8); in mips_probe_watch_registers()
134 c->watch_reg_masks[1] = t & 7; in mips_probe_watch_registers()
136 c->watch_reg_count = 2; in mips_probe_watch_registers()
137 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
142 c->watch_reg_masks[1] |= (t & 0xff8); in mips_probe_watch_registers()
150 c->watch_reg_masks[2] = t & 7; in mips_probe_watch_registers()
152 c->watch_reg_count = 3; in mips_probe_watch_registers()
153 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
158 c->watch_reg_masks[2] |= (t & 0xff8); in mips_probe_watch_registers()
166 c->watch_reg_masks[3] = t & 7; in mips_probe_watch_registers()
168 c->watch_reg_count = 4; in mips_probe_watch_registers()
169 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
174 c->watch_reg_masks[3] |= (t & 0xff8); in mips_probe_watch_registers()
179 c->watch_reg_count = 5; in mips_probe_watch_registers()
184 c->watch_reg_count = 6; in mips_probe_watch_registers()
189 c->watch_reg_count = 7; in mips_probe_watch_registers()
194 c->watch_reg_count = 8; in mips_probe_watch_registers()