Home
last modified time | relevance | path

Searched refs:watch_reg_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c89 switch (current_cpu_data.watch_reg_count) { in mips_clear_watch_registers()
136 c->watch_reg_count = 1; in mips_probe_watch_registers()
152 c->watch_reg_count = 2; in mips_probe_watch_registers()
168 c->watch_reg_count = 3; in mips_probe_watch_registers()
184 c->watch_reg_count = 4; in mips_probe_watch_registers()
195 c->watch_reg_count = 5; in mips_probe_watch_registers()
200 c->watch_reg_count = 6; in mips_probe_watch_registers()
205 c->watch_reg_count = 7; in mips_probe_watch_registers()
210 c->watch_reg_count = 8; in mips_probe_watch_registers()
H A Dproc.c79 cpu_data[n].watch_reg_count); in show_cpuinfo()
80 for (i = 0; i < cpu_data[n].watch_reg_count; i++) in show_cpuinfo()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-info.h87 unsigned int watch_reg_count; /* Number that exist */ member