Searched refs:frame_record (Results 1 – 1 of 1) sorted by relevance
46 struct frame_record { struct53 struct frame_record __user *next_frame; argument1237 sp = round_down(sp - sizeof(struct frame_record), 16); in get_sigframe()1238 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()1487 round_up(sizeof(struct frame_record), 16) + in minsigstksz_setup()