Lines Matching defs:state
45 struct unwind_state state;
59 unwind_for_each_frame(&state, task, regs, sp) {
60 unsigned long addr = unwind_get_return_address(&state);
65 if (state.reliable && !addr) {
66 pr_err("unwind state reliable but addr is 0\n");
73 state.reliable ? " [%-7s%px] %pSR\n" :
75 stack_type_name(state.stack_info.type),
76 (void *)state.sp, (void *)state.ip);
87 if (unwind_error(&state)) {