Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dwatch.c81 switch (current_cpu_data.watch_reg_count) { in mips_clear_watch_registers()
121 c->watch_reg_count = 1; in mips_probe_watch_registers()
137 c->watch_reg_count = 2; in mips_probe_watch_registers()
153 c->watch_reg_count = 3; in mips_probe_watch_registers()
169 c->watch_reg_count = 4; 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()
Dproc.c78 cpu_data[n].watch_reg_count); in show_cpuinfo()
79 for (i = 0; i < cpu_data[n].watch_reg_count; i++) in show_cpuinfo()
/linux-4.1.27/arch/mips/include/asm/
Dcpu-info.h79 unsigned int watch_reg_count; /* Number that exist */ member