Lines Matching refs:ops
216 static void sh64_unwind_inner(const struct stacktrace_ops *ops,
219 static inline void unwind_nested(const struct stacktrace_ops *ops, void *data, in unwind_nested() argument
224 sh64_unwind_inner(ops, data, (struct pt_regs *)fp); in unwind_nested()
227 static void sh64_unwind_inner(const struct stacktrace_ops *ops, in sh64_unwind_inner() argument
244 unwind_nested(ops, data, pc, fp); in sh64_unwind_inner()
250 unwind_nested(ops, data, pc, fp); in sh64_unwind_inner()
258 unwind_nested(ops, data, pc, fp); in sh64_unwind_inner()
264 unwind_nested(ops, data, pc, fp); in sh64_unwind_inner()
273 ops->address(data, pc, 1); in sh64_unwind_inner()
301 const struct stacktrace_ops *ops, in sh64_unwinder_dump() argument
332 sh64_unwind_inner(ops, data, regs); in sh64_unwinder_dump()