Lines Matching defs:task
39 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs)
44 static inline void syscall_rollback(struct task_struct *task,
50 static inline long syscall_get_error(struct task_struct *task,
59 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED))
69 static inline long syscall_get_return_value(struct task_struct *task,
75 static inline void syscall_set_return_value(struct task_struct *task,
84 static inline void syscall_get_arguments(struct task_struct *task,
91 static inline void syscall_set_arguments(struct task_struct *task,
100 static inline int syscall_get_arch(struct task_struct *task)
107 static inline void syscall_get_arguments(struct task_struct *task,
112 if (task->thread_info.status & TS_COMPAT) {
131 static inline void syscall_set_arguments(struct task_struct *task,
136 if (task->thread_info.status & TS_COMPAT) {
155 static inline int syscall_get_arch(struct task_struct *task)
159 task->thread_info.status & TS_COMPAT)