Home
last modified time | relevance | path

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

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