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

/linux-master/arch/x86/kernel/
H A Dsignal.c68 #define FRAME_ALIGNMENT 16UL macro
70 #define MAX_FRAME_PADDING (FRAME_ALIGNMENT - 1)
123 sp = ((sp + 4) & -FRAME_ALIGNMENT) - 4;
125 sp = round_down(sp, FRAME_ALIGNMENT) - 8;
196 max_frame_size = round_up(max_frame_size, FRAME_ALIGNMENT);

Completed in 228 milliseconds