Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dwatch.c61 watches->watchhi[0] = (read_c0_watchhi0() & 0x0fff); in mips_read_watch_registers()
122 t = read_c0_watchhi0(); in mips_probe_watch_registers()
124 t = read_c0_watchhi0(); in mips_probe_watch_registers()
/linux-3.4.99/arch/mips/include/asm/
Dmipsregs.h947 #define read_c0_watchhi0() __read_32bit_c0_register($19, 0) macro