Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c28 write_c0_watchlo3(watches->watchlo[3]); in mips_install_watch_registers()
95 write_c0_watchlo3(0); in mips_clear_watch_registers()
165 write_c0_watchlo3(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()
168 write_c0_watchlo3(0); in mips_probe_watch_registers()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1707 #define write_c0_watchlo3(val) __write_ulong_c0_register($18, 3, val) macro