Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 11 of 11) sorted by relevance

/arch/s390/kernel/
Dunwind_bc.c23 (sp > state->stack_info.end - sizeof(struct stack_frame)); in outside_of_stack()
33 !on_stack(info, sp, sizeof(struct stack_frame))) in update_stack_info()
55 struct stack_frame *sf; in unwind_next_frame()
63 sf = (struct stack_frame *) sp; in unwind_next_frame()
73 sf = (struct stack_frame *) state->sp; in unwind_next_frame()
81 sf = (struct stack_frame *) sp; in unwind_next_frame()
127 struct stack_frame *sf; in __unwind_start()
160 sf = (struct stack_frame *)sp; in __unwind_start()
175 if (on_stack(&state->stack_info, first_frame, sizeof(struct stack_frame))) { in __unwind_start()
Dasm-offsets.c41 OFFSET(__SF_BACKCHAIN, stack_frame, back_chain); in main()
42 OFFSET(__SF_GPRS, stack_frame, gprs); in main()
43 OFFSET(__SF_EMPTY, stack_frame, empty1[0]); in main()
44 OFFSET(__SF_SIE_CONTROL, stack_frame, empty1[1]); in main()
45 OFFSET(__SF_SIE_SAVEAREA, stack_frame, empty1[2]); in main()
46 OFFSET(__SF_SIE_REASON, stack_frame, empty1[3]); in main()
47 OFFSET(__SF_SIE_FLAGS, stack_frame, empty1[4]); in main()
Dprocess.c114 struct stack_frame sf; in copy_thread()
137 frame->sf.gprs[5] = (unsigned long)frame + sizeof(struct stack_frame); in copy_thread()
Dperf_event.c28 struct stack_frame *stack = (struct stack_frame *) regs->gprs[15]; in sie_block()
/arch/s390/include/asm/
Dstacktrace.h41 struct stack_frame { struct
48 struct stack_frame { struct
65 offsetof(struct stack_frame, back_chain)) argument
186 [_bc] "i" (offsetof(struct stack_frame, back_chain)), \
200 ::[_bc] "i" (offsetof(struct stack_frame, back_chain)), \
Dperf_event.h80 offsetof(struct stack_frame, back_chain); \
/arch/um/include/asm/
Dstacktrace.h8 struct stack_frame { struct
9 struct stack_frame *next_frame; argument
/arch/um/kernel/
Dstacktrace.c23 struct stack_frame *frame; in dump_trace()
28 frame = (struct stack_frame *)bp; in dump_trace()
/arch/x86/include/asm/
Dstacktrace.h102 struct stack_frame { struct
103 struct stack_frame *next_frame; argument
/arch/s390/boot/
Dpgm_check_info.c134 while (!(sp & 0x7) && on_stack(&boot_stack, sp, sizeof(struct stack_frame))) { in print_stacktrace()
135 struct stack_frame *sf = (struct stack_frame *)sp; in print_stacktrace()
/arch/x86/events/
Dcore.c2870 struct stack_frame frame; in perf_callchain_user()
2871 const struct stack_frame __user *fp; in perf_callchain_user()