Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dwatch.c56 watches->watchhi[2] = (read_c0_watchhi2() & 0x0fff); in mips_read_watch_registers()
154 t = read_c0_watchhi2(); in mips_probe_watch_registers()
157 t = read_c0_watchhi2(); in mips_probe_watch_registers()
/arch/mips/include/asm/
Dmipsregs.h1260 #define read_c0_watchhi2() __read_32bit_c0_register($19, 2) macro