Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c54 unsigned int watchhi_mask = MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW; in mips_read_watch_registers()
139 write_c0_watchhi0(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
142 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
155 write_c0_watchhi1(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
158 c->watch_reg_masks[1] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
171 write_c0_watchhi2(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
174 c->watch_reg_masks[2] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
187 write_c0_watchhi3(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
190 c->watch_reg_masks[3] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
H A Dptrace.c151 (MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW), in ptrace_get_watch_regs()
193 if (ht[i] & ~MIPS_WATCHHI_MASK) in ptrace_set_watch_regs()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h748 #define MIPS_WATCHHI_MASK (_ULCAST_(0x1ff) << 3) macro