Lines Matching defs:state
52 struct unwind_state state;
67 unwind_for_each_frame(&state, task, regs, sp) {
68 unsigned long addr = unwind_get_return_address(&state);
73 if (state.reliable && !addr) {
74 kunit_err(current_test, "unwind state reliable but addr is 0\n");
81 state.reliable ? " [%-7s%px] %pSR\n" :
83 stack_type_name(state.stack_info.type),
84 (void *)state.sp, (void *)state.ip);
97 if (unwind_error(&state)) {