Lines Matching refs:task
31 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
36 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
42 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
51 if (task_thread_info(task)->status & TS_COMPAT) in syscall_get_error()
61 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
67 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
76 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
85 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
101 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
107 if (task_thread_info(task)->status & TS_COMPAT) in syscall_get_arguments()
162 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
168 if (task_thread_info(task)->status & TS_COMPAT) in syscall_set_arguments()