Lines Matching refs:task
43 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
48 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
54 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
63 if (task_thread_info(task)->status & TS_COMPAT) in syscall_get_error()
73 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
79 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
88 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
97 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
113 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
119 if (task_thread_info(task)->status & TS_COMPAT) in syscall_get_arguments()
174 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
180 if (task_thread_info(task)->status & TS_COMPAT) in syscall_set_arguments()