Searched refs:watch_reg_masks (Results 1 – 4 of 4) sorted by relevance
117 c->watch_reg_masks[0] = t & 7; in mips_probe_watch_registers()127 c->watch_reg_masks[0] |= (t & 0xff8); in mips_probe_watch_registers()135 c->watch_reg_masks[1] = t & 7; in mips_probe_watch_registers()143 c->watch_reg_masks[1] |= (t & 0xff8); in mips_probe_watch_registers()151 c->watch_reg_masks[2] = t & 7; in mips_probe_watch_registers()159 c->watch_reg_masks[2] |= (t & 0xff8); in mips_probe_watch_registers()167 c->watch_reg_masks[3] = t & 7; in mips_probe_watch_registers()175 c->watch_reg_masks[3] |= (t & 0xff8); in mips_probe_watch_registers()
81 cpu_data[n].watch_reg_masks[i]); in show_cpuinfo()
225 __put_user(boot_cpu_data.watch_reg_masks[i], in ptrace_get_watch_regs()
82 u16 watch_reg_masks[NUM_WATCH_REGS]; member