Lines Matching refs:c
103 void mips_probe_watch_registers(struct cpuinfo_mips *c) in mips_probe_watch_registers() argument
107 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
117 c->watch_reg_masks[0] = t & 7; in mips_probe_watch_registers()
121 c->watch_reg_count = 1; in mips_probe_watch_registers()
122 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
127 c->watch_reg_masks[0] |= (t & 0xff8); in mips_probe_watch_registers()
135 c->watch_reg_masks[1] = t & 7; in mips_probe_watch_registers()
137 c->watch_reg_count = 2; in mips_probe_watch_registers()
138 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
143 c->watch_reg_masks[1] |= (t & 0xff8); in mips_probe_watch_registers()
151 c->watch_reg_masks[2] = t & 7; in mips_probe_watch_registers()
153 c->watch_reg_count = 3; in mips_probe_watch_registers()
154 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
159 c->watch_reg_masks[2] |= (t & 0xff8); in mips_probe_watch_registers()
167 c->watch_reg_masks[3] = t & 7; in mips_probe_watch_registers()
169 c->watch_reg_count = 4; in mips_probe_watch_registers()
170 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
175 c->watch_reg_masks[3] |= (t & 0xff8); in mips_probe_watch_registers()
180 c->watch_reg_count = 5; in mips_probe_watch_registers()
185 c->watch_reg_count = 6; in mips_probe_watch_registers()
190 c->watch_reg_count = 7; in mips_probe_watch_registers()
195 c->watch_reg_count = 8; in mips_probe_watch_registers()