Home
last modified time | relevance | path

Searched refs:MIPS_WATCHLO_IRW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c128 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()
H A Dptrace.c198 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h737 #define MIPS_WATCHLO_IRW (_ULCAST_(0x7) << 0) macro