Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c54 unsigned int watchhi_mask = MIPS_WATCHHI_MASK | MIPS_WATCHHI_IRW; in mips_read_watch_registers() local
60 watches->watchhi[3] = (read_c0_watchhi3() & watchhi_mask); in mips_read_watch_registers()
63 watches->watchhi[2] = (read_c0_watchhi2() & watchhi_mask); in mips_read_watch_registers()
66 watches->watchhi[1] = (read_c0_watchhi1() & watchhi_mask); in mips_read_watch_registers()
69 watches->watchhi[0] = (read_c0_watchhi0() & watchhi_mask); in mips_read_watch_registers()