Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c24 switch (current_cpu_data.watch_reg_use_cnt) { in mips_install_watch_registers()
53 switch (current_cpu_data.watch_reg_use_cnt) { in mips_read_watch_registers()
65 if (current_cpu_data.watch_reg_use_cnt == 1 && in mips_read_watch_registers()
124 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
140 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
156 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
172 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
Dptrace.c209 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0) in ptrace_get_watch_regs()
223 __put_user(boot_cpu_data.watch_reg_use_cnt, in ptrace_get_watch_regs()
225 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_get_watch_regs()
251 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0) in ptrace_set_watch_regs()
256 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
275 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h88 unsigned int watch_reg_use_cnt; /* Usable by ptrace */ member