Searched refs:unwind_for_each_frame (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dstacktrace.c22 unwind_for_each_frame(&state, task, regs, 0) {
35 unwind_for_each_frame(&state, task, NULL, 0) {
H A Ddumpstack.c135 unwind_for_each_frame(&state, task, NULL, (unsigned long) stack)
H A Dperf_event.c211 unwind_for_each_frame(&state, current, regs, 0) {
H A Dprocess.c223 unwind_for_each_frame(&state, p, NULL, 0) {
/linux-master/arch/s390/include/asm/
H A Dunwind.h88 #define unwind_for_each_frame(state, task, regs, first_frame) \ macro
/linux-master/arch/s390/lib/
H A Dtest_unwind.c3 * Test module for unwind_for_each_frame
44 * Calls unwind_for_each_frame(task, regs, sp) and verifies that the result
67 unwind_for_each_frame(&state, task, regs, sp) {

Completed in 281 milliseconds