Lines Matching defs:addr
41 extern int peek_user(struct task_struct * child, long addr, long data);
42 extern int poke_user(struct task_struct * child, long addr, long data);
45 unsigned long addr, unsigned long data)
52 /* read the word at location addr in the USER area. */
54 ret = peek_user(child, addr, data);
57 /* write the word at location addr in the USER area */
59 ret = poke_user(child, addr, data);
98 ret = ptrace_get_thread_area(child, addr, vp);
102 ret = ptrace_set_thread_area(child, addr, vp);
106 ret = ptrace_request(child, request, addr, data);
108 ret = subarch_ptrace(child, request, addr, data);