Home
last modified time | relevance | path

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

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