Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dwatch.c116 c->watch_reg_masks[0] = t & 7; in mips_probe_watch_registers()
126 c->watch_reg_masks[0] |= (t & 0xff8); in mips_probe_watch_registers()
134 c->watch_reg_masks[1] = t & 7; in mips_probe_watch_registers()
142 c->watch_reg_masks[1] |= (t & 0xff8); in mips_probe_watch_registers()
150 c->watch_reg_masks[2] = t & 7; in mips_probe_watch_registers()
158 c->watch_reg_masks[2] |= (t & 0xff8); in mips_probe_watch_registers()
166 c->watch_reg_masks[3] = t & 7; in mips_probe_watch_registers()
174 c->watch_reg_masks[3] |= (t & 0xff8); in mips_probe_watch_registers()
Dproc.c81 cpu_data[n].watch_reg_masks[i]); in show_cpuinfo()
Dptrace.c226 __put_user(boot_cpu_data.watch_reg_masks[i], in ptrace_get_watch_regs()
/linux-4.4.14/arch/mips/include/asm/
Dcpu-info.h82 u16 watch_reg_masks[NUM_WATCH_REGS]; member