Searched refs:MIPS_WATCHHI_IRW (Results 1 – 3 of 3) sorted by relevance
22 MIPS_WATCHHI_IRW; /* Clear result bits */ in mips_install_watch_registers()51 unsigned int watchhi_mask = MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW; in mips_read_watch_registers()66 (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { in mips_read_watch_registers()72 watches->watchhi[0] |= (watches->watchlo[0] & MIPS_WATCHHI_IRW); in mips_read_watch_registers()
229 (MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW), in ptrace_get_watch_regs()
712 #define MIPS_WATCHHI_IRW (_ULCAST_(0x7) << 0) macro