Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c132 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
142 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
150 c->watch_reg_masks[1] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
158 c->watch_reg_masks[1] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
166 c->watch_reg_masks[2] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
174 c->watch_reg_masks[2] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
182 c->watch_reg_masks[3] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
190 c->watch_reg_masks[3] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
H A Dproc.c82 cpu_data[n].watch_reg_masks[i]); in show_cpuinfo()
H A Dptrace.c153 __put_user(boot_cpu_data.watch_reg_masks[i], in ptrace_get_watch_regs()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-info.h90 u16 watch_reg_masks[NUM_WATCH_REGS]; member