Searched refs:watchhi (Results 1 – 4 of 4) sorted by relevance
29 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()
203 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()204 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()210 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()244 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()254 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
85 unsigned short watchhi[8]; member99 unsigned short watchhi[8]; member
129 u16 watchhi[NUM_WATCH_REGS]; member