Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dsignal.c44 struct frame_record { struct
51 struct frame_record __user *next_frame; argument
711 sp = round_down(sp - sizeof(struct frame_record), 16); in get_sigframe()
712 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()
983 round_up(sizeof(struct frame_record), 16) + in minsigstksz_setup()