Searched refs:save_stack_ops (Results 1 – 2 of 2) sorted by relevance
/arch/x86/kernel/ |
D | stacktrace.c | 46 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/ |
D | stacktrace.c | 44 static const struct stacktrace_ops save_stack_ops = { variable 53 unwind_stack(current, NULL, sp, &save_stack_ops, trace); in save_stack_trace()
|