Lines Matching defs:task
154 static void microblaze_unwind_inner(struct task_struct *task,
164 static inline void unwind_trap(struct task_struct *task, unsigned long pc,
173 * @task : Task whose stack we are to unwind (may be NULL)
182 static void microblaze_unwind_inner(struct task_struct *task,
218 unwind_trap(task, pc, fp, trace, loglvl);
236 if (unlikely(pc == task_pt_regs(task)->pc)) {
239 (unsigned long) task->pid,
240 task->comm);
268 * @task : Task whose stack we are to unwind (NULL == current)
273 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace,
276 if (task) {
277 if (task == current) {
278 const struct pt_regs *regs = task_pt_regs(task);
279 microblaze_unwind_inner(task, regs->pc, regs->r1,
283 (struct thread_info *)(task->stack);
287 microblaze_unwind_inner(task,