Lines Matching defs:task
20 static inline int syscall_get_nr(struct task_struct *task,
26 static inline void syscall_rollback(struct task_struct *task,
32 static inline long syscall_get_return_value(struct task_struct *task,
37 if (is_compat_thread(task_thread_info(task)))
43 static inline long syscall_get_error(struct task_struct *task,
46 unsigned long error = syscall_get_return_value(task, regs);
51 static inline void syscall_set_return_value(struct task_struct *task,
58 if (is_compat_thread(task_thread_info(task)))
66 static inline void syscall_get_arguments(struct task_struct *task,
76 static inline void syscall_set_arguments(struct task_struct *task,
90 static inline int syscall_get_arch(struct task_struct *task)
92 if (is_compat_thread(task_thread_info(task)))