Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c130 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
146 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
162 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
178 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
184 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()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h700 #define MIPS_WATCHHI_M (_ULCAST_(1) << 31) macro