Lines Matching refs:task
28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() argument
42 static inline void syscall_set_nr(struct task_struct *task, struct pt_regs *regs, int nr) in syscall_set_nr() argument
52 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() argument
58 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() argument
74 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() argument
80 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() argument
103 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() argument
110 if (is_tsk_32bit_task(task)) in syscall_get_arguments()
123 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() argument
133 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() argument
135 if (is_tsk_32bit_task(task)) in syscall_get_arch()