Lines Matching defs:task
21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs)
35 static inline void syscall_rollback(struct task_struct *task,
41 static inline long syscall_get_error(struct task_struct *task,
57 static inline long syscall_get_return_value(struct task_struct *task,
63 static inline void syscall_set_return_value(struct task_struct *task,
86 static inline void syscall_get_arguments(struct task_struct *task,
94 if (test_tsk_thread_flag(task, TIF_32BIT))
107 static inline void syscall_set_arguments(struct task_struct *task,
117 static inline int syscall_get_arch(struct task_struct *task)
121 if (IS_ENABLED(CONFIG_PPC64) && !test_tsk_thread_flag(task, TIF_32BIT))