Searched refs:watchhi (Results 1 – 4 of 4) sorted by relevance
28 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()
223 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff, in ptrace_get_watch_regs()224 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()230 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()264 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()274 child->thread.watch.mips3264.watchhi[i] = ht[i]; in ptrace_set_watch_regs()
77 unsigned short watchhi[8]; member91 unsigned short watchhi[8]; member
157 u16 watchhi[NUM_WATCH_REGS]; member