• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/

Lines Matching refs:offsetof

29 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
30 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
31 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
32 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
33 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
34 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
35 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
36 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
39 DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs));
42 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
45 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
46 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
47 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
48 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs));
49 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
50 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
51 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
52 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
53 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
56 DEFINE(PT_D0, offsetof(struct pt_regs, d0));
57 DEFINE(PT_ORIG_D0, offsetof(struct pt_regs, orig_d0));
58 DEFINE(PT_D1, offsetof(struct pt_regs, d1));
59 DEFINE(PT_D2, offsetof(struct pt_regs, d2));
60 DEFINE(PT_D3, offsetof(struct pt_regs, d3));
61 DEFINE(PT_D4, offsetof(struct pt_regs, d4));
62 DEFINE(PT_D5, offsetof(struct pt_regs, d5));
63 DEFINE(PT_A0, offsetof(struct pt_regs, a0));
64 DEFINE(PT_A1, offsetof(struct pt_regs, a1));
65 DEFINE(PT_A2, offsetof(struct pt_regs, a2));
66 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
67 DEFINE(PT_SR, offsetof(struct pt_regs, sr));
71 DEFINE(PT_FORMATVEC, offsetof(struct pt_regs, sr) - 2);
74 DEFINE(PT_VECTOR, offsetof(struct pt_regs, pc) + 4);
76 DEFINE(IRQ_HANDLER, offsetof(struct irq_node, handler));
77 DEFINE(IRQ_DEVID, offsetof(struct irq_node, dev_id));
78 DEFINE(IRQ_NEXT, offsetof(struct irq_node, next));
82 DEFINE(STAT_IRQ, offsetof(struct kernel_stat, irqs));
96 DEFINE(TI_TASK, offsetof(struct thread_info, task));
97 DEFINE(TI_EXECDOMAIN, offsetof(struct thread_info, exec_domain));
98 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
99 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));