Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dwatch.c63 watches->watchhi[2] = (read_c0_watchhi2() & watchhi_mask); in mips_read_watch_registers()
170 t = read_c0_watchhi2(); in mips_probe_watch_registers()
173 t = read_c0_watchhi2(); in mips_probe_watch_registers()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h1804 #define read_c0_watchhi2() __read_32bit_c0_register($19, 2) macro