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()
218 struct frame_record *record; in kunwind_next_frame_record()229 record = (struct frame_record *)fp; in kunwind_next_frame_record()
51 struct frame_record __user *next_frame;1398 sp = round_down(sp - sizeof(struct frame_record), 16); in get_sigframe()1399 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()1711 round_up(sizeof(struct frame_record), 16) + in minsigstksz_setup()