Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c32 write_c0_watchlo2(watches->watchlo[2]); in mips_install_watch_registers()
108 write_c0_watchlo2(0); in mips_clear_watch_registers()
162 write_c0_watchlo2(MIPS_WATCHLO_IRW); in mips_probe_watch_registers()
165 write_c0_watchlo2(0); in mips_probe_watch_registers()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1212 #define write_c0_watchlo2(val) __write_ulong_c0_register($18, 2, val) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1792 #define write_c0_watchlo2(val) __write_ulong_c0_register($18, 2, val) macro