Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dsignal.c67 #define FRAME_ALIGNMENT 16UL macro
69 #define MAX_FRAME_PADDING (FRAME_ALIGNMENT - 1)
122 sp = ((sp + 4) & -FRAME_ALIGNMENT) - 4; in get_sigframe()
124 sp = round_down(sp, FRAME_ALIGNMENT) - 8; in get_sigframe()
195 max_frame_size = round_up(max_frame_size, FRAME_ALIGNMENT); in init_sigframe_size()