Lines Matching refs:WATCH_STYLE
131 #define WATCH_STYLE mips32 in ptrace_get_watch_regs() macro
134 #define WATCH_STYLE mips64 in ptrace_get_watch_regs() macro
139 &addr->WATCH_STYLE.num_valid); in ptrace_get_watch_regs()
142 &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
145 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
147 &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
150 __put_user(0, &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
151 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
152 __put_user(0, &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
172 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
185 __get_user(ht[i], &addr->WATCH_STYLE.watchhi[i]); in ptrace_set_watch_regs()