Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c83 switch (current_cpu_data.watch_reg_count) { in mips_clear_watch_registers()
123 c->watch_reg_count = 1; in mips_probe_watch_registers()
139 c->watch_reg_count = 2; in mips_probe_watch_registers()
155 c->watch_reg_count = 3; in mips_probe_watch_registers()
171 c->watch_reg_count = 4; in mips_probe_watch_registers()
182 c->watch_reg_count = 5; in mips_probe_watch_registers()
187 c->watch_reg_count = 6; in mips_probe_watch_registers()
192 c->watch_reg_count = 7; in mips_probe_watch_registers()
197 c->watch_reg_count = 8; in mips_probe_watch_registers()
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()
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h87 unsigned int watch_reg_count; /* Number that exist */ member