Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/kernel/
Dasm-offsets.c53 #define align_frame(x,y) (((x)+FRAME_SIZE+(y)-1) - (((x)+(y)-1)%(y))) macro
154 DEFINE(TASK_SZ_ALGN, align_frame(sizeof(struct task_struct), FRAME_ALIGN)); in main()
242 DEFINE(PT_SZ_ALGN, align_frame(sizeof(struct pt_regs), FRAME_ALIGN)); in main()
251 DEFINE(THREAD_SZ_ALGN, align_frame(sizeof(struct thread_info), FRAME_ALIGN)); in main()