Home
last modified time | relevance | path

Searched refs:MIPS_WATCHLO_IRW (Results 1 - 6 of 6) sorted by relevance

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

Completed in 16 milliseconds