asm-offsets.c (472475000979a156bc32cd75caa59737f5a1caa5) asm-offsets.c (189af4657186da08a2e79fb8e906cfd82b2ccddc)
1/*
2 * Copyright (C) 1995-2003 Russell King
3 * 2001-2002 Keith Owens
4 *
5 * Generate definitions needed by assembly language modules.
6 * This code generates raw asm output which is post-processed to extract
7 * and format the required data.
8 *

--- 65 unchanged lines hidden (view full) ---

74 DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state));
75#endif
76#ifdef CONFIG_IWMMXT
77 DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt));
78#endif
79#ifdef CONFIG_CRUNCH
80 DEFINE(TI_CRUNCH_STATE, offsetof(struct thread_info, crunchstate));
81#endif
1/*
2 * Copyright (C) 1995-2003 Russell King
3 * 2001-2002 Keith Owens
4 *
5 * Generate definitions needed by assembly language modules.
6 * This code generates raw asm output which is post-processed to extract
7 * and format the required data.
8 *

--- 65 unchanged lines hidden (view full) ---

74 DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state));
75#endif
76#ifdef CONFIG_IWMMXT
77 DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt));
78#endif
79#ifdef CONFIG_CRUNCH
80 DEFINE(TI_CRUNCH_STATE, offsetof(struct thread_info, crunchstate));
81#endif
82#ifdef CONFIG_STACKPROTECTOR_PER_TASK
83 DEFINE(TI_STACK_CANARY, offsetof(struct thread_info, stack_canary));
84#endif
85 DEFINE(THREAD_SZ_ORDER, THREAD_SIZE_ORDER);
82 BLANK();
83 DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0));
84 DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1));
85 DEFINE(S_R2, offsetof(struct pt_regs, ARM_r2));
86 DEFINE(S_R3, offsetof(struct pt_regs, ARM_r3));
87 DEFINE(S_R4, offsetof(struct pt_regs, ARM_r4));
88 DEFINE(S_R5, offsetof(struct pt_regs, ARM_r5));
89 DEFINE(S_R6, offsetof(struct pt_regs, ARM_r6));

--- 104 unchanged lines hidden ---
86 BLANK();
87 DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0));
88 DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1));
89 DEFINE(S_R2, offsetof(struct pt_regs, ARM_r2));
90 DEFINE(S_R3, offsetof(struct pt_regs, ARM_r3));
91 DEFINE(S_R4, offsetof(struct pt_regs, ARM_r4));
92 DEFINE(S_R5, offsetof(struct pt_regs, ARM_r5));
93 DEFINE(S_R6, offsetof(struct pt_regs, ARM_r6));

--- 104 unchanged lines hidden ---