Lines Matching refs:offsetof
18 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
19 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
23 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
24 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg)); in main()
26 offsetof(struct thread_struct, fault_address)); in main()
30 DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags)); in main()
32 offsetof(struct thread_info, preempt_count)); in main()
36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm)); in main()
37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in main()
38 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main()
39 DEFINE(TASK_COMM, offsetof(struct task_struct, comm)); in main()
41 DEFINE(MM_CTXT, offsetof(struct mm_struct, context)); in main()
42 DEFINE(MM_PGD, offsetof(struct mm_struct, pgd)); in main()
44 DEFINE(MM_CTXT_ASID, offsetof(mm_context_t, asid)); in main()
48 DEFINE(PT_status32, offsetof(struct pt_regs, status32)); in main()
49 DEFINE(PT_event, offsetof(struct pt_regs, event)); in main()
50 DEFINE(PT_sp, offsetof(struct pt_regs, sp)); in main()
51 DEFINE(PT_r0, offsetof(struct pt_regs, r0)); in main()
52 DEFINE(PT_r1, offsetof(struct pt_regs, r1)); in main()
53 DEFINE(PT_r2, offsetof(struct pt_regs, r2)); in main()
54 DEFINE(PT_r3, offsetof(struct pt_regs, r3)); in main()
55 DEFINE(PT_r4, offsetof(struct pt_regs, r4)); in main()
56 DEFINE(PT_r5, offsetof(struct pt_regs, r5)); in main()
57 DEFINE(PT_r6, offsetof(struct pt_regs, r6)); in main()
58 DEFINE(PT_r7, offsetof(struct pt_regs, r7)); in main()
59 DEFINE(PT_r8, offsetof(struct pt_regs, r8)); in main()
60 DEFINE(PT_r10, offsetof(struct pt_regs, r10)); in main()
61 DEFINE(PT_r26, offsetof(struct pt_regs, r26)); in main()
62 DEFINE(PT_ret, offsetof(struct pt_regs, ret)); in main()
63 DEFINE(PT_blink, offsetof(struct pt_regs, blink)); in main()
64 DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end)); in main()
65 DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count)); in main()
66 DEFINE(PT_user_r25, offsetof(struct pt_regs, user_r25)); in main()