Home
last modified time | relevance | path

Searched refs:save_stack_ops (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
Dstacktrace.c46 static const struct stacktrace_ops save_stack_ops = { variable
63 dump_trace(current, NULL, NULL, 0, &save_stack_ops, trace); in save_stack_trace()
71 dump_trace(current, regs, NULL, 0, &save_stack_ops, trace); in save_stack_trace_regs()
/arch/sh/kernel/
Dstacktrace.c44 static const struct stacktrace_ops save_stack_ops = { variable
53 unwind_stack(current, NULL, sp, &save_stack_ops, trace); in save_stack_trace()