Lines Matching refs:DEFINE
40 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
41 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main()
42 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
43 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
44 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main()
47 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main()
48 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main()
49 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
52 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in main()
55 DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD); in main()
56 DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs)); in main()
58 DEFINE(NUM_USER_SEGMENTS, TASK_SIZE >> 28); in main()