Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/kernel/
Dptrace.c132 #define WATCH_STYLE mips32 in ptrace_get_watch_regs() macro
135 #define WATCH_STYLE mips64 in ptrace_get_watch_regs() macro
140 &addr->WATCH_STYLE.num_valid); in ptrace_get_watch_regs()
143 &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
146 &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
148 &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
151 __put_user(0, &addr->WATCH_STYLE.watchlo[i]); in ptrace_get_watch_regs()
152 __put_user(0, &addr->WATCH_STYLE.watchhi[i]); in ptrace_get_watch_regs()
153 __put_user(0, &addr->WATCH_STYLE.watch_masks[i]); in ptrace_get_watch_regs()
173 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
[all …]