Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
Dwatch.c22 MIPS_WATCHHI_IRW; /* Clear result bits */ in mips_install_watch_registers()
54 unsigned int watchhi_mask = MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW; in mips_read_watch_registers()
72 (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { in mips_read_watch_registers()
78 watches->watchhi[0] |= (watches->watchlo[0] & MIPS_WATCHHI_IRW); in mips_read_watch_registers()
Dptrace.c144 (MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW), in ptrace_get_watch_regs()
/Linux-v6.1/arch/mips/include/asm/
Dmipsregs.h752 #define MIPS_WATCHHI_IRW (_ULCAST_(0x7) << 0) macro