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,
62 static inline void syscall_get_arguments(struct task_struct *task,
70 if (test_tsk_thread_flag(task, TIF_31BIT))
80 static inline void syscall_set_arguments(struct task_struct *task,
92 static inline int syscall_get_arch(struct task_struct *task)
95 if (test_tsk_thread_flag(task, TIF_31BIT))