Lines Matching refs:task
154 static void microblaze_unwind_inner(struct task_struct *task,
164 static inline void unwind_trap(struct task_struct *task, unsigned long pc, in unwind_trap() argument
182 static void microblaze_unwind_inner(struct task_struct *task, in microblaze_unwind_inner() argument
218 unwind_trap(task, pc, fp, trace, loglvl); in microblaze_unwind_inner()
236 if (unlikely(pc == task_pt_regs(task)->pc)) { in microblaze_unwind_inner()
239 (unsigned long) task->pid, in microblaze_unwind_inner()
240 task->comm); in microblaze_unwind_inner()
273 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace, in microblaze_unwind() argument
276 if (task) { in microblaze_unwind()
277 if (task == current) { in microblaze_unwind()
278 const struct pt_regs *regs = task_pt_regs(task); in microblaze_unwind()
279 microblaze_unwind_inner(task, regs->pc, regs->r1, in microblaze_unwind()
283 (struct thread_info *)(task->stack); in microblaze_unwind()
287 microblaze_unwind_inner(task, in microblaze_unwind()