• Home
  • Raw
  • Download

Lines Matching refs:c

110 void mips_probe_watch_registers(struct cpuinfo_mips *c)  in mips_probe_watch_registers()  argument
114 if ((c->options & MIPS_CPU_WATCH) == 0) in mips_probe_watch_registers()
124 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
128 c->watch_reg_count = 1; in mips_probe_watch_registers()
129 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
134 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
142 c->watch_reg_masks[1] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
144 c->watch_reg_count = 2; in mips_probe_watch_registers()
145 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
150 c->watch_reg_masks[1] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
158 c->watch_reg_masks[2] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
160 c->watch_reg_count = 3; in mips_probe_watch_registers()
161 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
166 c->watch_reg_masks[2] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
174 c->watch_reg_masks[3] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
176 c->watch_reg_count = 4; in mips_probe_watch_registers()
177 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
182 c->watch_reg_masks[3] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
187 c->watch_reg_count = 5; in mips_probe_watch_registers()
192 c->watch_reg_count = 6; in mips_probe_watch_registers()
197 c->watch_reg_count = 7; in mips_probe_watch_registers()
202 c->watch_reg_count = 8; in mips_probe_watch_registers()