Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dasm-offsets.c35 #define FRAME_ALIGN 64 macro
141 DEFINE(TASK_SZ_ALGN, align_frame(sizeof(struct task_struct), FRAME_ALIGN)); in main()
229 DEFINE(PT_SZ_ALGN, align_frame(sizeof(struct pt_regs), FRAME_ALIGN)); in main()
238 DEFINE(THREAD_SZ_ALGN, align_frame(sizeof(struct thread_info), FRAME_ALIGN)); in main()