Home
last modified time | relevance | path

Searched refs:write_c0_watchlo0 (Results 1 – 2 of 2) sorted by relevance

/arch/mips/kernel/
Dwatch.c37 write_c0_watchlo0(watches->watchlo[0]); in mips_install_watch_registers()
99 write_c0_watchlo0(0); in mips_clear_watch_registers()
113 write_c0_watchlo0(7); in mips_probe_watch_registers()
116 write_c0_watchlo0(0); in mips_probe_watch_registers()
/arch/mips/include/asm/
Dmipsregs.h1241 #define write_c0_watchlo0(val) __write_ulong_c0_register($18, 0, val) macro