Home
last modified time | relevance | path

Searched refs:unwind_for_each_frame (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/include/asm/
H A Dunwind.h88 #define unwind_for_each_frame(state, task, regs, first_frame) \ macro
/linux/arch/s390/kernel/
H A Dprocess.c218 unwind_for_each_frame(&state, p, NULL, 0) { in __get_wchan()
H A Ddumpstack.c135 unwind_for_each_frame(&state, task, NULL, (unsigned long) stack) in show_stack()
/linux/arch/s390/lib/
H A Dtest_unwind.c67 unwind_for_each_frame(&state, task, regs, sp) { in test_unwind()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2944 unwind_for_each_frame(&state, NULL, NULL, 0) { in arch_bpf_stack_walk()