Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/kernel/
Dwatch.c29 write_c0_watchhi3(0x40000007 | watches->watchhi[3]); in mips_install_watch_registers()
32 write_c0_watchhi2(0x40000007 | watches->watchhi[2]); in mips_install_watch_registers()
35 write_c0_watchhi1(0x40000007 | watches->watchhi[1]); in mips_install_watch_registers()
38 write_c0_watchhi0(0x40000007 | watches->watchhi[0]); in mips_install_watch_registers()
55 watches->watchhi[3] = (read_c0_watchhi3() & 0x0fff); in mips_read_watch_registers()
57 watches->watchhi[2] = (read_c0_watchhi2() & 0x0fff); in mips_read_watch_registers()
59 watches->watchhi[1] = (read_c0_watchhi1() & 0x0fff); in mips_read_watch_registers()
61 watches->watchhi[0] = (read_c0_watchhi0() & 0x0fff); in mips_read_watch_registers()
64 (watches->watchhi[0] & 7) == 0) { in mips_read_watch_registers()
70 watches->watchhi[0] |= (watches->watchlo[0] & 7); in mips_read_watch_registers()
Dptrace.c195 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()
196 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
202 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
236 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()
246 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
/linux-3.4.99/arch/mips/include/asm/
Dptrace.h85 unsigned short watchhi[8]; member
99 unsigned short watchhi[8]; member
Dprocessor.h129 u16 watchhi[NUM_WATCH_REGS]; member