Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c143 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
159 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
175 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
191 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
197 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
202 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
207 if ((t & MIPS_WATCHHI_M) == 0) in mips_probe_watch_registers()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h740 #define MIPS_WATCHHI_M (_ULCAST_(1) << 31) macro