Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dwatch.c28 write_c0_watchhi3(0x40000007 | watches->watchhi[3]); in mips_install_watch_registers()
31 write_c0_watchhi2(0x40000007 | watches->watchhi[2]); in mips_install_watch_registers()
34 write_c0_watchhi1(0x40000007 | watches->watchhi[1]); in mips_install_watch_registers()
37 write_c0_watchhi0(0x40000007 | watches->watchhi[0]); in mips_install_watch_registers()
54 watches->watchhi[3] = (read_c0_watchhi3() & 0x0fff); in mips_read_watch_registers()
56 watches->watchhi[2] = (read_c0_watchhi2() & 0x0fff); in mips_read_watch_registers()
58 watches->watchhi[1] = (read_c0_watchhi1() & 0x0fff); in mips_read_watch_registers()
60 watches->watchhi[0] = (read_c0_watchhi0() & 0x0fff); in mips_read_watch_registers()
63 (watches->watchhi[0] & 7) == 0) { in mips_read_watch_registers()
69 watches->watchhi[0] |= (watches->watchlo[0] & 7); in mips_read_watch_registers()
Dptrace.c224 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()
225 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
231 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
265 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
275 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/linux-4.4.14/arch/mips/include/uapi/asm/
Dptrace.h77 unsigned short watchhi[8]; member
91 unsigned short watchhi[8]; member
/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h151 u16 watchhi[NUM_WATCH_REGS]; member