Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c51 unsigned int watchhi_mask = MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW; in mips_read_watch_registers()
126 write_c0_watchhi0(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
129 c->watch_reg_masks[0] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
142 write_c0_watchhi1(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
145 c->watch_reg_masks[1] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
158 write_c0_watchhi2(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
161 c->watch_reg_masks[2] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
174 write_c0_watchhi3(t | MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
177 c->watch_reg_masks[3] |= (t & MIPS_WATCHHI_MASK); in mips_probe_watch_registers()
Dptrace.c229 (MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW), in ptrace_get_watch_regs()
271 if (ht[i] & ~MIPS_WATCHHI_MASK) in ptrace_set_watch_regs()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h708 #define MIPS_WATCHHI_MASK (_ULCAST_(0x1ff) << 3) macro