Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dwatch.c59 watches->watchhi[1] = (read_c0_watchhi1() & 0x0fff); in mips_read_watch_registers()
136 t = read_c0_watchhi1(); in mips_probe_watch_registers()
138 t = read_c0_watchhi1(); in mips_probe_watch_registers()
/arch/mips/include/asm/
Dmipsregs.h886 #define read_c0_watchhi1() __read_32bit_c0_register($19, 1) macro