Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dptrace.c212 #define WATCH_STYLE mips32 in ptrace_get_watch_regs() macro
215 #define WATCH_STYLE mips64 in ptrace_get_watch_regs() macro
220 &addr->WATCH_STYLE.num_valid); in ptrace_get_watch_regs()
223 &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
225 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
227 &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
230 __put_user(0, &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
231 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
232 __put_user(0, &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
252 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
[all …]