Lines Matching defs:task
17 static inline long syscall_get_nr(struct task_struct *task,
26 static inline void syscall_rollback(struct task_struct *task,
32 static inline long syscall_get_error(struct task_struct *task,
38 static inline long syscall_get_return_value(struct task_struct *task,
44 static inline void syscall_set_return_value(struct task_struct *task,
58 extern void ia64_syscall_get_set_arguments(struct task_struct *task,
60 static inline void syscall_get_arguments(struct task_struct *task,
64 ia64_syscall_get_set_arguments(task, regs, args, 0);
67 static inline void syscall_set_arguments(struct task_struct *task,
71 ia64_syscall_get_set_arguments(task, regs, args, 1);
74 static inline int syscall_get_arch(struct task_struct *task)