Searched refs:watch_reg_count (Results 1 – 3 of 3) sorted by relevance
80 switch (current_cpu_data.watch_reg_count) { in mips_clear_watch_registers()120 c->watch_reg_count = 1; in mips_probe_watch_registers()136 c->watch_reg_count = 2; in mips_probe_watch_registers()152 c->watch_reg_count = 3; in mips_probe_watch_registers()168 c->watch_reg_count = 4; 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()
78 cpu_data[n].watch_reg_count); in show_cpuinfo()79 for (i = 0; i < cpu_data[n].watch_reg_count; i++) in show_cpuinfo()
79 unsigned int watch_reg_count; /* Number that exist */ member