Searched refs:watch_reg_masks (Results 1 – 4 of 4) sorted by relevance
119 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()129 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()137 c->watch_reg_masks[1] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()145 c->watch_reg_masks[1] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()153 c->watch_reg_masks[2] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()161 c->watch_reg_masks[2] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()169 c->watch_reg_masks[3] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()177 c->watch_reg_masks[3] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
82 cpu_data[n].watch_reg_masks[i]); in show_cpuinfo()
231 __put_user(boot_cpu_data.watch_reg_masks[i], in ptrace_get_watch_regs()
90 u16 watch_reg_masks[NUM_WATCH_REGS]; member