Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dwatch.c66 watches->watchhi[1] = (read_c0_watchhi1() & watchhi_mask); in mips_read_watch_registers()
154 t = read_c0_watchhi1(); in mips_probe_watch_registers()
157 t = read_c0_watchhi1(); in mips_probe_watch_registers()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h1803 #define read_c0_watchhi1() __read_32bit_c0_register($19, 1) macro