Searched refs:watchlo (Results 1 – 4 of 4) sorted by relevance
28 write_c0_watchlo3(watches->watchlo[3]); in mips_install_watch_registers()32 write_c0_watchlo2(watches->watchlo[2]); in mips_install_watch_registers()36 write_c0_watchlo1(watches->watchlo[1]); in mips_install_watch_registers()40 write_c0_watchlo0(watches->watchlo[0]); in mips_install_watch_registers()78 watches->watchhi[0] |= (watches->watchlo[0] & MIPS_WATCHHI_IRW); in mips_read_watch_registers()
148 __put_user(child->thread.watch.mips3264.watchlo[i], in ptrace_get_watch_regs()149 &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()157 __put_user(0, &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()179 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()200 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
76 unsigned int watchlo[8]; member91 unsigned long long watchlo[8]; member
146 unsigned long watchlo[NUM_WATCH_REGS]; member