Lines Matching defs:task
29 static inline bool mips_syscall_is_indirect(struct task_struct *task, in mips_syscall_is_indirect()
38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
44 static inline void syscall_set_nr(struct task_struct *task, in syscall_set_nr()
59 static inline void mips_syscall_update_nr(struct task_struct *task, in mips_syscall_update_nr()
73 struct task_struct *task, struct pt_regs *regs, unsigned int n) in mips_get_syscall_arg()
93 struct task_struct *task, struct pt_regs *regs, unsigned int n) in mips_set_syscall_arg()
109 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
115 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
121 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
127 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
140 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
155 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
170 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()