Lines Matching defs:task
20 static inline long syscall_get_nr(struct task_struct *task,
27 static inline void syscall_rollback(struct task_struct *task,
33 static inline long syscall_get_error(struct task_struct *task,
38 if (test_tsk_thread_flag(task, TIF_31BIT)) {
49 static inline long syscall_get_return_value(struct task_struct *task,
55 static inline void syscall_set_return_value(struct task_struct *task,
63 static inline void syscall_get_arguments(struct task_struct *task,
71 if (test_tsk_thread_flag(task, TIF_31BIT))
81 static inline int syscall_get_arch(struct task_struct *task)
84 if (test_tsk_thread_flag(task, TIF_31BIT))