Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/kernel/
Dwatch.c24 switch (current_cpu_data.watch_reg_use_cnt) { in mips_install_watch_registers()
56 switch (current_cpu_data.watch_reg_use_cnt) { in mips_read_watch_registers()
71 if (current_cpu_data.watch_reg_use_cnt == 1 && in mips_read_watch_registers()
137 c->watch_reg_use_cnt = 1; in mips_probe_watch_registers()
153 c->watch_reg_use_cnt = 2; in mips_probe_watch_registers()
169 c->watch_reg_use_cnt = 3; in mips_probe_watch_registers()
185 c->watch_reg_use_cnt = 4; in mips_probe_watch_registers()
Dptrace.c131 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0) in ptrace_get_watch_regs()
145 __put_user(boot_cpu_data.watch_reg_use_cnt, in ptrace_get_watch_regs()
147 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_get_watch_regs()
173 if (!cpu_has_watch || boot_cpu_data.watch_reg_use_cnt == 0) in ptrace_set_watch_regs()
178 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
197 for (i = 0; i < boot_cpu_data.watch_reg_use_cnt; i++) { in ptrace_set_watch_regs()
/linux-6.6.21/arch/loongarch/include/asm/
Dcpu-info.h63 …unsigned int watch_reg_use_cnt; /* min(NUM_WATCH_REGS, watch_dreg_count + watch_ireg_count), Usab… member
/linux-6.6.21/arch/mips/include/asm/
Dcpu-info.h88 unsigned int watch_reg_use_cnt; /* Usable by ptrace */ member