Lines Matching defs:task
38 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs)
43 static inline void syscall_rollback(struct task_struct *task,
49 static inline long syscall_get_error(struct task_struct *task,
58 if (task->thread_info.status & (TS_COMPAT|TS_I386_REGS_POKED))
68 static inline long syscall_get_return_value(struct task_struct *task,
74 static inline void syscall_set_return_value(struct task_struct *task,
83 static inline void syscall_get_arguments(struct task_struct *task,
90 static inline int syscall_get_arch(struct task_struct *task)
97 static inline void syscall_get_arguments(struct task_struct *task,
102 if (task->thread_info.status & TS_COMPAT) {
121 static inline int syscall_get_arch(struct task_struct *task)
125 task->thread_info.status & TS_COMPAT)