Searched refs:MIPS_WATCHLO_IRW (Results 1 – 3 of 3) sorted by relevance
115 write_c0_watchlo0(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()119 c->watch_reg_masks[0] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()133 write_c0_watchlo1(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()137 c->watch_reg_masks[1] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()149 write_c0_watchlo2(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()153 c->watch_reg_masks[2] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()165 write_c0_watchlo3(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()169 c->watch_reg_masks[3] = t & MIPS_WATCHLO_IRW; in mips_probe_watch_registers()
276 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
697 #define MIPS_WATCHLO_IRW (_ULCAST_(0x7) << 0) macro