Home
last modified time | relevance | path

Searched refs:MIPS_WATCHHI_M (Results 1 – 2 of 2) sorted by relevance

/arch/mips/kernel/
Dwatch.c135 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
151 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
167 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
183 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
189 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
194 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
199 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
/arch/mips/include/asm/
Dmipsregs.h674 #define MIPS_WATCHHI_M (_ULCAST_(1) << 31) macro