Searched refs:MIPS_WATCHLO_IRW (Results 1 – 3 of 3) sorted by relevance
128 write_c0_watchlo0(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()132 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()146 write_c0_watchlo1(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()150 c->watch_reg_masks[1] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()162 write_c0_watchlo2(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()166 c->watch_reg_masks[2] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()178 write_c0_watchlo3(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()182 c->watch_reg_masks[3] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
192 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
752 #define MIPS_WATCHLO_IRW (_ULCAST_(0x7) << 0) macro