Searched refs:MIPS_WATCHLO_IRW (Results 1 – 2 of 2) 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()
882 #define MIPS_WATCHLO_IRW (_ULCAST_(0x7) << 0) macro