Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dasm-offsets.c48 #define FRAME_ALIGN 64 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()