Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dwatch.c60 watches->watchhi[3] = (read_c0_watchhi3() & watchhi_mask); in mips_read_watch_registers()
186 t = read_c0_watchhi3(); in mips_probe_watch_registers()
189 t = read_c0_watchhi3(); in mips_probe_watch_registers()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1962 #define read_c0_watchhi3() __read_32bit_c0_register($19, 3) macro