Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dwatch.c21 unsigned int watchhi = MIPS_WATCHHI_G | /* Trap all ASIDs */ in mips_install_watch_registers() local
29 write_c0_watchhi3(watchhi | watches->watchhi[3]); in mips_install_watch_registers()
32 write_c0_watchhi2(watchhi | watches->watchhi[2]); in mips_install_watch_registers()
35 write_c0_watchhi1(watchhi | watches->watchhi[1]); in mips_install_watch_registers()
38 write_c0_watchhi0(watchhi | watches->watchhi[0]); in mips_install_watch_registers()
57 watches->watchhi[3] = (read_c0_watchhi3() & watchhi_mask); in mips_read_watch_registers()
59 watches->watchhi[2] = (read_c0_watchhi2() & watchhi_mask); in mips_read_watch_registers()
61 watches->watchhi[1] = (read_c0_watchhi1() & watchhi_mask); in mips_read_watch_registers()
63 watches->watchhi[0] = (read_c0_watchhi0() & watchhi_mask); in mips_read_watch_registers()
66 (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { in mips_read_watch_registers()
[all …]
Dptrace.c228 __put_user(child->thread.watch.mips3264.watchhi[i] & in ptrace_get_watch_regs()
230 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
236 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
270 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
280 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/Linux-v4.19/arch/mips/include/uapi/asm/
Dptrace.h78 unsigned short watchhi[8]; member
92 unsigned short watchhi[8]; member
/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h161 u16 watchhi[NUM_WATCH_REGS]; member