Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dwatch.c22 switch (current_cpu_data.watch_reg_use_cnt) { in mips_install_watch_registers()
51 switch (current_cpu_data.watch_reg_use_cnt) { in mips_read_watch_registers()
63 if (current_cpu_data.watch_reg_use_cnt == 1 && in mips_read_watch_registers()
121 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
135 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
149 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
163 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
Dptrace.c176 if (!cpu_has_watch || current_cpu_data.watch_reg_use_cnt == 0) in ptrace_get_watch_regs()
190 __put_user(current_cpu_data.watch_reg_use_cnt, in ptrace_get_watch_regs()
192 for (i = 0; i < current_cpu_data.watch_reg_use_cnt; i++) { in ptrace_get_watch_regs()
217 if (!cpu_has_watch || current_cpu_data.watch_reg_use_cnt == 0) in ptrace_set_watch_regs()
222 for (i = 0; i < current_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
241 for (i = 0; i < current_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
/linux-3.4.99/arch/mips/include/asm/
Dcpu-info.h78 unsigned int watch_reg_use_cnt; /* Usable by ptrace */ member