DEFINE             17 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
DEFINE             18 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE             19 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
DEFINE             22 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
DEFINE             23 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_CRED, offsetof(struct task_struct, cred));
DEFINE             24 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent));
DEFINE             25 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader));
DEFINE             26 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
DEFINE             29 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_UID,  offsetof(struct cred, uid));
DEFINE             30 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_EUID, offsetof(struct cred, euid));
DEFINE             31 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_GID,  offsetof(struct cred, gid));
DEFINE             32 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_EGID, offsetof(struct cred, egid));
DEFINE             35 arch/alpha/kernel/asm-offsets.c 	DEFINE(SIZEOF_PT_REGS, sizeof(struct pt_regs));
DEFINE             36 arch/alpha/kernel/asm-offsets.c 	DEFINE(PT_PTRACED, PT_PTRACED);
DEFINE             37 arch/alpha/kernel/asm-offsets.c 	DEFINE(CLONE_VM, CLONE_VM);
DEFINE             38 arch/alpha/kernel/asm-offsets.c 	DEFINE(CLONE_UNTRACED, CLONE_UNTRACED);
DEFINE             39 arch/alpha/kernel/asm-offsets.c 	DEFINE(SIGCHLD, SIGCHLD);
DEFINE             42 arch/alpha/kernel/asm-offsets.c 	DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector, hae_cache));
DEFINE             43 arch/alpha/kernel/asm-offsets.c 	DEFINE(HAE_REG, offsetof(struct alpha_machine_vector, hae_register));
DEFINE             17 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
DEFINE             18 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
DEFINE             22 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
DEFINE             23 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));
DEFINE             24 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_FAULT_ADDR,
DEFINE             29 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));
DEFINE             30 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_INFO_PREEMPT_COUNT,
DEFINE             35 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
DEFINE             36 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
DEFINE             37 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
DEFINE             38 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_COMM, offsetof(struct task_struct, comm));
DEFINE             40 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_CTXT, offsetof(struct mm_struct, context));
DEFINE             41 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_PGD, offsetof(struct mm_struct, pgd));
DEFINE             43 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_CTXT_ASID, offsetof(mm_context_t, asid));
DEFINE             47 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_status32, offsetof(struct pt_regs, status32));
DEFINE             48 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_event, offsetof(struct pt_regs, event));
DEFINE             49 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_sp, offsetof(struct pt_regs, sp));
DEFINE             50 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r0, offsetof(struct pt_regs, r0));
DEFINE             51 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r1, offsetof(struct pt_regs, r1));
DEFINE             52 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r2, offsetof(struct pt_regs, r2));
DEFINE             53 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r3, offsetof(struct pt_regs, r3));
DEFINE             54 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r4, offsetof(struct pt_regs, r4));
DEFINE             55 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r5, offsetof(struct pt_regs, r5));
DEFINE             56 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r6, offsetof(struct pt_regs, r6));
DEFINE             57 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r7, offsetof(struct pt_regs, r7));
DEFINE             58 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r8, offsetof(struct pt_regs, r8));
DEFINE             59 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r10, offsetof(struct pt_regs, r10));
DEFINE             60 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r26, offsetof(struct pt_regs, r26));
DEFINE             61 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_ret, offsetof(struct pt_regs, ret));
DEFINE             62 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_blink, offsetof(struct pt_regs, blink));
DEFINE             63 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end));
DEFINE             64 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count));
DEFINE             65 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_user_r25, offsetof(struct pt_regs, user_r25));
DEFINE             67 arch/arc/kernel/asm-offsets.c 	DEFINE(SZ_CALLEE_REGS, sizeof(struct callee_regs));
DEFINE             68 arch/arc/kernel/asm-offsets.c 	DEFINE(SZ_PT_REGS, sizeof(struct pt_regs));
DEFINE             69 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_user_r25, offsetof(struct pt_regs, user_r25));
DEFINE             49 arch/arm/kernel/asm-offsets.c   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));
DEFINE             51 arch/arm/kernel/asm-offsets.c   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));
DEFINE             54 arch/arm/kernel/asm-offsets.c   DEFINE(TI_FLAGS,		offsetof(struct thread_info, flags));
DEFINE             55 arch/arm/kernel/asm-offsets.c   DEFINE(TI_PREEMPT,		offsetof(struct thread_info, preempt_count));
DEFINE             56 arch/arm/kernel/asm-offsets.c   DEFINE(TI_ADDR_LIMIT,		offsetof(struct thread_info, addr_limit));
DEFINE             57 arch/arm/kernel/asm-offsets.c   DEFINE(TI_TASK,		offsetof(struct thread_info, task));
DEFINE             58 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
DEFINE             59 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU_DOMAIN,		offsetof(struct thread_info, cpu_domain));
DEFINE             60 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU_SAVE,		offsetof(struct thread_info, cpu_context));
DEFINE             61 arch/arm/kernel/asm-offsets.c   DEFINE(TI_USED_CP,		offsetof(struct thread_info, used_cp));
DEFINE             62 arch/arm/kernel/asm-offsets.c   DEFINE(TI_TP_VALUE,		offsetof(struct thread_info, tp_value));
DEFINE             63 arch/arm/kernel/asm-offsets.c   DEFINE(TI_FPSTATE,		offsetof(struct thread_info, fpstate));
DEFINE             65 arch/arm/kernel/asm-offsets.c   DEFINE(TI_VFPSTATE,		offsetof(struct thread_info, vfpstate));
DEFINE             67 arch/arm/kernel/asm-offsets.c   DEFINE(VFP_CPU,		offsetof(union vfp_state, hard.cpu));
DEFINE             71 arch/arm/kernel/asm-offsets.c   DEFINE(TI_THUMBEE_STATE,	offsetof(struct thread_info, thumbee_state));
DEFINE             74 arch/arm/kernel/asm-offsets.c   DEFINE(TI_IWMMXT_STATE,	offsetof(struct thread_info, fpstate.iwmmxt));
DEFINE             77 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CRUNCH_STATE,	offsetof(struct thread_info, crunchstate));
DEFINE             80 arch/arm/kernel/asm-offsets.c   DEFINE(TI_STACK_CANARY,	offsetof(struct thread_info, stack_canary));
DEFINE             82 arch/arm/kernel/asm-offsets.c   DEFINE(THREAD_SZ_ORDER,	THREAD_SIZE_ORDER);
DEFINE             84 arch/arm/kernel/asm-offsets.c   DEFINE(S_R0,			offsetof(struct pt_regs, ARM_r0));
DEFINE             85 arch/arm/kernel/asm-offsets.c   DEFINE(S_R1,			offsetof(struct pt_regs, ARM_r1));
DEFINE             86 arch/arm/kernel/asm-offsets.c   DEFINE(S_R2,			offsetof(struct pt_regs, ARM_r2));
DEFINE             87 arch/arm/kernel/asm-offsets.c   DEFINE(S_R3,			offsetof(struct pt_regs, ARM_r3));
DEFINE             88 arch/arm/kernel/asm-offsets.c   DEFINE(S_R4,			offsetof(struct pt_regs, ARM_r4));
DEFINE             89 arch/arm/kernel/asm-offsets.c   DEFINE(S_R5,			offsetof(struct pt_regs, ARM_r5));
DEFINE             90 arch/arm/kernel/asm-offsets.c   DEFINE(S_R6,			offsetof(struct pt_regs, ARM_r6));
DEFINE             91 arch/arm/kernel/asm-offsets.c   DEFINE(S_R7,			offsetof(struct pt_regs, ARM_r7));
DEFINE             92 arch/arm/kernel/asm-offsets.c   DEFINE(S_R8,			offsetof(struct pt_regs, ARM_r8));
DEFINE             93 arch/arm/kernel/asm-offsets.c   DEFINE(S_R9,			offsetof(struct pt_regs, ARM_r9));
DEFINE             94 arch/arm/kernel/asm-offsets.c   DEFINE(S_R10,			offsetof(struct pt_regs, ARM_r10));
DEFINE             95 arch/arm/kernel/asm-offsets.c   DEFINE(S_FP,			offsetof(struct pt_regs, ARM_fp));
DEFINE             96 arch/arm/kernel/asm-offsets.c   DEFINE(S_IP,			offsetof(struct pt_regs, ARM_ip));
DEFINE             97 arch/arm/kernel/asm-offsets.c   DEFINE(S_SP,			offsetof(struct pt_regs, ARM_sp));
DEFINE             98 arch/arm/kernel/asm-offsets.c   DEFINE(S_LR,			offsetof(struct pt_regs, ARM_lr));
DEFINE             99 arch/arm/kernel/asm-offsets.c   DEFINE(S_PC,			offsetof(struct pt_regs, ARM_pc));
DEFINE            100 arch/arm/kernel/asm-offsets.c   DEFINE(S_PSR,			offsetof(struct pt_regs, ARM_cpsr));
DEFINE            101 arch/arm/kernel/asm-offsets.c   DEFINE(S_OLD_R0,		offsetof(struct pt_regs, ARM_ORIG_r0));
DEFINE            102 arch/arm/kernel/asm-offsets.c   DEFINE(PT_REGS_SIZE,		sizeof(struct pt_regs));
DEFINE            103 arch/arm/kernel/asm-offsets.c   DEFINE(SVC_DACR,		offsetof(struct svc_pt_regs, dacr));
DEFINE            104 arch/arm/kernel/asm-offsets.c   DEFINE(SVC_ADDR_LIMIT,	offsetof(struct svc_pt_regs, addr_limit));
DEFINE            105 arch/arm/kernel/asm-offsets.c   DEFINE(SVC_REGS_SIZE,		sizeof(struct svc_pt_regs));
DEFINE            107 arch/arm/kernel/asm-offsets.c   DEFINE(SIGFRAME_RC3_OFFSET,	offsetof(struct sigframe, retcode[3]));
DEFINE            108 arch/arm/kernel/asm-offsets.c   DEFINE(RT_SIGFRAME_RC3_OFFSET, offsetof(struct rt_sigframe, sig.retcode[3]));
DEFINE            111 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PHY_BASE,	offsetof(struct l2x0_regs, phy_base));
DEFINE            112 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_AUX_CTRL,	offsetof(struct l2x0_regs, aux_ctrl));
DEFINE            113 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_TAG_LATENCY,	offsetof(struct l2x0_regs, tag_latency));
DEFINE            114 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_DATA_LATENCY,	offsetof(struct l2x0_regs, data_latency));
DEFINE            115 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_FILTER_START,	offsetof(struct l2x0_regs, filter_start));
DEFINE            116 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_FILTER_END,	offsetof(struct l2x0_regs, filter_end));
DEFINE            117 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PREFETCH_CTRL,	offsetof(struct l2x0_regs, prefetch_ctrl));
DEFINE            118 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PWR_CTRL,	offsetof(struct l2x0_regs, pwr_ctrl));
DEFINE            122 arch/arm/kernel/asm-offsets.c   DEFINE(MM_CONTEXT_ID,		offsetof(struct mm_struct, context.id.counter));
DEFINE            125 arch/arm/kernel/asm-offsets.c   DEFINE(VMA_VM_MM,		offsetof(struct vm_area_struct, vm_mm));
DEFINE            126 arch/arm/kernel/asm-offsets.c   DEFINE(VMA_VM_FLAGS,		offsetof(struct vm_area_struct, vm_flags));
DEFINE            128 arch/arm/kernel/asm-offsets.c   DEFINE(VM_EXEC,	       	VM_EXEC);
DEFINE            130 arch/arm/kernel/asm-offsets.c   DEFINE(PAGE_SZ,	       	PAGE_SIZE);
DEFINE            132 arch/arm/kernel/asm-offsets.c   DEFINE(SYS_ERROR0,		0x9f0000);
DEFINE            134 arch/arm/kernel/asm-offsets.c   DEFINE(SIZEOF_MACHINE_DESC,	sizeof(struct machine_desc));
DEFINE            135 arch/arm/kernel/asm-offsets.c   DEFINE(MACHINFO_TYPE,		offsetof(struct machine_desc, nr));
DEFINE            136 arch/arm/kernel/asm-offsets.c   DEFINE(MACHINFO_NAME,		offsetof(struct machine_desc, name));
DEFINE            138 arch/arm/kernel/asm-offsets.c   DEFINE(PROC_INFO_SZ,		sizeof(struct proc_info_list));
DEFINE            139 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_INITFUNC,	offsetof(struct proc_info_list, __cpu_flush));
DEFINE            140 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_MM_MMUFLAGS,	offsetof(struct proc_info_list, __cpu_mm_mmu_flags));
DEFINE            141 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_IO_MMUFLAGS,	offsetof(struct proc_info_list, __cpu_io_mmu_flags));
DEFINE            144 arch/arm/kernel/asm-offsets.c   DEFINE(PROCESSOR_DABT_FUNC,	offsetof(struct processor, _data_abort));
DEFINE            147 arch/arm/kernel/asm-offsets.c   DEFINE(PROCESSOR_PABT_FUNC,	offsetof(struct processor, _prefetch_abort));
DEFINE            150 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_SLEEP_SIZE,	offsetof(struct processor, suspend_size));
DEFINE            151 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_DO_SUSPEND,	offsetof(struct processor, do_suspend));
DEFINE            152 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_DO_RESUME,		offsetof(struct processor, do_resume));
DEFINE            155 arch/arm/kernel/asm-offsets.c   DEFINE(CACHE_FLUSH_KERN_ALL,	offsetof(struct cpu_cache_fns, flush_kern_all));
DEFINE            158 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_SZ,	sizeof(struct sleep_save_sp));
DEFINE            159 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_PHYS,	offsetof(struct sleep_save_sp, save_ptr_stash_phys));
DEFINE            160 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_VIRT,	offsetof(struct sleep_save_sp, save_ptr_stash));
DEFINE            163 arch/arm/kernel/asm-offsets.c   DEFINE(DMA_BIDIRECTIONAL,	DMA_BIDIRECTIONAL);
DEFINE            164 arch/arm/kernel/asm-offsets.c   DEFINE(DMA_TO_DEVICE,		DMA_TO_DEVICE);
DEFINE            165 arch/arm/kernel/asm-offsets.c   DEFINE(DMA_FROM_DEVICE,	DMA_FROM_DEVICE);
DEFINE            167 arch/arm/kernel/asm-offsets.c   DEFINE(CACHE_WRITEBACK_ORDER, __CACHE_WRITEBACK_ORDER);
DEFINE            168 arch/arm/kernel/asm-offsets.c   DEFINE(CACHE_WRITEBACK_GRANULE, __CACHE_WRITEBACK_GRANULE);
DEFINE            171 arch/arm/kernel/asm-offsets.c   DEFINE(VCPU_GUEST_CTXT,	offsetof(struct kvm_vcpu, arch.ctxt));
DEFINE            172 arch/arm/kernel/asm-offsets.c   DEFINE(VCPU_HOST_CTXT,	offsetof(struct kvm_vcpu, arch.host_cpu_context));
DEFINE            173 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_CTXT_VFP,		offsetof(struct kvm_cpu_context, vfp));
DEFINE            174 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_CTXT_GP_REGS,	offsetof(struct kvm_cpu_context, gp_regs));
DEFINE            175 arch/arm/kernel/asm-offsets.c   DEFINE(GP_REGS_USR,		offsetof(struct kvm_regs, usr_regs));
DEFINE            179 arch/arm/kernel/asm-offsets.c   DEFINE(VDSO_DATA_SIZE,	sizeof(union vdso_data_store));
DEFINE            183 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RNG_INFO_RNGS,	offsetof(struct mpu_rgn_info, rgns));
DEFINE            184 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RNG_INFO_USED,	offsetof(struct mpu_rgn_info, used));
DEFINE            186 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RNG_SIZE,		sizeof(struct mpu_rgn));
DEFINE            187 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRBAR,	offsetof(struct mpu_rgn, drbar));
DEFINE            188 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRSR,	offsetof(struct mpu_rgn, drsr));
DEFINE            189 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRACR,	offsetof(struct mpu_rgn, dracr));
DEFINE            190 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_PRBAR,	offsetof(struct mpu_rgn, prbar));
DEFINE            191 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_PRLAR,	offsetof(struct mpu_rgn, prlar));
DEFINE              8 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_PMC,		offsetof(struct at91_pm_data, pmc));
DEFINE              9 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_RAMC0,		offsetof(struct at91_pm_data, ramc[0]));
DEFINE             10 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_RAMC1,		offsetof(struct at91_pm_data, ramc[1]));
DEFINE             11 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_MEMCTRL,	offsetof(struct at91_pm_data, memctrl));
DEFINE             12 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_MODE,		offsetof(struct at91_pm_data, mode));
DEFINE             13 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_SHDWC,		offsetof(struct at91_pm_data, shdwc));
DEFINE             14 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_SFRBU,		offsetof(struct at91_pm_data, sfrbu));
DEFINE             16 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_WFI_FLAGS_OFFSET,
DEFINE             18 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_L2_AUX_CTRL_VAL_OFFSET,
DEFINE             20 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_L2_PREFETCH_CTRL_VAL_OFFSET,
DEFINE             22 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_SRAM_DATA_SIZE, sizeof(struct am33xx_pm_sram_data));
DEFINE             26 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_RO_SRAM_DATA_VIRT_OFFSET,
DEFINE             28 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_RO_SRAM_DATA_PHYS_OFFSET,
DEFINE             30 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_RTC_BASE_VIRT_OFFSET,
DEFINE             32 arch/arm/mach-omap2/pm-asm-offsets.c 	DEFINE(AMX3_PM_RO_SRAM_DATA_SIZE,
DEFINE             29 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));
DEFINE             31 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_FLAGS,		offsetof(struct task_struct, thread_info.flags));
DEFINE             32 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_PREEMPT,	offsetof(struct task_struct, thread_info.preempt_count));
DEFINE             33 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_ADDR_LIMIT,	offsetof(struct task_struct, thread_info.addr_limit));
DEFINE             35 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_TTBR0,		offsetof(struct task_struct, thread_info.ttbr0));
DEFINE             37 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_STACK,		offsetof(struct task_struct, stack));
DEFINE             39 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));
DEFINE             42 arch/arm64/kernel/asm-offsets.c   DEFINE(THREAD_CPU_CONTEXT,	offsetof(struct task_struct, thread.cpu_context));
DEFINE             44 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X0,			offsetof(struct pt_regs, regs[0]));
DEFINE             45 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X2,			offsetof(struct pt_regs, regs[2]));
DEFINE             46 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X4,			offsetof(struct pt_regs, regs[4]));
DEFINE             47 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X6,			offsetof(struct pt_regs, regs[6]));
DEFINE             48 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X8,			offsetof(struct pt_regs, regs[8]));
DEFINE             49 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X10,			offsetof(struct pt_regs, regs[10]));
DEFINE             50 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X12,			offsetof(struct pt_regs, regs[12]));
DEFINE             51 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X14,			offsetof(struct pt_regs, regs[14]));
DEFINE             52 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X16,			offsetof(struct pt_regs, regs[16]));
DEFINE             53 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X18,			offsetof(struct pt_regs, regs[18]));
DEFINE             54 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X20,			offsetof(struct pt_regs, regs[20]));
DEFINE             55 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X22,			offsetof(struct pt_regs, regs[22]));
DEFINE             56 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X24,			offsetof(struct pt_regs, regs[24]));
DEFINE             57 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X26,			offsetof(struct pt_regs, regs[26]));
DEFINE             58 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X28,			offsetof(struct pt_regs, regs[28]));
DEFINE             59 arch/arm64/kernel/asm-offsets.c   DEFINE(S_LR,			offsetof(struct pt_regs, regs[30]));
DEFINE             60 arch/arm64/kernel/asm-offsets.c   DEFINE(S_SP,			offsetof(struct pt_regs, sp));
DEFINE             61 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PSTATE,		offsetof(struct pt_regs, pstate));
DEFINE             62 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PC,			offsetof(struct pt_regs, pc));
DEFINE             63 arch/arm64/kernel/asm-offsets.c   DEFINE(S_SYSCALLNO,		offsetof(struct pt_regs, syscallno));
DEFINE             64 arch/arm64/kernel/asm-offsets.c   DEFINE(S_ORIG_ADDR_LIMIT,	offsetof(struct pt_regs, orig_addr_limit));
DEFINE             65 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PMR_SAVE,		offsetof(struct pt_regs, pmr_save));
DEFINE             66 arch/arm64/kernel/asm-offsets.c   DEFINE(S_STACKFRAME,		offsetof(struct pt_regs, stackframe));
DEFINE             67 arch/arm64/kernel/asm-offsets.c   DEFINE(S_FRAME_SIZE,		sizeof(struct pt_regs));
DEFINE             70 arch/arm64/kernel/asm-offsets.c   DEFINE(COMPAT_SIGFRAME_REGS_OFFSET,		offsetof(struct compat_sigframe, uc.uc_mcontext.arm_r0));
DEFINE             71 arch/arm64/kernel/asm-offsets.c   DEFINE(COMPAT_RT_SIGFRAME_REGS_OFFSET,	offsetof(struct compat_rt_sigframe, sig.uc.uc_mcontext.arm_r0));
DEFINE             74 arch/arm64/kernel/asm-offsets.c   DEFINE(MM_CONTEXT_ID,		offsetof(struct mm_struct, context.id.counter));
DEFINE             76 arch/arm64/kernel/asm-offsets.c   DEFINE(VMA_VM_MM,		offsetof(struct vm_area_struct, vm_mm));
DEFINE             77 arch/arm64/kernel/asm-offsets.c   DEFINE(VMA_VM_FLAGS,		offsetof(struct vm_area_struct, vm_flags));
DEFINE             79 arch/arm64/kernel/asm-offsets.c   DEFINE(VM_EXEC,	       	VM_EXEC);
DEFINE             81 arch/arm64/kernel/asm-offsets.c   DEFINE(PAGE_SZ,	       	PAGE_SIZE);
DEFINE             83 arch/arm64/kernel/asm-offsets.c   DEFINE(DMA_TO_DEVICE,		DMA_TO_DEVICE);
DEFINE             84 arch/arm64/kernel/asm-offsets.c   DEFINE(DMA_FROM_DEVICE,	DMA_FROM_DEVICE);
DEFINE             86 arch/arm64/kernel/asm-offsets.c   DEFINE(PREEMPT_DISABLE_OFFSET, PREEMPT_DISABLE_OFFSET);
DEFINE             88 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_BOOT_STACK,	offsetof(struct secondary_data, stack));
DEFINE             89 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_BOOT_TASK,		offsetof(struct secondary_data, task));
DEFINE             92 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_CONTEXT,		offsetof(struct kvm_vcpu, arch.ctxt));
DEFINE             93 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_FAULT_DISR,	offsetof(struct kvm_vcpu, arch.fault.disr_el1));
DEFINE             94 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_WORKAROUND_FLAGS,	offsetof(struct kvm_vcpu, arch.workaround_flags));
DEFINE             95 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_HCR_EL2,		offsetof(struct kvm_vcpu, arch.hcr_el2));
DEFINE             96 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_GP_REGS,		offsetof(struct kvm_cpu_context, gp_regs));
DEFINE             97 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APIAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APIAKEYLO_EL1]));
DEFINE             98 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APIBKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APIBKEYLO_EL1]));
DEFINE             99 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APDAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APDAKEYLO_EL1]));
DEFINE            100 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APDBKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APDBKEYLO_EL1]));
DEFINE            101 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APGAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APGAKEYLO_EL1]));
DEFINE            102 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_USER_PT_REGS,	offsetof(struct kvm_regs, regs));
DEFINE            103 arch/arm64/kernel/asm-offsets.c   DEFINE(HOST_CONTEXT_VCPU,	offsetof(struct kvm_cpu_context, __hyp_running_vcpu));
DEFINE            104 arch/arm64/kernel/asm-offsets.c   DEFINE(HOST_DATA_CONTEXT,	offsetof(struct kvm_host_data, host_ctxt));
DEFINE            107 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_CTX_SP,		offsetof(struct cpu_suspend_ctx, sp));
DEFINE            108 arch/arm64/kernel/asm-offsets.c   DEFINE(MPIDR_HASH_MASK,	offsetof(struct mpidr_hash, mask));
DEFINE            109 arch/arm64/kernel/asm-offsets.c   DEFINE(MPIDR_HASH_SHIFTS,	offsetof(struct mpidr_hash, shift_aff));
DEFINE            110 arch/arm64/kernel/asm-offsets.c   DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS,	offsetof(struct sleep_stack_data, system_regs));
DEFINE            111 arch/arm64/kernel/asm-offsets.c   DEFINE(SLEEP_STACK_DATA_CALLEE_REGS,	offsetof(struct sleep_stack_data, callee_saved_regs));
DEFINE            113 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_RES_X0_OFFS,		offsetof(struct arm_smccc_res, a0));
DEFINE            114 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_RES_X2_OFFS,		offsetof(struct arm_smccc_res, a2));
DEFINE            115 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_QUIRK_ID_OFFS,	offsetof(struct arm_smccc_quirk, id));
DEFINE            116 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_QUIRK_STATE_OFFS,	offsetof(struct arm_smccc_quirk, state));
DEFINE            118 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_ORIG,	offsetof(struct pbe, orig_address));
DEFINE            119 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_ADDR,	offsetof(struct pbe, address));
DEFINE            120 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_NEXT,	offsetof(struct pbe, next));
DEFINE            121 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM64_FTR_SYSVAL,	offsetof(struct arm64_ftr_reg, sys_val));
DEFINE            124 arch/arm64/kernel/asm-offsets.c   DEFINE(TRAMP_VALIAS,		TRAMP_VALIAS);
DEFINE            127 arch/arm64/kernel/asm-offsets.c   DEFINE(SDEI_EVENT_INTREGS,	offsetof(struct sdei_registered_event, interrupted_regs));
DEFINE            128 arch/arm64/kernel/asm-offsets.c   DEFINE(SDEI_EVENT_PRIORITY,	offsetof(struct sdei_registered_event, priority));
DEFINE             87 arch/c6x/kernel/asm-offsets.c 	DEFINE(REGS__END,	sizeof(struct pt_regs));
DEFINE            110 arch/c6x/kernel/asm-offsets.c 	DEFINE(KTHREAD_SHIFT, THREAD_SHIFT);
DEFINE            111 arch/c6x/kernel/asm-offsets.c 	DEFINE(KTHREAD_START_SP, THREAD_START_SP);
DEFINE            112 arch/c6x/kernel/asm-offsets.c 	DEFINE(ENOSYS_, ENOSYS);
DEFINE            113 arch/c6x/kernel/asm-offsets.c 	DEFINE(NR_SYSCALLS_, __NR_syscalls);
DEFINE            115 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_SYSCALL_TRACE, (1<<TIF_SYSCALL_TRACE));
DEFINE            116 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_NOTIFY_RESUME, (1<<TIF_NOTIFY_RESUME));
DEFINE            117 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_SIGPENDING, (1<<TIF_SIGPENDING));
DEFINE            118 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_NEED_RESCHED, (1<<TIF_NEED_RESCHED));
DEFINE            120 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_ALLWORK_MASK, TIF_ALLWORK_MASK);
DEFINE            121 arch/c6x/kernel/asm-offsets.c 	DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK);
DEFINE             12 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_STATE,        offsetof(struct task_struct, state));
DEFINE             13 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO,  offsetof(struct task_struct, stack));
DEFINE             14 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS,        offsetof(struct task_struct, flags));
DEFINE             15 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE,       offsetof(struct task_struct, ptrace));
DEFINE             16 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_THREAD,       offsetof(struct task_struct, thread));
DEFINE             17 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_MM,           offsetof(struct task_struct, mm));
DEFINE             18 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM,    offsetof(struct task_struct, active_mm));
DEFINE             21 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_KSP,        offsetof(struct thread_struct, ksp));
DEFINE             22 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_SR,         offsetof(struct thread_struct, sr));
DEFINE             23 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FESR,       offsetof(struct thread_struct, user_fp.fesr));
DEFINE             24 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FCR,        offsetof(struct thread_struct, user_fp.fcr));
DEFINE             25 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FPREG,      offsetof(struct thread_struct, user_fp.vr));
DEFINE             28 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_FLAGS,       offsetof(struct thread_info, flags));
DEFINE             29 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_PREEMPT,     offsetof(struct thread_info, preempt_count));
DEFINE             30 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_ADDR_LIMIT,  offsetof(struct thread_info, addr_limit));
DEFINE             31 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_TP_VALUE,   offsetof(struct thread_info, tp_value));
DEFINE             32 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_TASK,        offsetof(struct thread_info, task));
DEFINE             35 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_PC,             offsetof(struct pt_regs, pc));
DEFINE             36 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_ORIG_AO,        offsetof(struct pt_regs, orig_a0));
DEFINE             37 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_SR,             offsetof(struct pt_regs, sr));
DEFINE             39 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A0,             offsetof(struct pt_regs, a0));
DEFINE             40 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A1,             offsetof(struct pt_regs, a1));
DEFINE             41 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A2,             offsetof(struct pt_regs, a2));
DEFINE             42 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A3,             offsetof(struct pt_regs, a3));
DEFINE             43 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS0,          offsetof(struct pt_regs, regs[0]));
DEFINE             44 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS1,          offsetof(struct pt_regs, regs[1]));
DEFINE             45 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS2,          offsetof(struct pt_regs, regs[2]));
DEFINE             46 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS3,          offsetof(struct pt_regs, regs[3]));
DEFINE             47 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS4,          offsetof(struct pt_regs, regs[4]));
DEFINE             48 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS5,          offsetof(struct pt_regs, regs[5]));
DEFINE             49 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS6,          offsetof(struct pt_regs, regs[6]));
DEFINE             50 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS7,          offsetof(struct pt_regs, regs[7]));
DEFINE             51 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS8,          offsetof(struct pt_regs, regs[8]));
DEFINE             52 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS9,          offsetof(struct pt_regs, regs[9]));
DEFINE             53 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R15,            offsetof(struct pt_regs, lr));
DEFINE             55 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R16,            offsetof(struct pt_regs, exregs[0]));
DEFINE             56 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R17,            offsetof(struct pt_regs, exregs[1]));
DEFINE             57 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R18,            offsetof(struct pt_regs, exregs[2]));
DEFINE             58 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R19,            offsetof(struct pt_regs, exregs[3]));
DEFINE             59 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R20,            offsetof(struct pt_regs, exregs[4]));
DEFINE             60 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R21,            offsetof(struct pt_regs, exregs[5]));
DEFINE             61 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R22,            offsetof(struct pt_regs, exregs[6]));
DEFINE             62 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R23,            offsetof(struct pt_regs, exregs[7]));
DEFINE             63 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R24,            offsetof(struct pt_regs, exregs[8]));
DEFINE             64 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R25,            offsetof(struct pt_regs, exregs[9]));
DEFINE             65 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R26,            offsetof(struct pt_regs, exregs[10]));
DEFINE             66 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R27,            offsetof(struct pt_regs, exregs[11]));
DEFINE             67 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R28,            offsetof(struct pt_regs, exregs[12]));
DEFINE             68 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R29,            offsetof(struct pt_regs, exregs[13]));
DEFINE             69 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R30,            offsetof(struct pt_regs, exregs[14]));
DEFINE             70 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R31,            offsetof(struct pt_regs, exregs[15]));
DEFINE             71 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_RHI,            offsetof(struct pt_regs, rhi));
DEFINE             72 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_RLO,            offsetof(struct pt_regs, rlo));
DEFINE             74 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_USP,            offsetof(struct pt_regs, usp));
DEFINE             77 arch/csky/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t,
DEFINE             81 arch/csky/kernel/asm-offsets.c 	DEFINE(SIGSEGV, SIGSEGV);
DEFINE             82 arch/csky/kernel/asm-offsets.c 	DEFINE(SIGTRAP, SIGTRAP);
DEFINE             34 arch/h8300/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t,
DEFINE             43 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER0,  offsetof(struct pt_regs, er0)      - sizeof(long));
DEFINE             44 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER1,  offsetof(struct pt_regs, er1)      - sizeof(long));
DEFINE             45 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER2,  offsetof(struct pt_regs, er2)      - sizeof(long));
DEFINE             46 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER3,  offsetof(struct pt_regs, er3)      - sizeof(long));
DEFINE             47 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER4,  offsetof(struct pt_regs, er4)      - sizeof(long));
DEFINE             48 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER5,  offsetof(struct pt_regs, er5)      - sizeof(long));
DEFINE             49 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER6,  offsetof(struct pt_regs, er6)      - sizeof(long));
DEFINE             50 arch/h8300/kernel/asm-offsets.c 	DEFINE(LORIG, offsetof(struct pt_regs, orig_er0) - sizeof(long));
DEFINE             51 arch/h8300/kernel/asm-offsets.c 	DEFINE(LSP,   offsetof(struct pt_regs, sp)       - sizeof(long));
DEFINE             52 arch/h8300/kernel/asm-offsets.c 	DEFINE(LCCR,  offsetof(struct pt_regs, ccr)      - sizeof(long));
DEFINE             53 arch/h8300/kernel/asm-offsets.c 	DEFINE(LVEC,  offsetof(struct pt_regs, vector)   - sizeof(long));
DEFINE             55 arch/h8300/kernel/asm-offsets.c 	DEFINE(LEXR,  offsetof(struct pt_regs, exr)      - sizeof(long));
DEFINE             57 arch/h8300/kernel/asm-offsets.c 	DEFINE(LRET,  offsetof(struct pt_regs, pc)       - sizeof(long));
DEFINE             59 arch/h8300/kernel/asm-offsets.c 	DEFINE(PT_PTRACED, PT_PTRACED);
DEFINE             27 arch/hexagon/kernel/asm-offsets.c 	DEFINE(_PAGE_SIZE, PAGE_SIZE);
DEFINE             28 arch/hexagon/kernel/asm-offsets.c 	DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
DEFINE             60 arch/hexagon/kernel/asm-offsets.c 	DEFINE(_PT_REGS_SIZE, sizeof(struct pt_regs));
DEFINE             67 arch/hexagon/kernel/asm-offsets.c 	DEFINE(_THREAD_SIZE, THREAD_SIZE);
DEFINE             80 arch/hexagon/kernel/asm-offsets.c 	DEFINE(_SWITCH_STACK_SIZE, sizeof(struct hexagon_switch_stack));
DEFINE             25 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_SIZE, sizeof (struct task_struct));
DEFINE             26 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_THREAD_INFO_SIZE, sizeof (struct thread_info));
DEFINE             27 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_SIZE, sizeof (struct pt_regs));
DEFINE             28 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_SIZE, sizeof (struct switch_stack));
DEFINE             29 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGINFO_SIZE, sizeof (struct siginfo));
DEFINE             30 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CPU_SIZE, sizeof (struct cpuinfo_ia64));
DEFINE             31 arch/ia64/kernel/asm-offsets.c 	DEFINE(SIGFRAME_SIZE, sizeof (struct sigframe));
DEFINE             32 arch/ia64/kernel/asm-offsets.c 	DEFINE(UNW_FRAME_INFO_SIZE, sizeof (struct unw_frame_info));
DEFINE             35 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_UPID_SHIFT, 4);
DEFINE             39 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE             40 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
DEFINE             41 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
DEFINE             43 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp));
DEFINE             44 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave));
DEFINE             45 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));
DEFINE             46 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime));
DEFINE             51 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));
DEFINE             52 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));
DEFINE             53 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid));
DEFINE             54 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PID_LEVEL_OFFSET, offsetof (struct pid, level));
DEFINE             55 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0]));
DEFINE             56 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_PENDING_OFFSET,offsetof (struct task_struct, pending));
DEFINE             57 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid));
DEFINE             58 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_REAL_PARENT_OFFSET, offsetof (struct task_struct, real_parent));
DEFINE             59 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_SIGNAL_OFFSET,offsetof (struct task_struct, signal));
DEFINE             60 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid));
DEFINE             61 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_KSP_OFFSET, offsetof (struct task_struct, thread.ksp));
DEFINE             62 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_ON_USTACK_OFFSET, offsetof (struct task_struct, thread.on_ustack));
DEFINE             67 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_GROUP_STOP_COUNT_OFFSET,offsetof (struct signal_struct,
DEFINE             69 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_SHARED_PENDING_OFFSET,offsetof (struct signal_struct, shared_pending));
DEFINE             70 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_PIDS_TGID_OFFSET, offsetof (struct signal_struct, pids[PIDTYPE_TGID]));
DEFINE             74 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B6_OFFSET, offsetof (struct pt_regs, b6));
DEFINE             75 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B7_OFFSET, offsetof (struct pt_regs, b7));
DEFINE             76 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_CSD_OFFSET, offsetof (struct pt_regs, ar_csd));
DEFINE             77 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_SSD_OFFSET, offsetof (struct pt_regs, ar_ssd));
DEFINE             78 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R8_OFFSET, offsetof (struct pt_regs, r8));
DEFINE             79 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R9_OFFSET, offsetof (struct pt_regs, r9));
DEFINE             80 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R10_OFFSET, offsetof (struct pt_regs, r10));
DEFINE             81 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R11_OFFSET, offsetof (struct pt_regs, r11));
DEFINE             82 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IPSR_OFFSET, offsetof (struct pt_regs, cr_ipsr));
DEFINE             83 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IIP_OFFSET, offsetof (struct pt_regs, cr_iip));
DEFINE             84 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IFS_OFFSET, offsetof (struct pt_regs, cr_ifs));
DEFINE             85 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_UNAT_OFFSET, offsetof (struct pt_regs, ar_unat));
DEFINE             86 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_PFS_OFFSET, offsetof (struct pt_regs, ar_pfs));
DEFINE             87 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_RSC_OFFSET, offsetof (struct pt_regs, ar_rsc));
DEFINE             88 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_RNAT_OFFSET, offsetof (struct pt_regs, ar_rnat));
DEFINE             90 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_BSPSTORE_OFFSET, offsetof (struct pt_regs, ar_bspstore));
DEFINE             91 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_PR_OFFSET, offsetof (struct pt_regs, pr));
DEFINE             92 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B0_OFFSET, offsetof (struct pt_regs, b0));
DEFINE             93 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_LOADRS_OFFSET, offsetof (struct pt_regs, loadrs));
DEFINE             94 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R1_OFFSET, offsetof (struct pt_regs, r1));
DEFINE             95 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R12_OFFSET, offsetof (struct pt_regs, r12));
DEFINE             96 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R13_OFFSET, offsetof (struct pt_regs, r13));
DEFINE             97 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_FPSR_OFFSET, offsetof (struct pt_regs, ar_fpsr));
DEFINE             98 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R15_OFFSET, offsetof (struct pt_regs, r15));
DEFINE             99 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R14_OFFSET, offsetof (struct pt_regs, r14));
DEFINE            100 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R2_OFFSET, offsetof (struct pt_regs, r2));
DEFINE            101 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R3_OFFSET, offsetof (struct pt_regs, r3));
DEFINE            102 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R16_OFFSET, offsetof (struct pt_regs, r16));
DEFINE            103 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R17_OFFSET, offsetof (struct pt_regs, r17));
DEFINE            104 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R18_OFFSET, offsetof (struct pt_regs, r18));
DEFINE            105 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R19_OFFSET, offsetof (struct pt_regs, r19));
DEFINE            106 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R20_OFFSET, offsetof (struct pt_regs, r20));
DEFINE            107 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R21_OFFSET, offsetof (struct pt_regs, r21));
DEFINE            108 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R22_OFFSET, offsetof (struct pt_regs, r22));
DEFINE            109 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R23_OFFSET, offsetof (struct pt_regs, r23));
DEFINE            110 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R24_OFFSET, offsetof (struct pt_regs, r24));
DEFINE            111 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R25_OFFSET, offsetof (struct pt_regs, r25));
DEFINE            112 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R26_OFFSET, offsetof (struct pt_regs, r26));
DEFINE            113 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R27_OFFSET, offsetof (struct pt_regs, r27));
DEFINE            114 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R28_OFFSET, offsetof (struct pt_regs, r28));
DEFINE            115 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R29_OFFSET, offsetof (struct pt_regs, r29));
DEFINE            116 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R30_OFFSET, offsetof (struct pt_regs, r30));
DEFINE            117 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R31_OFFSET, offsetof (struct pt_regs, r31));
DEFINE            118 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_CCV_OFFSET, offsetof (struct pt_regs, ar_ccv));
DEFINE            119 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F6_OFFSET, offsetof (struct pt_regs, f6));
DEFINE            120 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F7_OFFSET, offsetof (struct pt_regs, f7));
DEFINE            121 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F8_OFFSET, offsetof (struct pt_regs, f8));
DEFINE            122 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F9_OFFSET, offsetof (struct pt_regs, f9));
DEFINE            123 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F10_OFFSET, offsetof (struct pt_regs, f10));
DEFINE            124 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F11_OFFSET, offsetof (struct pt_regs, f11));
DEFINE            128 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_CALLER_UNAT_OFFSET, offsetof (struct switch_stack, caller_unat));
DEFINE            129 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_FPSR_OFFSET, offsetof (struct switch_stack, ar_fpsr));
DEFINE            130 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F2_OFFSET, offsetof (struct switch_stack, f2));
DEFINE            131 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F3_OFFSET, offsetof (struct switch_stack, f3));
DEFINE            132 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F4_OFFSET, offsetof (struct switch_stack, f4));
DEFINE            133 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F5_OFFSET, offsetof (struct switch_stack, f5));
DEFINE            134 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F12_OFFSET, offsetof (struct switch_stack, f12));
DEFINE            135 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F13_OFFSET, offsetof (struct switch_stack, f13));
DEFINE            136 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F14_OFFSET, offsetof (struct switch_stack, f14));
DEFINE            137 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F15_OFFSET, offsetof (struct switch_stack, f15));
DEFINE            138 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F16_OFFSET, offsetof (struct switch_stack, f16));
DEFINE            139 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F17_OFFSET, offsetof (struct switch_stack, f17));
DEFINE            140 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F18_OFFSET, offsetof (struct switch_stack, f18));
DEFINE            141 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F19_OFFSET, offsetof (struct switch_stack, f19));
DEFINE            142 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F20_OFFSET, offsetof (struct switch_stack, f20));
DEFINE            143 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F21_OFFSET, offsetof (struct switch_stack, f21));
DEFINE            144 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F22_OFFSET, offsetof (struct switch_stack, f22));
DEFINE            145 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F23_OFFSET, offsetof (struct switch_stack, f23));
DEFINE            146 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F24_OFFSET, offsetof (struct switch_stack, f24));
DEFINE            147 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F25_OFFSET, offsetof (struct switch_stack, f25));
DEFINE            148 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F26_OFFSET, offsetof (struct switch_stack, f26));
DEFINE            149 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F27_OFFSET, offsetof (struct switch_stack, f27));
DEFINE            150 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F28_OFFSET, offsetof (struct switch_stack, f28));
DEFINE            151 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F29_OFFSET, offsetof (struct switch_stack, f29));
DEFINE            152 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F30_OFFSET, offsetof (struct switch_stack, f30));
DEFINE            153 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F31_OFFSET, offsetof (struct switch_stack, f31));
DEFINE            154 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R4_OFFSET, offsetof (struct switch_stack, r4));
DEFINE            155 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R5_OFFSET, offsetof (struct switch_stack, r5));
DEFINE            156 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R6_OFFSET, offsetof (struct switch_stack, r6));
DEFINE            157 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R7_OFFSET, offsetof (struct switch_stack, r7));
DEFINE            158 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B0_OFFSET, offsetof (struct switch_stack, b0));
DEFINE            159 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B1_OFFSET, offsetof (struct switch_stack, b1));
DEFINE            160 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B2_OFFSET, offsetof (struct switch_stack, b2));
DEFINE            161 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B3_OFFSET, offsetof (struct switch_stack, b3));
DEFINE            162 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B4_OFFSET, offsetof (struct switch_stack, b4));
DEFINE            163 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B5_OFFSET, offsetof (struct switch_stack, b5));
DEFINE            164 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_PFS_OFFSET, offsetof (struct switch_stack, ar_pfs));
DEFINE            165 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_LC_OFFSET, offsetof (struct switch_stack, ar_lc));
DEFINE            166 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_UNAT_OFFSET, offsetof (struct switch_stack, ar_unat));
DEFINE            167 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_RNAT_OFFSET, offsetof (struct switch_stack, ar_rnat));
DEFINE            168 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_BSPSTORE_OFFSET, offsetof (struct switch_stack, ar_bspstore));
DEFINE            169 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_PR_OFFSET, offsetof (struct switch_stack, pr));
DEFINE            173 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_IP_OFFSET, offsetof (struct sigcontext, sc_ip));
DEFINE            174 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_BSP_OFFSET, offsetof (struct sigcontext, sc_ar_bsp));
DEFINE            175 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_FPSR_OFFSET, offsetof (struct sigcontext, sc_ar_fpsr));
DEFINE            176 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_RNAT_OFFSET, offsetof (struct sigcontext, sc_ar_rnat));
DEFINE            177 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_UNAT_OFFSET, offsetof (struct sigcontext, sc_ar_unat));
DEFINE            178 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_B0_OFFSET, offsetof (struct sigcontext, sc_br[0]));
DEFINE            179 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_CFM_OFFSET, offsetof (struct sigcontext, sc_cfm));
DEFINE            180 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_FLAGS_OFFSET, offsetof (struct sigcontext, sc_flags));
DEFINE            181 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_FR6_OFFSET, offsetof (struct sigcontext, sc_fr[6]));
DEFINE            182 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_PR_OFFSET, offsetof (struct sigcontext, sc_pr));
DEFINE            183 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_R12_OFFSET, offsetof (struct sigcontext, sc_gr[12]));
DEFINE            184 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_RBS_BASE_OFFSET,offsetof (struct sigcontext, sc_rbs_base));
DEFINE            185 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_LOADRS_OFFSET, offsetof (struct sigcontext, sc_loadrs));
DEFINE            189 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGPENDING_SIGNAL_OFFSET, offsetof (struct sigpending, signal));
DEFINE            193 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG0_OFFSET, offsetof (struct sigframe, arg0));
DEFINE            194 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG1_OFFSET, offsetof (struct sigframe, arg1));
DEFINE            195 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG2_OFFSET, offsetof (struct sigframe, arg2));
DEFINE            196 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_HANDLER_OFFSET, offsetof (struct sigframe, handler));
DEFINE            197 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_SIGCONTEXT_OFFSET, offsetof (struct sigframe, sc));
DEFINE            200 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLONE_VFORK, CLONE_VFORK);
DEFINE            201 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLONE_VM, CLONE_VM);
DEFINE            204 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CPUINFO_NSEC_PER_CYC_OFFSET,
DEFINE            206 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CPUINFO_PTCE_BASE_OFFSET,
DEFINE            208 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CPUINFO_PTCE_COUNT_OFFSET,
DEFINE            210 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CPUINFO_PTCE_STRIDE_OFFSET,
DEFINE            213 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TIMESPEC_TV_NSEC_OFFSET,
DEFINE            215 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TIME_SN_SPEC_SNSEC_OFFSET,
DEFINE            218 arch/ia64/kernel/asm-offsets.c 	DEFINE(CLONE_SETTLS_BIT, 19);
DEFINE            224 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_MCA_CPU_MCA_STACK_OFFSET,
DEFINE            226 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_MCA_CPU_INIT_STACK_OFFSET,
DEFINE            229 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_OS_GP_OFFSET,
DEFINE            231 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_PROC_STATE_PARAM_OFFSET,
DEFINE            233 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_SAL_RA_OFFSET,
DEFINE            235 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_SAL_GP_OFFSET,
DEFINE            237 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_PAL_MIN_STATE_OFFSET,
DEFINE            239 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_OS_STATUS_OFFSET,
DEFINE            241 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_CONTEXT_OFFSET,
DEFINE            243 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SAL_OS_STATE_SIZE,
DEFINE            247 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_GR_OFFSET,
DEFINE            249 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_BANK1_GR_OFFSET,
DEFINE            251 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_PR_OFFSET,
DEFINE            253 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_BR0_OFFSET,
DEFINE            255 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_RSC_OFFSET,
DEFINE            257 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_IIP_OFFSET,
DEFINE            259 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_IPSR_OFFSET,
DEFINE            261 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_IFS_OFFSET,
DEFINE            263 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PMSA_XIP_OFFSET,
DEFINE            268 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_GTOD_SEQ_OFFSET,
DEFINE            270 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_GTOD_WALL_TIME_OFFSET,
DEFINE            272 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_GTOD_MONO_TIME_OFFSET,
DEFINE            274 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLKSRC_MASK_OFFSET,
DEFINE            276 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLKSRC_MULT_OFFSET,
DEFINE            278 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLKSRC_SHIFT_OFFSET,
DEFINE            280 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLKSRC_MMIO_OFFSET,
DEFINE            282 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_CLKSRC_CYCLE_LAST_OFFSET,
DEFINE            284 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_ITC_JITTER_OFFSET,
DEFINE            286 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_ITC_LASTCYCLE_OFFSET,
DEFINE             21 arch/ia64/kernel/nr-irqs.c 	DEFINE(NR_IRQS, sizeof (union paravirt_nr_irqs_max));
DEFINE             26 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
DEFINE             27 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE             28 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
DEFINE             31 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
DEFINE             32 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
DEFINE             33 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
DEFINE             34 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FS, offsetof(struct thread_struct, fs));
DEFINE             35 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
DEFINE             36 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
DEFINE             37 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
DEFINE             38 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
DEFINE             39 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
DEFINE             42 arch/m68k/kernel/asm-offsets.c 	DEFINE(TINFO_PREEMPT, offsetof(struct thread_info, preempt_count));
DEFINE             43 arch/m68k/kernel/asm-offsets.c 	DEFINE(TINFO_FLAGS, offsetof(struct thread_info, flags));
DEFINE             46 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D0, offsetof(struct pt_regs, d0));
DEFINE             47 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0));
DEFINE             48 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D1, offsetof(struct pt_regs, d1));
DEFINE             49 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D2, offsetof(struct pt_regs, d2));
DEFINE             50 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D3, offsetof(struct pt_regs, d3));
DEFINE             51 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D4, offsetof(struct pt_regs, d4));
DEFINE             52 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D5, offsetof(struct pt_regs, d5));
DEFINE             53 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A0, offsetof(struct pt_regs, a0));
DEFINE             54 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A1, offsetof(struct pt_regs, a1));
DEFINE             55 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A2, offsetof(struct pt_regs, a2));
DEFINE             56 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_PC, offsetof(struct pt_regs, pc));
DEFINE             57 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_SR, offsetof(struct pt_regs, sr));
DEFINE             61 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2);
DEFINE             63 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, pc) + 4);
DEFINE             67 arch/m68k/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
DEFINE             70 arch/m68k/kernel/asm-offsets.c 	DEFINE(LSIGSEGV, SIGSEGV);
DEFINE             71 arch/m68k/kernel/asm-offsets.c 	DEFINE(LSEGV_MAPERR, SEGV_MAPERR);
DEFINE             72 arch/m68k/kernel/asm-offsets.c 	DEFINE(LSIGTRAP, SIGTRAP);
DEFINE             73 arch/m68k/kernel/asm-offsets.c 	DEFINE(LTRAP_TRACE, TRAP_TRACE);
DEFINE             77 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_TAG, offsetof(struct bi_record, tag));
DEFINE             78 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_SIZE, offsetof(struct bi_record, size));
DEFINE             79 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_DATA, offsetof(struct bi_record, data));
DEFINE             82 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx));
DEFINE             83 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name));
DEFINE             84 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width));
DEFINE             85 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height));
DEFINE             86 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data));
DEFINE             87 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref));
DEFINE             90 arch/m68k/kernel/asm-offsets.c 	DEFINE(CUSTOMBASE, &amiga_custom);
DEFINE             91 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTENAR, offsetof(struct CUSTOM, intenar));
DEFINE             92 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTREQR, offsetof(struct CUSTOM, intreqr));
DEFINE             93 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTENA, offsetof(struct CUSTOM, intena));
DEFINE             94 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTREQ, offsetof(struct CUSTOM, intreq));
DEFINE             95 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr));
DEFINE             96 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERDAT, offsetof(struct CUSTOM, serdat));
DEFINE             97 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERPER, offsetof(struct CUSTOM, serper));
DEFINE             98 arch/m68k/kernel/asm-offsets.c 	DEFINE(CIAABASE, &ciaa);
DEFINE             99 arch/m68k/kernel/asm-offsets.c 	DEFINE(CIABBASE, &ciab);
DEFINE            100 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_PRA, offsetof(struct CIA, pra));
DEFINE            101 arch/m68k/kernel/asm-offsets.c 	DEFINE(ZTWOBASE, zTwoBase);
DEFINE            104 arch/m68k/kernel/asm-offsets.c 	DEFINE(M68K_FIXUP_MEMOFFSET, m68k_fixup_memoffset);
DEFINE             24 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE             25 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
DEFINE             26 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
DEFINE             27 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
DEFINE             28 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
DEFINE             29 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_PC, offsetof(struct pt_regs, pc));
DEFINE             30 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R0, offsetof(struct pt_regs, r0));
DEFINE             31 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R1, offsetof(struct pt_regs, r1));
DEFINE             32 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R2, offsetof(struct pt_regs, r2));
DEFINE             33 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R3, offsetof(struct pt_regs, r3));
DEFINE             34 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R4, offsetof(struct pt_regs, r4));
DEFINE             35 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R5, offsetof(struct pt_regs, r5));
DEFINE             36 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R6, offsetof(struct pt_regs, r6));
DEFINE             37 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R7, offsetof(struct pt_regs, r7));
DEFINE             38 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R8, offsetof(struct pt_regs, r8));
DEFINE             39 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R9, offsetof(struct pt_regs, r9));
DEFINE             40 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R10, offsetof(struct pt_regs, r10));
DEFINE             41 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R11, offsetof(struct pt_regs, r11));
DEFINE             42 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R12, offsetof(struct pt_regs, r12));
DEFINE             43 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R13, offsetof(struct pt_regs, r13));
DEFINE             44 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R14, offsetof(struct pt_regs, r14));
DEFINE             45 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R15, offsetof(struct pt_regs, r15));
DEFINE             46 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R16, offsetof(struct pt_regs, r16));
DEFINE             47 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R17, offsetof(struct pt_regs, r17));
DEFINE             48 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R18, offsetof(struct pt_regs, r18));
DEFINE             49 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R19, offsetof(struct pt_regs, r19));
DEFINE             50 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R20, offsetof(struct pt_regs, r20));
DEFINE             51 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R21, offsetof(struct pt_regs, r21));
DEFINE             52 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R22, offsetof(struct pt_regs, r22));
DEFINE             53 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R23, offsetof(struct pt_regs, r23));
DEFINE             54 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R24, offsetof(struct pt_regs, r24));
DEFINE             55 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R25, offsetof(struct pt_regs, r25));
DEFINE             56 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R26, offsetof(struct pt_regs, r26));
DEFINE             57 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R27, offsetof(struct pt_regs, r27));
DEFINE             58 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R28, offsetof(struct pt_regs, r28));
DEFINE             59 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R29, offsetof(struct pt_regs, r29));
DEFINE             60 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R30, offsetof(struct pt_regs, r30));
DEFINE             61 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R31, offsetof(struct pt_regs, r31));
DEFINE             62 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode));
DEFINE             66 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_TEXT_ADDR, sizeof(struct pt_regs) + 1);
DEFINE             67 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_TEXT_LEN, sizeof(struct pt_regs) + 2);
DEFINE             68 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_DATA_ADDR, sizeof(struct pt_regs) + 3);
DEFINE             72 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TS_THREAD_INFO, offsetof(struct task_struct, stack));
DEFINE             74 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
DEFINE             75 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
DEFINE             76 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
DEFINE             77 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
DEFINE             78 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE             79 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
DEFINE             80 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
DEFINE             81 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
DEFINE             82 arch/microblaze/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
DEFINE             85 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
DEFINE             90 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
DEFINE             91 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE             92 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
DEFINE             93 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_CPU_CONTEXT, offsetof(struct thread_info, cpu_context));
DEFINE             94 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT_COUNT, offsetof(struct thread_info, preempt_count));
DEFINE             98 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R1, offsetof(struct cpu_context, r1)); /* r1 */
DEFINE             99 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R2, offsetof(struct cpu_context, r2));
DEFINE            101 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R13, offsetof(struct cpu_context, r13));
DEFINE            102 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R14, offsetof(struct cpu_context, r14));
DEFINE            103 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R15, offsetof(struct cpu_context, r15));
DEFINE            104 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R16, offsetof(struct cpu_context, r16));
DEFINE            105 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R17, offsetof(struct cpu_context, r17));
DEFINE            106 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R18, offsetof(struct cpu_context, r18));
DEFINE            108 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R19, offsetof(struct cpu_context, r19));
DEFINE            109 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R20, offsetof(struct cpu_context, r20));
DEFINE            110 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R21, offsetof(struct cpu_context, r21));
DEFINE            111 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R22, offsetof(struct cpu_context, r22));
DEFINE            112 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R23, offsetof(struct cpu_context, r23));
DEFINE            113 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R24, offsetof(struct cpu_context, r24));
DEFINE            114 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R25, offsetof(struct cpu_context, r25));
DEFINE            115 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R26, offsetof(struct cpu_context, r26));
DEFINE            116 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R27, offsetof(struct cpu_context, r27));
DEFINE            117 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R28, offsetof(struct cpu_context, r28));
DEFINE            118 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R29, offsetof(struct cpu_context, r29));
DEFINE            119 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R30, offsetof(struct cpu_context, r30));
DEFINE            121 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_MSR, offsetof(struct cpu_context, msr));
DEFINE            122 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_EAR, offsetof(struct cpu_context, ear));
DEFINE            123 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_ESR, offsetof(struct cpu_context, esr));
DEFINE            124 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_FSR, offsetof(struct cpu_context, fsr));
DEFINE             74 arch/mips/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE             89 arch/mips/kernel/asm-offsets.c 	DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
DEFINE            103 arch/mips/kernel/asm-offsets.c 	DEFINE(_THREAD_SIZE, THREAD_SIZE);
DEFINE            104 arch/mips/kernel/asm-offsets.c 	DEFINE(_THREAD_MASK, THREAD_MASK);
DEFINE            105 arch/mips/kernel/asm-offsets.c 	DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE);
DEFINE            106 arch/mips/kernel/asm-offsets.c 	DEFINE(_IRQ_STACK_START, IRQ_STACK_START);
DEFINE            184 arch/mips/kernel/asm-offsets.c 	DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page));
DEFINE            191 arch/mips/kernel/asm-offsets.c 	DEFINE(_PGD_T_SIZE, sizeof(pgd_t));
DEFINE            192 arch/mips/kernel/asm-offsets.c 	DEFINE(_PMD_T_SIZE, sizeof(pmd_t));
DEFINE            193 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTE_T_SIZE, sizeof(pte_t));
DEFINE            195 arch/mips/kernel/asm-offsets.c 	DEFINE(_PGD_T_LOG2, PGD_T_LOG2);
DEFINE            197 arch/mips/kernel/asm-offsets.c 	DEFINE(_PMD_T_LOG2, PMD_T_LOG2);
DEFINE            199 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTE_T_LOG2, PTE_T_LOG2);
DEFINE            201 arch/mips/kernel/asm-offsets.c 	DEFINE(_PGD_ORDER, PGD_ORDER);
DEFINE            203 arch/mips/kernel/asm-offsets.c 	DEFINE(_PMD_ORDER, PMD_ORDER);
DEFINE            205 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTE_ORDER, PTE_ORDER);
DEFINE            207 arch/mips/kernel/asm-offsets.c 	DEFINE(_PMD_SHIFT, PMD_SHIFT);
DEFINE            208 arch/mips/kernel/asm-offsets.c 	DEFINE(_PGDIR_SHIFT, PGDIR_SHIFT);
DEFINE            210 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTRS_PER_PGD, PTRS_PER_PGD);
DEFINE            211 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
DEFINE            212 arch/mips/kernel/asm-offsets.c 	DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
DEFINE            214 arch/mips/kernel/asm-offsets.c 	DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
DEFINE            215 arch/mips/kernel/asm-offsets.c 	DEFINE(_PAGE_SIZE, PAGE_SIZE);
DEFINE            258 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGHUP, SIGHUP);
DEFINE            259 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGINT, SIGINT);
DEFINE            260 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGQUIT, SIGQUIT);
DEFINE            261 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGILL, SIGILL);
DEFINE            262 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGTRAP, SIGTRAP);
DEFINE            263 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGIOT, SIGIOT);
DEFINE            264 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGABRT, SIGABRT);
DEFINE            265 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGEMT, SIGEMT);
DEFINE            266 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGFPE, SIGFPE);
DEFINE            267 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGKILL, SIGKILL);
DEFINE            268 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGBUS, SIGBUS);
DEFINE            269 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGSEGV, SIGSEGV);
DEFINE            270 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGSYS, SIGSYS);
DEFINE            271 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGPIPE, SIGPIPE);
DEFINE            272 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGALRM, SIGALRM);
DEFINE            273 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGTERM, SIGTERM);
DEFINE            274 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGUSR1, SIGUSR1);
DEFINE            275 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGUSR2, SIGUSR2);
DEFINE            276 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGCHLD, SIGCHLD);
DEFINE            277 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGPWR, SIGPWR);
DEFINE            278 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGWINCH, SIGWINCH);
DEFINE            279 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGURG, SIGURG);
DEFINE            280 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGIO, SIGIO);
DEFINE            281 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGSTOP, SIGSTOP);
DEFINE            282 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGTSTP, SIGTSTP);
DEFINE            283 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGCONT, SIGCONT);
DEFINE            284 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGTTIN, SIGTTIN);
DEFINE            285 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGTTOU, SIGTTOU);
DEFINE            286 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGVTALRM, SIGVTALRM);
DEFINE            287 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGPROF, SIGPROF);
DEFINE            288 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGXCPU, SIGXCPU);
DEFINE            289 arch/mips/kernel/asm-offsets.c 	DEFINE(_SIGXFSZ, SIGXFSZ);
DEFINE            328 arch/mips/kernel/asm-offsets.c 	DEFINE(PBE_SIZE, sizeof(struct pbe));
DEFINE            398 arch/mips/kernel/asm-offsets.c 	DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config));
DEFINE            403 arch/mips/kernel/asm-offsets.c 	DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config));
DEFINE             12 arch/nds32/kernel/asm-offsets.c 	DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
DEFINE             13 arch/nds32/kernel/asm-offsets.c 	DEFINE(TSK_TI_PREEMPT,
DEFINE             15 arch/nds32/kernel/asm-offsets.c 	DEFINE(THREAD_CPU_CONTEXT,
DEFINE             17 arch/nds32/kernel/asm-offsets.c 	DEFINE(OSP_OFFSET, offsetof(struct pt_regs, osp));
DEFINE             18 arch/nds32/kernel/asm-offsets.c 	DEFINE(SP_OFFSET, offsetof(struct pt_regs, sp));
DEFINE             19 arch/nds32/kernel/asm-offsets.c 	DEFINE(FUCOP_CTL_OFFSET, offsetof(struct pt_regs, fucop_ctl));
DEFINE             20 arch/nds32/kernel/asm-offsets.c 	DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw));
DEFINE             21 arch/nds32/kernel/asm-offsets.c 	DEFINE(SYSCALLNO_OFFSET, offsetof(struct pt_regs, syscallno));
DEFINE             22 arch/nds32/kernel/asm-offsets.c 	DEFINE(IPC_OFFSET, offsetof(struct pt_regs, ipc));
DEFINE             23 arch/nds32/kernel/asm-offsets.c 	DEFINE(R0_OFFSET, offsetof(struct pt_regs, uregs[0]));
DEFINE             24 arch/nds32/kernel/asm-offsets.c 	DEFINE(R15_OFFSET, offsetof(struct pt_regs, uregs[15]));
DEFINE             25 arch/nds32/kernel/asm-offsets.c 	DEFINE(CLOCK_REALTIME_RES, MONOTONIC_RES_NSEC);
DEFINE             26 arch/nds32/kernel/asm-offsets.c 	DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC);
DEFINE             50 arch/nios2/kernel/asm-offsets.c 	DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs));
DEFINE             65 arch/nios2/kernel/asm-offsets.c 	DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack));
DEFINE             41 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
DEFINE             42 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
DEFINE             43 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
DEFINE             44 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
DEFINE             45 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE             46 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
DEFINE             49 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
DEFINE             50 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE             51 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
DEFINE             52 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_KSP, offsetof(struct thread_info, ksp));
DEFINE             54 arch/openrisc/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE             57 arch/openrisc/kernel/asm-offsets.c 	DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD);
DEFINE             58 arch/openrisc/kernel/asm-offsets.c 	DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs));
DEFINE             60 arch/openrisc/kernel/asm-offsets.c 	DEFINE(NUM_USER_SEGMENTS, TASK_SIZE >> 28);
DEFINE             44 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
DEFINE             45 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
DEFINE             46 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
DEFINE             47 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
DEFINE             48 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
DEFINE             49 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
DEFINE             50 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality));
DEFINE             51 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
DEFINE             53 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
DEFINE             54 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
DEFINE             55 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
DEFINE             56 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
DEFINE             57 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
DEFINE             58 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR4, offsetof(struct task_struct, thread.regs.gr[ 4]));
DEFINE             59 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR5, offsetof(struct task_struct, thread.regs.gr[ 5]));
DEFINE             60 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR6, offsetof(struct task_struct, thread.regs.gr[ 6]));
DEFINE             61 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR7, offsetof(struct task_struct, thread.regs.gr[ 7]));
DEFINE             62 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR8, offsetof(struct task_struct, thread.regs.gr[ 8]));
DEFINE             63 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR9, offsetof(struct task_struct, thread.regs.gr[ 9]));
DEFINE             64 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR10, offsetof(struct task_struct, thread.regs.gr[10]));
DEFINE             65 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR11, offsetof(struct task_struct, thread.regs.gr[11]));
DEFINE             66 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR12, offsetof(struct task_struct, thread.regs.gr[12]));
DEFINE             67 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR13, offsetof(struct task_struct, thread.regs.gr[13]));
DEFINE             68 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR14, offsetof(struct task_struct, thread.regs.gr[14]));
DEFINE             69 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR15, offsetof(struct task_struct, thread.regs.gr[15]));
DEFINE             70 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR16, offsetof(struct task_struct, thread.regs.gr[16]));
DEFINE             71 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR17, offsetof(struct task_struct, thread.regs.gr[17]));
DEFINE             72 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR18, offsetof(struct task_struct, thread.regs.gr[18]));
DEFINE             73 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR19, offsetof(struct task_struct, thread.regs.gr[19]));
DEFINE             74 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR20, offsetof(struct task_struct, thread.regs.gr[20]));
DEFINE             75 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR21, offsetof(struct task_struct, thread.regs.gr[21]));
DEFINE             76 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR22, offsetof(struct task_struct, thread.regs.gr[22]));
DEFINE             77 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR23, offsetof(struct task_struct, thread.regs.gr[23]));
DEFINE             78 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR24, offsetof(struct task_struct, thread.regs.gr[24]));
DEFINE             79 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR25, offsetof(struct task_struct, thread.regs.gr[25]));
DEFINE             80 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR26, offsetof(struct task_struct, thread.regs.gr[26]));
DEFINE             81 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR27, offsetof(struct task_struct, thread.regs.gr[27]));
DEFINE             82 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR28, offsetof(struct task_struct, thread.regs.gr[28]));
DEFINE             83 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR29, offsetof(struct task_struct, thread.regs.gr[29]));
DEFINE             84 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR30, offsetof(struct task_struct, thread.regs.gr[30]));
DEFINE             85 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR31, offsetof(struct task_struct, thread.regs.gr[31]));
DEFINE             86 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0]));
DEFINE             87 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1]));
DEFINE             88 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2]));
DEFINE             89 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3]));
DEFINE             90 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4]));
DEFINE             91 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5]));
DEFINE             92 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6]));
DEFINE             93 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7]));
DEFINE             94 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8]));
DEFINE             95 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[ 9]));
DEFINE             96 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR10, offsetof(struct task_struct, thread.regs.fr[10]));
DEFINE             97 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR11, offsetof(struct task_struct, thread.regs.fr[11]));
DEFINE             98 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR12, offsetof(struct task_struct, thread.regs.fr[12]));
DEFINE             99 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR13, offsetof(struct task_struct, thread.regs.fr[13]));
DEFINE            100 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR14, offsetof(struct task_struct, thread.regs.fr[14]));
DEFINE            101 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR15, offsetof(struct task_struct, thread.regs.fr[15]));
DEFINE            102 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR16, offsetof(struct task_struct, thread.regs.fr[16]));
DEFINE            103 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR17, offsetof(struct task_struct, thread.regs.fr[17]));
DEFINE            104 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR18, offsetof(struct task_struct, thread.regs.fr[18]));
DEFINE            105 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR19, offsetof(struct task_struct, thread.regs.fr[19]));
DEFINE            106 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR20, offsetof(struct task_struct, thread.regs.fr[20]));
DEFINE            107 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR21, offsetof(struct task_struct, thread.regs.fr[21]));
DEFINE            108 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR22, offsetof(struct task_struct, thread.regs.fr[22]));
DEFINE            109 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR23, offsetof(struct task_struct, thread.regs.fr[23]));
DEFINE            110 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR24, offsetof(struct task_struct, thread.regs.fr[24]));
DEFINE            111 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR25, offsetof(struct task_struct, thread.regs.fr[25]));
DEFINE            112 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR26, offsetof(struct task_struct, thread.regs.fr[26]));
DEFINE            113 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR27, offsetof(struct task_struct, thread.regs.fr[27]));
DEFINE            114 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR28, offsetof(struct task_struct, thread.regs.fr[28]));
DEFINE            115 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR29, offsetof(struct task_struct, thread.regs.fr[29]));
DEFINE            116 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR30, offsetof(struct task_struct, thread.regs.fr[30]));
DEFINE            117 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR31, offsetof(struct task_struct, thread.regs.fr[31]));
DEFINE            118 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR0, offsetof(struct task_struct, thread.regs.sr[ 0]));
DEFINE            119 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR1, offsetof(struct task_struct, thread.regs.sr[ 1]));
DEFINE            120 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR2, offsetof(struct task_struct, thread.regs.sr[ 2]));
DEFINE            121 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR3, offsetof(struct task_struct, thread.regs.sr[ 3]));
DEFINE            122 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR4, offsetof(struct task_struct, thread.regs.sr[ 4]));
DEFINE            123 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR5, offsetof(struct task_struct, thread.regs.sr[ 5]));
DEFINE            124 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR6, offsetof(struct task_struct, thread.regs.sr[ 6]));
DEFINE            125 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR7, offsetof(struct task_struct, thread.regs.sr[ 7]));
DEFINE            126 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0]));
DEFINE            127 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1]));
DEFINE            128 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IAOQ0, offsetof(struct task_struct, thread.regs.iaoq[0]));
DEFINE            129 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IAOQ1, offsetof(struct task_struct, thread.regs.iaoq[1]));
DEFINE            130 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27));
DEFINE            131 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_ORIG_R28, offsetof(struct task_struct, thread.regs.orig_r28));
DEFINE            132 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_KSP, offsetof(struct task_struct, thread.regs.ksp));
DEFINE            133 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_KPC, offsetof(struct task_struct, thread.regs.kpc));
DEFINE            134 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SAR, offsetof(struct task_struct, thread.regs.sar));
DEFINE            135 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IIR, offsetof(struct task_struct, thread.regs.iir));
DEFINE            136 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_ISR, offsetof(struct task_struct, thread.regs.isr));
DEFINE            137 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IOR, offsetof(struct task_struct, thread.regs.ior));
DEFINE            139 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_SZ, sizeof(struct task_struct));
DEFINE            141 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_SZ_ALGN, align_frame(sizeof(struct task_struct), FRAME_ALIGN));
DEFINE            143 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_PSW, offsetof(struct pt_regs, gr[ 0]));
DEFINE            144 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR1, offsetof(struct pt_regs, gr[ 1]));
DEFINE            145 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR2, offsetof(struct pt_regs, gr[ 2]));
DEFINE            146 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR3, offsetof(struct pt_regs, gr[ 3]));
DEFINE            147 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR4, offsetof(struct pt_regs, gr[ 4]));
DEFINE            148 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR5, offsetof(struct pt_regs, gr[ 5]));
DEFINE            149 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR6, offsetof(struct pt_regs, gr[ 6]));
DEFINE            150 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR7, offsetof(struct pt_regs, gr[ 7]));
DEFINE            151 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR8, offsetof(struct pt_regs, gr[ 8]));
DEFINE            152 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR9, offsetof(struct pt_regs, gr[ 9]));
DEFINE            153 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR10, offsetof(struct pt_regs, gr[10]));
DEFINE            154 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR11, offsetof(struct pt_regs, gr[11]));
DEFINE            155 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR12, offsetof(struct pt_regs, gr[12]));
DEFINE            156 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR13, offsetof(struct pt_regs, gr[13]));
DEFINE            157 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR14, offsetof(struct pt_regs, gr[14]));
DEFINE            158 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR15, offsetof(struct pt_regs, gr[15]));
DEFINE            159 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR16, offsetof(struct pt_regs, gr[16]));
DEFINE            160 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR17, offsetof(struct pt_regs, gr[17]));
DEFINE            161 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR18, offsetof(struct pt_regs, gr[18]));
DEFINE            162 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR19, offsetof(struct pt_regs, gr[19]));
DEFINE            163 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR20, offsetof(struct pt_regs, gr[20]));
DEFINE            164 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR21, offsetof(struct pt_regs, gr[21]));
DEFINE            165 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR22, offsetof(struct pt_regs, gr[22]));
DEFINE            166 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR23, offsetof(struct pt_regs, gr[23]));
DEFINE            167 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR24, offsetof(struct pt_regs, gr[24]));
DEFINE            168 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR25, offsetof(struct pt_regs, gr[25]));
DEFINE            169 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR26, offsetof(struct pt_regs, gr[26]));
DEFINE            170 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR27, offsetof(struct pt_regs, gr[27]));
DEFINE            171 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR28, offsetof(struct pt_regs, gr[28]));
DEFINE            172 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR29, offsetof(struct pt_regs, gr[29]));
DEFINE            173 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR30, offsetof(struct pt_regs, gr[30]));
DEFINE            174 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR31, offsetof(struct pt_regs, gr[31]));
DEFINE            175 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR0, offsetof(struct pt_regs, fr[ 0]));
DEFINE            176 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR1, offsetof(struct pt_regs, fr[ 1]));
DEFINE            177 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR2, offsetof(struct pt_regs, fr[ 2]));
DEFINE            178 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR3, offsetof(struct pt_regs, fr[ 3]));
DEFINE            179 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR4, offsetof(struct pt_regs, fr[ 4]));
DEFINE            180 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR5, offsetof(struct pt_regs, fr[ 5]));
DEFINE            181 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR6, offsetof(struct pt_regs, fr[ 6]));
DEFINE            182 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR7, offsetof(struct pt_regs, fr[ 7]));
DEFINE            183 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR8, offsetof(struct pt_regs, fr[ 8]));
DEFINE            184 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR9, offsetof(struct pt_regs, fr[ 9]));
DEFINE            185 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR10, offsetof(struct pt_regs, fr[10]));
DEFINE            186 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR11, offsetof(struct pt_regs, fr[11]));
DEFINE            187 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR12, offsetof(struct pt_regs, fr[12]));
DEFINE            188 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR13, offsetof(struct pt_regs, fr[13]));
DEFINE            189 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR14, offsetof(struct pt_regs, fr[14]));
DEFINE            190 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR15, offsetof(struct pt_regs, fr[15]));
DEFINE            191 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR16, offsetof(struct pt_regs, fr[16]));
DEFINE            192 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR17, offsetof(struct pt_regs, fr[17]));
DEFINE            193 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR18, offsetof(struct pt_regs, fr[18]));
DEFINE            194 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR19, offsetof(struct pt_regs, fr[19]));
DEFINE            195 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR20, offsetof(struct pt_regs, fr[20]));
DEFINE            196 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR21, offsetof(struct pt_regs, fr[21]));
DEFINE            197 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR22, offsetof(struct pt_regs, fr[22]));
DEFINE            198 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR23, offsetof(struct pt_regs, fr[23]));
DEFINE            199 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR24, offsetof(struct pt_regs, fr[24]));
DEFINE            200 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR25, offsetof(struct pt_regs, fr[25]));
DEFINE            201 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR26, offsetof(struct pt_regs, fr[26]));
DEFINE            202 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR27, offsetof(struct pt_regs, fr[27]));
DEFINE            203 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR28, offsetof(struct pt_regs, fr[28]));
DEFINE            204 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR29, offsetof(struct pt_regs, fr[29]));
DEFINE            205 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR30, offsetof(struct pt_regs, fr[30]));
DEFINE            206 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR31, offsetof(struct pt_regs, fr[31]));
DEFINE            207 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR0, offsetof(struct pt_regs, sr[ 0]));
DEFINE            208 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR1, offsetof(struct pt_regs, sr[ 1]));
DEFINE            209 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR2, offsetof(struct pt_regs, sr[ 2]));
DEFINE            210 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR3, offsetof(struct pt_regs, sr[ 3]));
DEFINE            211 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR4, offsetof(struct pt_regs, sr[ 4]));
DEFINE            212 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR5, offsetof(struct pt_regs, sr[ 5]));
DEFINE            213 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR6, offsetof(struct pt_regs, sr[ 6]));
DEFINE            214 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR7, offsetof(struct pt_regs, sr[ 7]));
DEFINE            215 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0]));
DEFINE            216 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1]));
DEFINE            217 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IAOQ0, offsetof(struct pt_regs, iaoq[0]));
DEFINE            218 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IAOQ1, offsetof(struct pt_regs, iaoq[1]));
DEFINE            219 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_CR27, offsetof(struct pt_regs, cr27));
DEFINE            220 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_ORIG_R28, offsetof(struct pt_regs, orig_r28));
DEFINE            221 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_KSP, offsetof(struct pt_regs, ksp));
DEFINE            222 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_KPC, offsetof(struct pt_regs, kpc));
DEFINE            223 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SAR, offsetof(struct pt_regs, sar));
DEFINE            224 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IIR, offsetof(struct pt_regs, iir));
DEFINE            225 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_ISR, offsetof(struct pt_regs, isr));
DEFINE            226 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IOR, offsetof(struct pt_regs, ior));
DEFINE            227 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE            229 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SZ_ALGN, align_frame(sizeof(struct pt_regs), FRAME_ALIGN));
DEFINE            231 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
DEFINE            232 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
DEFINE            233 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
DEFINE            234 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_SEGMENT, offsetof(struct thread_info, addr_limit));
DEFINE            235 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
DEFINE            236 arch/parisc/kernel/asm-offsets.c 	DEFINE(THREAD_SZ, sizeof(struct thread_info));
DEFINE            238 arch/parisc/kernel/asm-offsets.c 	DEFINE(THREAD_SZ_ALGN, align_frame(sizeof(struct thread_info), FRAME_ALIGN));
DEFINE            240 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));
DEFINE            241 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
DEFINE            242 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
DEFINE            243 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop));
DEFINE            244 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base));
DEFINE            245 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride));
DEFINE            246 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count));
DEFINE            247 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop));
DEFINE            248 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base));
DEFINE            249 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride));
DEFINE            250 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count));
DEFINE            251 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base));
DEFINE            252 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride));
DEFINE            253 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count));
DEFINE            254 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop));
DEFINE            255 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base));
DEFINE            256 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride));
DEFINE            257 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count));
DEFINE            258 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base));
DEFINE            259 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride));
DEFINE            260 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count));
DEFINE            261 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop));
DEFINE            263 arch/parisc/kernel/asm-offsets.c 	DEFINE(TIF_BLOCKSTEP_PA_BIT, 31-TIF_BLOCKSTEP);
DEFINE            264 arch/parisc/kernel/asm-offsets.c 	DEFINE(TIF_SINGLESTEP_PA_BIT, 31-TIF_SINGLESTEP);
DEFINE            266 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PMD_SHIFT, PMD_SHIFT);
DEFINE            267 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PGDIR_SHIFT, PGDIR_SHIFT);
DEFINE            268 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_BITS_PER_PGD, BITS_PER_PGD);
DEFINE            269 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_BITS_PER_PMD, BITS_PER_PMD);
DEFINE            270 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_BITS_PER_PTE, BITS_PER_PTE);
DEFINE            271 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PGD_PMD_OFFSET, -(PAGE_SIZE << PGD_ORDER));
DEFINE            272 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PMD_ENTRY, ((PAGE_OFFSET & PMD_MASK) >> PMD_SHIFT));
DEFINE            273 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET >> PGDIR_SHIFT);
DEFINE            274 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PGD_ENTRY_SIZE, PGD_ENTRY_SIZE);
DEFINE            275 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PMD_ENTRY_SIZE, PMD_ENTRY_SIZE);
DEFINE            276 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PTE_ENTRY_SIZE, PTE_ENTRY_SIZE);
DEFINE            277 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PFN_PTE_SHIFT, PFN_PTE_SHIFT);
DEFINE            278 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PT_INITIAL, PT_INITIAL);
DEFINE            283 arch/parisc/kernel/asm-offsets.c 	DEFINE(HUGEPAGE_SIZE, 1UL << REAL_HPAGE_SHIFT);
DEFINE            285 arch/parisc/kernel/asm-offsets.c 	DEFINE(HUGEPAGE_SIZE, PAGE_SIZE);
DEFINE            288 arch/parisc/kernel/asm-offsets.c 	DEFINE(ASM_PDC_RESULT_SIZE, NUM_PDC_RESULT * sizeof(unsigned long));
DEFINE             74 arch/powerpc/kernel/asm-offsets.c 	DEFINE(sym, STACK_FRAME_OVERHEAD + offsetof(struct pt_regs, val))
DEFINE             88 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SIGSEGV, SIGSEGV);
DEFINE             89 arch/powerpc/kernel/asm-offsets.c 	DEFINE(NMI_MASK, NMI_MASK);
DEFINE            163 arch/powerpc/kernel/asm-offsets.c 	DEFINE(TM_FRAME_SIZE, STACK_FRAME_OVERHEAD +
DEFINE            179 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PACA_SIZE, sizeof(struct paca_struct));
DEFINE            184 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PACA_THREAD_INFO, offsetof(struct paca_struct, __current) +
DEFINE            200 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MMUPSIZEDEFSIZE, sizeof(struct mmu_psize_def));
DEFINE            287 arch/powerpc/kernel/asm-offsets.c 	DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE);
DEFINE            288 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SWITCH_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs));
DEFINE            341 arch/powerpc/kernel/asm-offsets.c 	DEFINE(EXC_LVL_SIZE, STACK_EXC_LVL_FRAME_SIZE);
DEFINE            342 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
DEFINE            344 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
DEFINE            345 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1));
DEFINE            346 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2));
DEFINE            347 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3));
DEFINE            348 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6));
DEFINE            349 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7));
DEFINE            350 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0));
DEFINE            351 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1));
DEFINE            352 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr0));
DEFINE            353 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr1));
DEFINE            354 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr0));
DEFINE            355 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr1));
DEFINE            356 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SAVED_KSP_LIMIT, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, saved_ksp_limit));
DEFINE            374 arch/powerpc/kernel/asm-offsets.c 	DEFINE(TASK_SIZE, TASK_SIZE);
DEFINE            375 arch/powerpc/kernel/asm-offsets.c 	DEFINE(NUM_USER_SEGMENTS, TASK_SIZE>>28);
DEFINE            416 arch/powerpc/kernel/asm-offsets.c 	DEFINE(CLOCK_REALTIME, CLOCK_REALTIME);
DEFINE            417 arch/powerpc/kernel/asm-offsets.c 	DEFINE(CLOCK_MONOTONIC, CLOCK_MONOTONIC);
DEFINE            418 arch/powerpc/kernel/asm-offsets.c 	DEFINE(CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE);
DEFINE            419 arch/powerpc/kernel/asm-offsets.c 	DEFINE(CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC_COARSE);
DEFINE            420 arch/powerpc/kernel/asm-offsets.c 	DEFINE(NSEC_PER_SEC, NSEC_PER_SEC);
DEFINE            423 arch/powerpc/kernel/asm-offsets.c 	DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
DEFINE            427 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PGD_TABLE_SIZE, (sizeof(pgd_t) << max(RADIX_PGD_INDEX_SIZE, H_PGD_INDEX_SIZE)));
DEFINE            429 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PGD_TABLE_SIZE, PGD_TABLE_SIZE);
DEFINE            431 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PTE_SIZE, sizeof(pte_t));
DEFINE            583 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_SLB_SIZE, sizeof(struct kvmppc_slb));
DEFINE            606 arch/powerpc/kernel/asm-offsets.c # define SVCPU_FIELD(x, f)	DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f))
DEFINE            610 arch/powerpc/kernel/asm-offsets.c # define HSTATE_FIELD(x, f)	DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f))
DEFINE            612 arch/powerpc/kernel/asm-offsets.c # define SVCPU_FIELD(x, f)	DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f))
DEFINE            613 arch/powerpc/kernel/asm-offsets.c # define HSTATE_FIELD(x, f)	DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f))
DEFINE            691 arch/powerpc/kernel/asm-offsets.c 	DEFINE(IPI_PRIORITY, IPI_PRIORITY);
DEFINE            732 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PGD_T_LOG2, PGD_T_LOG2);
DEFINE            733 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PTE_T_LOG2, PTE_T_LOG2);
DEFINE            736 arch/powerpc/kernel/asm-offsets.c 	DEFINE(TLBCAM_SIZE, sizeof(struct tlbcam));
DEFINE            757 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_SAVED_STATE, offsetof(struct kvm_vcpu,
DEFINE            759 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_CAM_WORD, offsetof(struct kvm_vcpu,
DEFINE            761 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_PUSHED, offsetof(struct kvm_vcpu, arch.xive_pushed));
DEFINE            762 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.xive_esc_on));
DEFINE            763 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_RADDR, offsetof(struct kvm_vcpu, arch.xive_esc_raddr));
DEFINE            764 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_VADDR, offsetof(struct kvm_vcpu, arch.xive_esc_vaddr));
DEFINE            774 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PPC_DBELL_SERVER, PPC_DBELL_SERVER);
DEFINE            775 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PPC_DBELL_MSGTYPE, PPC_DBELL_MSGTYPE);
DEFINE            778 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VIRT_IMMR_BASE, (u64)__fix_to_virt(FIX_IMMR_BASE));
DEFINE             55 arch/powerpc/lib/xor_vmx.c 	DEFINE(v1);
DEFINE             56 arch/powerpc/lib/xor_vmx.c 	DEFINE(v2);
DEFINE             73 arch/powerpc/lib/xor_vmx.c 	DEFINE(v1);
DEFINE             74 arch/powerpc/lib/xor_vmx.c 	DEFINE(v2);
DEFINE             75 arch/powerpc/lib/xor_vmx.c 	DEFINE(v3);
DEFINE             96 arch/powerpc/lib/xor_vmx.c 	DEFINE(v1);
DEFINE             97 arch/powerpc/lib/xor_vmx.c 	DEFINE(v2);
DEFINE             98 arch/powerpc/lib/xor_vmx.c 	DEFINE(v3);
DEFINE             99 arch/powerpc/lib/xor_vmx.c 	DEFINE(v4);
DEFINE            123 arch/powerpc/lib/xor_vmx.c 	DEFINE(v1);
DEFINE            124 arch/powerpc/lib/xor_vmx.c 	DEFINE(v2);
DEFINE            125 arch/powerpc/lib/xor_vmx.c 	DEFINE(v3);
DEFINE            126 arch/powerpc/lib/xor_vmx.c 	DEFINE(v4);
DEFINE            127 arch/powerpc/lib/xor_vmx.c 	DEFINE(v5);
DEFINE             73 arch/riscv/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE            117 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_RA_RA,
DEFINE            121 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_SP_RA,
DEFINE            125 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S0_RA,
DEFINE            129 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S1_RA,
DEFINE            133 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S2_RA,
DEFINE            137 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S3_RA,
DEFINE            141 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S4_RA,
DEFINE            145 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S5_RA,
DEFINE            149 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S6_RA,
DEFINE            153 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S7_RA,
DEFINE            157 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S8_RA,
DEFINE            161 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S9_RA,
DEFINE            165 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S10_RA,
DEFINE            169 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_S11_RA,
DEFINE            174 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F0_F0,
DEFINE            178 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F1_F0,
DEFINE            182 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F2_F0,
DEFINE            186 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F3_F0,
DEFINE            190 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F4_F0,
DEFINE            194 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F5_F0,
DEFINE            198 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F6_F0,
DEFINE            202 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F7_F0,
DEFINE            206 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F8_F0,
DEFINE            210 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F9_F0,
DEFINE            214 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F10_F0,
DEFINE            218 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F11_F0,
DEFINE            222 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F12_F0,
DEFINE            226 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F13_F0,
DEFINE            230 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F14_F0,
DEFINE            234 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F15_F0,
DEFINE            238 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F16_F0,
DEFINE            242 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F17_F0,
DEFINE            246 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F18_F0,
DEFINE            250 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F19_F0,
DEFINE            254 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F20_F0,
DEFINE            258 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F21_F0,
DEFINE            262 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F22_F0,
DEFINE            266 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F23_F0,
DEFINE            270 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F24_F0,
DEFINE            274 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F25_F0,
DEFINE            278 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F26_F0,
DEFINE            282 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F27_F0,
DEFINE            286 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F28_F0,
DEFINE            290 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F29_F0,
DEFINE            294 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F30_F0,
DEFINE            298 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_F31_F0,
DEFINE            302 arch/riscv/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_FCSR_F0,
DEFINE            311 arch/riscv/kernel/asm-offsets.c 	DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN));
DEFINE             51 arch/s390/kernel/asm-offsets.c 	DEFINE(__PT_SIZE, sizeof(struct pt_regs));
DEFINE             85 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_REALTIME, CLOCK_REALTIME);
DEFINE             86 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_MONOTONIC, CLOCK_MONOTONIC);
DEFINE             87 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE);
DEFINE             88 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_MONOTONIC_COARSE, CLOCK_MONOTONIC_COARSE);
DEFINE             89 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_THREAD_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID);
DEFINE             90 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_REALTIME_RES, MONOTONIC_RES_NSEC);
DEFINE             91 arch/s390/kernel/asm-offsets.c 	DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC);
DEFINE            207 arch/s390/kernel/asm-offsets.c 	DEFINE(__KEXEC_SHA_REGION_SIZE, sizeof(struct kexec_sha_region));
DEFINE             24 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_TASK,		offsetof(struct thread_info, task));
DEFINE             25 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_FLAGS,	offsetof(struct thread_info, flags));
DEFINE             26 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
DEFINE             27 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT,	offsetof(struct thread_info, preempt_count));
DEFINE             28 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_SIZE,		sizeof(struct thread_info));
DEFINE             31 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
DEFINE             32 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
DEFINE             33 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_NEXT, offsetof(struct pbe, next));
DEFINE             34 arch/sh/kernel/asm-offsets.c 	DEFINE(SWSUSP_ARCH_REGS_SIZE, sizeof(struct swsusp_arch_regs));
DEFINE             37 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));
DEFINE             38 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));
DEFINE             39 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post));
DEFINE             40 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume));
DEFINE             41 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr));
DEFINE             42 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc));
DEFINE             43 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr));
DEFINE             44 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp));
DEFINE             45 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr));
DEFINE             46 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, data));
DEFINE             47 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_STBCR, offsetof(struct sh_sleep_regs, stbcr));
DEFINE             48 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_BAR, offsetof(struct sh_sleep_regs, bar));
DEFINE             49 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh));
DEFINE             50 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel));
DEFINE             51 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb));
DEFINE             52 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea));
DEFINE             53 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_MMUCR, offsetof(struct sh_sleep_regs, mmucr));
DEFINE             54 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea));
DEFINE             55 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PASCR, offsetof(struct sh_sleep_regs, pascr));
DEFINE             56 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_IRMCR, offsetof(struct sh_sleep_regs, irmcr));
DEFINE             57 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_CCR, offsetof(struct sh_sleep_regs, ccr));
DEFINE             58 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_RAMCR, offsetof(struct sh_sleep_regs, ramcr));
DEFINE             24 arch/sparc/kernel/asm-offsets.c 	DEFINE(AOFF_thread_fork_kpsr,
DEFINE             51 arch/sparc/kernel/asm-offsets.c 	DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread));
DEFINE             53 arch/sparc/kernel/asm-offsets.c 	DEFINE(AOFF_mm_context, offsetof(struct mm_struct, context));
DEFINE             55 arch/sparc/kernel/asm-offsets.c 	DEFINE(VMA_VM_MM,    offsetof(struct vm_area_struct, vm_mm));
DEFINE              4 arch/um/include/shared/common-offsets.h DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
DEFINE              6 arch/um/include/shared/common-offsets.h DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
DEFINE              7 arch/um/include/shared/common-offsets.h DEFINE(UM_KERN_PAGE_MASK, PAGE_MASK);
DEFINE              8 arch/um/include/shared/common-offsets.h DEFINE(UM_KERN_PAGE_SHIFT, PAGE_SHIFT);
DEFINE              9 arch/um/include/shared/common-offsets.h DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
DEFINE             11 arch/um/include/shared/common-offsets.h DEFINE(UM_ELF_CLASS, ELF_CLASS);
DEFINE             12 arch/um/include/shared/common-offsets.h DEFINE(UM_ELFCLASS32, ELFCLASS32);
DEFINE             13 arch/um/include/shared/common-offsets.h DEFINE(UM_ELFCLASS64, ELFCLASS64);
DEFINE             15 arch/um/include/shared/common-offsets.h DEFINE(UM_NR_CPUS, NR_CPUS);
DEFINE             17 arch/um/include/shared/common-offsets.h DEFINE(UM_GFP_KERNEL, GFP_KERNEL);
DEFINE             18 arch/um/include/shared/common-offsets.h DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC);
DEFINE             21 arch/um/include/shared/common-offsets.h DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
DEFINE             23 arch/um/include/shared/common-offsets.h DEFINE(UM_THREAD_SIZE, THREAD_SIZE);
DEFINE             25 arch/um/include/shared/common-offsets.h DEFINE(UM_HZ, HZ);
DEFINE             27 arch/um/include/shared/common-offsets.h DEFINE(UM_USEC_PER_SEC, USEC_PER_SEC);
DEFINE             28 arch/um/include/shared/common-offsets.h DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
DEFINE             29 arch/um/include/shared/common-offsets.h DEFINE(UM_NSEC_PER_USEC, NSEC_PER_USEC);
DEFINE             32 arch/um/include/shared/common-offsets.h DEFINE(UML_CONFIG_PRINTK, CONFIG_PRINTK);
DEFINE             35 arch/um/include/shared/common-offsets.h DEFINE(UML_CONFIG_NO_HZ_COMMON, CONFIG_NO_HZ_COMMON);
DEFINE             38 arch/um/include/shared/common-offsets.h DEFINE(UML_CONFIG_UML_X86, CONFIG_UML_X86);
DEFINE             41 arch/um/include/shared/common-offsets.h DEFINE(UML_CONFIG_64BIT, CONFIG_64BIT);
DEFINE             36 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TSK_ACTIVE_MM,	offsetof(struct task_struct, active_mm));
DEFINE             38 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_FLAGS,	offsetof(struct thread_info, flags));
DEFINE             39 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT,	offsetof(struct thread_info, preempt_count));
DEFINE             40 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_ADDR_LIMIT,	offsetof(struct thread_info, addr_limit));
DEFINE             41 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_TASK,		offsetof(struct thread_info, task));
DEFINE             42 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
DEFINE             43 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_CPU_SAVE,	offsetof(struct thread_info, cpu_context));
DEFINE             44 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_USED_CP,	offsetof(struct thread_info, used_cp));
DEFINE             46 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_FPSTATE,	offsetof(struct thread_info, fpstate));
DEFINE             49 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R0,		offsetof(struct pt_regs, UCreg_00));
DEFINE             50 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R1,		offsetof(struct pt_regs, UCreg_01));
DEFINE             51 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R2,		offsetof(struct pt_regs, UCreg_02));
DEFINE             52 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R3,		offsetof(struct pt_regs, UCreg_03));
DEFINE             53 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R4,		offsetof(struct pt_regs, UCreg_04));
DEFINE             54 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R5,		offsetof(struct pt_regs, UCreg_05));
DEFINE             55 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R6,		offsetof(struct pt_regs, UCreg_06));
DEFINE             56 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R7,		offsetof(struct pt_regs, UCreg_07));
DEFINE             57 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R8,		offsetof(struct pt_regs, UCreg_08));
DEFINE             58 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R9,		offsetof(struct pt_regs, UCreg_09));
DEFINE             59 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R10,		offsetof(struct pt_regs, UCreg_10));
DEFINE             60 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R11,		offsetof(struct pt_regs, UCreg_11));
DEFINE             61 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R12,		offsetof(struct pt_regs, UCreg_12));
DEFINE             62 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R13,		offsetof(struct pt_regs, UCreg_13));
DEFINE             63 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R14,		offsetof(struct pt_regs, UCreg_14));
DEFINE             64 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R15,		offsetof(struct pt_regs, UCreg_15));
DEFINE             65 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R16,		offsetof(struct pt_regs, UCreg_16));
DEFINE             66 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R17,		offsetof(struct pt_regs, UCreg_17));
DEFINE             67 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R18,		offsetof(struct pt_regs, UCreg_18));
DEFINE             68 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R19,		offsetof(struct pt_regs, UCreg_19));
DEFINE             69 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R20,		offsetof(struct pt_regs, UCreg_20));
DEFINE             70 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R21,		offsetof(struct pt_regs, UCreg_21));
DEFINE             71 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R22,		offsetof(struct pt_regs, UCreg_22));
DEFINE             72 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R23,		offsetof(struct pt_regs, UCreg_23));
DEFINE             73 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R24,		offsetof(struct pt_regs, UCreg_24));
DEFINE             74 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R25,		offsetof(struct pt_regs, UCreg_25));
DEFINE             75 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R26,		offsetof(struct pt_regs, UCreg_26));
DEFINE             76 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_FP,		offsetof(struct pt_regs, UCreg_fp));
DEFINE             77 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_IP,		offsetof(struct pt_regs, UCreg_ip));
DEFINE             78 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_SP,		offsetof(struct pt_regs, UCreg_sp));
DEFINE             79 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_LR,		offsetof(struct pt_regs, UCreg_lr));
DEFINE             80 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_PC,		offsetof(struct pt_regs, UCreg_pc));
DEFINE             81 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_PSR,		offsetof(struct pt_regs, UCreg_asr));
DEFINE             82 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_OLD_R0,	offsetof(struct pt_regs, UCreg_ORIG_00));
DEFINE             83 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_FRAME_SIZE,	sizeof(struct pt_regs));
DEFINE             85 arch/unicore32/kernel/asm-offsets.c 	DEFINE(VMA_VM_MM,	offsetof(struct vm_area_struct, vm_mm));
DEFINE             86 arch/unicore32/kernel/asm-offsets.c 	DEFINE(VMA_VM_FLAGS,	offsetof(struct vm_area_struct, vm_flags));
DEFINE             88 arch/unicore32/kernel/asm-offsets.c 	DEFINE(VM_EXEC,		VM_EXEC);
DEFINE             90 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PAGE_SZ,		PAGE_SIZE);
DEFINE             92 arch/unicore32/kernel/asm-offsets.c 	DEFINE(SYS_ERROR0,	0x9f0000);
DEFINE             94 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_ADDRESS,		offsetof(struct pbe, address));
DEFINE             95 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_ORIN_ADDRESS,	offsetof(struct pbe, orig_address));
DEFINE             96 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_NEXT,		offsetof(struct pbe, next));
DEFINE             97 arch/unicore32/kernel/asm-offsets.c 	DEFINE(SWSUSP_CPU,		offsetof(struct swsusp_arch_regs, \
DEFINE            100 arch/unicore32/kernel/asm-offsets.c 	DEFINE(SWSUSP_FPSTATE,		offsetof(struct swsusp_arch_regs, \
DEFINE            104 arch/unicore32/kernel/asm-offsets.c 	DEFINE(DMA_BIDIRECTIONAL,	DMA_BIDIRECTIONAL);
DEFINE            105 arch/unicore32/kernel/asm-offsets.c 	DEFINE(DMA_TO_DEVICE,		DMA_TO_DEVICE);
DEFINE            106 arch/unicore32/kernel/asm-offsets.c 	DEFINE(DMA_FROM_DEVICE,		DMA_FROM_DEVICE);
DEFINE             94 arch/x86/kernel/asm-offsets.c 	DEFINE(PTREGS_SIZE, sizeof(struct pt_regs));
DEFINE            101 arch/x86/kernel/asm-offsets.c 	DEFINE(SIZEOF_entry_stack, sizeof(struct entry_stack));
DEFINE            102 arch/x86/kernel/asm-offsets.c 	DEFINE(MASK_entry_stack, (~(sizeof(struct entry_stack) - 1)));
DEFINE             55 arch/x86/kernel/asm-offsets_32.c 	DEFINE(TSS_entry2task_stack,
DEFINE             65 arch/x86/kernel/asm-offsets_32.c 	DEFINE(__NR_syscall_max, sizeof(syscalls) - 1);
DEFINE             66 arch/x86/kernel/asm-offsets_32.c 	DEFINE(NR_syscalls, sizeof(syscalls));
DEFINE             85 arch/x86/kernel/asm-offsets_64.c 	DEFINE(DB_STACK_OFFSET, offsetof(struct cea_exception_stacks, DB_stack) -
DEFINE             90 arch/x86/kernel/asm-offsets_64.c 	DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary));
DEFINE             94 arch/x86/kernel/asm-offsets_64.c 	DEFINE(__NR_syscall_max, sizeof(syscalls_64) - 1);
DEFINE             95 arch/x86/kernel/asm-offsets_64.c 	DEFINE(NR_syscalls, sizeof(syscalls_64));
DEFINE             98 arch/x86/kernel/asm-offsets_64.c 	DEFINE(__NR_syscall_x32_max, sizeof(syscalls_x32) - 1);
DEFINE             99 arch/x86/kernel/asm-offsets_64.c 	DEFINE(X32_NR_syscalls, sizeof(syscalls_x32));
DEFINE            102 arch/x86/kernel/asm-offsets_64.c 	DEFINE(__NR_syscall_compat_max, sizeof(syscalls_ia32) - 1);
DEFINE            103 arch/x86/kernel/asm-offsets_64.c 	DEFINE(IA32_NR_syscalls, sizeof(syscalls_ia32));
DEFINE             36 arch/x86/um/user-offsets.c 	DEFINE(HOST_IP, EIP);
DEFINE             37 arch/x86/um/user-offsets.c 	DEFINE(HOST_SP, UESP);
DEFINE             38 arch/x86/um/user-offsets.c 	DEFINE(HOST_EFLAGS, EFL);
DEFINE             39 arch/x86/um/user-offsets.c 	DEFINE(HOST_AX, EAX);
DEFINE             40 arch/x86/um/user-offsets.c 	DEFINE(HOST_BX, EBX);
DEFINE             41 arch/x86/um/user-offsets.c 	DEFINE(HOST_CX, ECX);
DEFINE             42 arch/x86/um/user-offsets.c 	DEFINE(HOST_DX, EDX);
DEFINE             43 arch/x86/um/user-offsets.c 	DEFINE(HOST_SI, ESI);
DEFINE             44 arch/x86/um/user-offsets.c 	DEFINE(HOST_DI, EDI);
DEFINE             45 arch/x86/um/user-offsets.c 	DEFINE(HOST_BP, EBP);
DEFINE             46 arch/x86/um/user-offsets.c 	DEFINE(HOST_CS, CS);
DEFINE             47 arch/x86/um/user-offsets.c 	DEFINE(HOST_SS, SS);
DEFINE             48 arch/x86/um/user-offsets.c 	DEFINE(HOST_DS, DS);
DEFINE             49 arch/x86/um/user-offsets.c 	DEFINE(HOST_FS, FS);
DEFINE             50 arch/x86/um/user-offsets.c 	DEFINE(HOST_ES, ES);
DEFINE             51 arch/x86/um/user-offsets.c 	DEFINE(HOST_GS, GS);
DEFINE             52 arch/x86/um/user-offsets.c 	DEFINE(HOST_ORIG_AX, ORIG_EAX);
DEFINE             57 arch/x86/um/user-offsets.c 	DEFINE(HOST_FP_SIZE, sizeof(struct _fpstate) / sizeof(unsigned long));
DEFINE             89 arch/x86/um/user-offsets.c 	DEFINE(UM_FRAME_SIZE, sizeof(struct user_regs_struct));
DEFINE             90 arch/x86/um/user-offsets.c 	DEFINE(UM_POLLIN, POLLIN);
DEFINE             91 arch/x86/um/user-offsets.c 	DEFINE(UM_POLLPRI, POLLPRI);
DEFINE             92 arch/x86/um/user-offsets.c 	DEFINE(UM_POLLOUT, POLLOUT);
DEFINE             94 arch/x86/um/user-offsets.c 	DEFINE(UM_PROT_READ, PROT_READ);
DEFINE             95 arch/x86/um/user-offsets.c 	DEFINE(UM_PROT_WRITE, PROT_WRITE);
DEFINE             96 arch/x86/um/user-offsets.c 	DEFINE(UM_PROT_EXEC, PROT_EXEC);
DEFINE             98 arch/x86/um/user-offsets.c 	DEFINE(__NR_syscall_max, sizeof(syscalls) - 1);
DEFINE             99 arch/x86/um/user-offsets.c 	DEFINE(NR_syscalls, sizeof(syscalls));
DEFINE             32 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_PC, offsetof (struct pt_regs, pc));
DEFINE             33 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_PS, offsetof (struct pt_regs, ps));
DEFINE             34 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
DEFINE             35 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
DEFINE             36 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
DEFINE             37 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
DEFINE             38 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
DEFINE             39 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
DEFINE             40 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
DEFINE             41 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount));
DEFINE             42 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SAR, offsetof (struct pt_regs, sar));
DEFINE             43 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_ICOUNTLEVEL, offsetof (struct pt_regs, icountlevel));
DEFINE             44 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SYSCALL, offsetof (struct pt_regs, syscall));
DEFINE             45 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SCOMPARE1, offsetof(struct pt_regs, scompare1));
DEFINE             46 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_THREADPTR, offsetof(struct pt_regs, threadptr));
DEFINE             47 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG, offsetof (struct pt_regs, areg[0]));
DEFINE             48 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG0, offsetof (struct pt_regs, areg[0]));
DEFINE             49 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG1, offsetof (struct pt_regs, areg[1]));
DEFINE             50 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG2, offsetof (struct pt_regs, areg[2]));
DEFINE             51 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG3, offsetof (struct pt_regs, areg[3]));
DEFINE             52 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG4, offsetof (struct pt_regs, areg[4]));
DEFINE             53 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG5, offsetof (struct pt_regs, areg[5]));
DEFINE             54 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG6, offsetof (struct pt_regs, areg[6]));
DEFINE             55 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG7, offsetof (struct pt_regs, areg[7]));
DEFINE             56 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG8, offsetof (struct pt_regs, areg[8]));
DEFINE             57 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG9, offsetof (struct pt_regs, areg[9]));
DEFINE             58 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG10, offsetof (struct pt_regs, areg[10]));
DEFINE             59 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG11, offsetof (struct pt_regs, areg[11]));
DEFINE             60 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG12, offsetof (struct pt_regs, areg[12]));
DEFINE             61 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG13, offsetof (struct pt_regs, areg[13]));
DEFINE             62 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG14, offsetof (struct pt_regs, areg[14]));
DEFINE             63 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG15, offsetof (struct pt_regs, areg[15]));
DEFINE             64 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase));
DEFINE             65 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
DEFINE             66 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SIZE, sizeof(struct pt_regs));
DEFINE             67 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG_END, offsetof (struct pt_regs, areg[XCHAL_NUM_AREGS]));
DEFINE             68 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_USER_SIZE, offsetof(struct pt_regs, areg[XCHAL_NUM_AREGS]));
DEFINE             69 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_XTREGS_OPT, offsetof(struct pt_regs, xtregs_opt));
DEFINE             70 arch/xtensa/kernel/asm-offsets.c 	DEFINE(XTREGS_OPT_SIZE, sizeof(xtregs_opt_t));
DEFINE             73 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof (struct task_struct, ptrace));
DEFINE             74 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof (struct task_struct, mm));
DEFINE             75 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm));
DEFINE             76 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof (struct task_struct, pid));
DEFINE             77 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof (struct task_struct, thread));
DEFINE             78 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof (struct task_struct, stack));
DEFINE             80 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
DEFINE             82 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_STRUCT_SIZE, sizeof (struct task_struct));
DEFINE             93 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_RA, offsetof (struct task_struct, thread.ra));
DEFINE             94 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_SP, offsetof (struct task_struct, thread.sp));
DEFINE             95 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable));
DEFINE             97 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP0, offsetof(struct thread_info, xtregs_cp.cp0));
DEFINE             98 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1));
DEFINE             99 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2));
DEFINE            100 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP3, offsetof(struct thread_info, xtregs_cp.cp3));
DEFINE            101 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP4, offsetof(struct thread_info, xtregs_cp.cp4));
DEFINE            102 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP5, offsetof(struct thread_info, xtregs_cp.cp5));
DEFINE            103 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP6, offsetof(struct thread_info, xtregs_cp.cp6));
DEFINE            104 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP7, offsetof(struct thread_info, xtregs_cp.cp7));
DEFINE            106 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_USER, offsetof (struct thread_info, xtregs_user));
DEFINE            107 arch/xtensa/kernel/asm-offsets.c 	DEFINE(XTREGS_USER_SIZE, sizeof(xtregs_user_t));
DEFINE            108 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_CURRENT_DS, offsetof (struct task_struct, \
DEFINE            112 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_USERS, offsetof(struct mm_struct, mm_users));
DEFINE            113 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_PGD, offsetof (struct mm_struct, pgd));
DEFINE            114 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_CONTEXT, offsetof (struct mm_struct, context));
DEFINE            117 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PAGE_FLAGS, offsetof(struct page, flags));
DEFINE            120 arch/xtensa/kernel/asm-offsets.c 	DEFINE(_CLONE_VM, CLONE_VM);
DEFINE            121 arch/xtensa/kernel/asm-offsets.c 	DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED);
DEFINE            122 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PG_ARCH_1, PG_arch_1);
DEFINE            125 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_DEBUG_EXCEPTION,
DEFINE            127 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save));
DEFINE            129 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save));
DEFINE            130 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save));
DEFINE            131 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_ICOUNT_LEVEL_SAVE,
DEFINE            136 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_KSTK, offsetof(struct exc_table, kstk));
DEFINE            137 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save));
DEFINE            138 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup));
DEFINE            139 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param));
DEFINE            140 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_FAST_USER,
DEFINE            142 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_FAST_KERNEL,
DEFINE            144 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_DEFAULT, offsetof(struct exc_table, default_handler));
DEFINE             11 include/linux/kbuild.h 	DEFINE(sym, offsetof(struct str, mem))
DEFINE             66 include/linux/ti-emif-sram.h 	DEFINE(EMIF_SDCFG_VAL_OFFSET,
DEFINE             68 include/linux/ti-emif-sram.h 	DEFINE(EMIF_TIMING1_VAL_OFFSET,
DEFINE             70 include/linux/ti-emif-sram.h 	DEFINE(EMIF_TIMING2_VAL_OFFSET,
DEFINE             72 include/linux/ti-emif-sram.h 	DEFINE(EMIF_TIMING3_VAL_OFFSET,
DEFINE             74 include/linux/ti-emif-sram.h 	DEFINE(EMIF_REF_CTRL_VAL_OFFSET,
DEFINE             76 include/linux/ti-emif-sram.h 	DEFINE(EMIF_ZQCFG_VAL_OFFSET,
DEFINE             78 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PMCR_VAL_OFFSET,
DEFINE             80 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PMCR_SHDW_VAL_OFFSET,
DEFINE             82 include/linux/ti-emif-sram.h 	DEFINE(EMIF_RD_WR_LEVEL_RAMP_CTRL_OFFSET,
DEFINE             84 include/linux/ti-emif-sram.h 	DEFINE(EMIF_RD_WR_EXEC_THRESH_OFFSET,
DEFINE             86 include/linux/ti-emif-sram.h 	DEFINE(EMIF_COS_CONFIG_OFFSET,
DEFINE             88 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PRIORITY_TO_COS_MAPPING_OFFSET,
DEFINE             90 include/linux/ti-emif-sram.h 	DEFINE(EMIF_CONNECT_ID_SERV_1_MAP_OFFSET,
DEFINE             92 include/linux/ti-emif-sram.h 	DEFINE(EMIF_CONNECT_ID_SERV_2_MAP_OFFSET,
DEFINE             94 include/linux/ti-emif-sram.h 	DEFINE(EMIF_OCP_CONFIG_VAL_OFFSET,
DEFINE             96 include/linux/ti-emif-sram.h 	DEFINE(EMIF_LPDDR2_NVM_TIM_OFFSET,
DEFINE             98 include/linux/ti-emif-sram.h 	DEFINE(EMIF_LPDDR2_NVM_TIM_SHDW_OFFSET,
DEFINE            100 include/linux/ti-emif-sram.h 	DEFINE(EMIF_DLL_CALIB_CTRL_VAL_OFFSET,
DEFINE            102 include/linux/ti-emif-sram.h 	DEFINE(EMIF_DLL_CALIB_CTRL_VAL_SHDW_OFFSET,
DEFINE            104 include/linux/ti-emif-sram.h 	DEFINE(EMIF_DDR_PHY_CTLR_1_OFFSET,
DEFINE            106 include/linux/ti-emif-sram.h 	DEFINE(EMIF_EXT_PHY_CTRL_VALS_OFFSET,
DEFINE            108 include/linux/ti-emif-sram.h 	DEFINE(EMIF_REGS_AMX3_SIZE, sizeof(struct emif_regs_amx3));
DEFINE            112 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_BASE_ADDR_VIRT_OFFSET,
DEFINE            114 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_BASE_ADDR_PHYS_OFFSET,
DEFINE            116 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_CONFIG_OFFSET,
DEFINE            118 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_REGS_VIRT_OFFSET,
DEFINE            120 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_REGS_PHYS_OFFSET,
DEFINE            122 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_DATA_SIZE, sizeof(struct ti_emif_pm_data));
DEFINE            126 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_SAVE_CONTEXT_OFFSET,
DEFINE            128 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_RESTORE_CONTEXT_OFFSET,
DEFINE            130 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_RUN_HW_LEVELING,
DEFINE            132 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_ENTER_SR_OFFSET,
DEFINE            134 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_EXIT_SR_OFFSET,
DEFINE            136 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_ABORT_SR_OFFSET,
DEFINE            138 include/linux/ti-emif-sram.h 	DEFINE(EMIF_PM_FUNCTIONS_SIZE, sizeof(struct ti_emif_pm_functions));
DEFINE             19 kernel/bounds.c 	DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
DEFINE             20 kernel/bounds.c 	DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES);
DEFINE             22 kernel/bounds.c 	DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS));
DEFINE             24 kernel/bounds.c 	DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
DEFINE              5 samples/bpf/syscall_nrs.c #define SYSNR(_NR) DEFINE(SYS ## _NR, _NR)
DEFINE              5 scripts/mod/devicetable-offsets.c #define DEVID(devid) DEFINE(SIZE_##devid, sizeof(struct devid))
DEFINE              7 scripts/mod/devicetable-offsets.c 	DEFINE(OFF_##devid##_##field, offsetof(struct devid, field))