Searched refs:frame_record (Results 1 – 4 of 4) sorted by relevance
32 struct frame_record { struct43 struct frame_record record; argument
149 struct frame_record *record; in unwind_next_frame_record()164 record = (struct frame_record *)fp; in unwind_next_frame_record()
220 struct frame_record *record; in kunwind_next_frame_record()231 record = (struct frame_record *)fp; in kunwind_next_frame_record()
51 struct frame_record __user *next_frame;1370 sp = round_down(sp - sizeof(struct frame_record), 16); in get_sigframe()1371 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()1671 round_up(sizeof(struct frame_record), 16) + in minsigstksz_setup()
Completed in 8 milliseconds