arch/alpha/kernel/asm-offsets.c
18
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/alpha/kernel/asm-offsets.c
19
DEFINE(TI_FP, offsetof(struct thread_info, fp));
arch/alpha/kernel/asm-offsets.c
20
DEFINE(TI_STATUS, offsetof(struct thread_info, status));
arch/alpha/kernel/asm-offsets.c
23
DEFINE(SP_OFF, offsetof(struct pt_regs, ps));
arch/alpha/kernel/asm-offsets.c
24
DEFINE(SIZEOF_PT_REGS, sizeof(struct pt_regs));
arch/alpha/kernel/asm-offsets.c
27
DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack));
arch/alpha/kernel/asm-offsets.c
30
DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector, hae_cache));
arch/alpha/kernel/asm-offsets.c
31
DEFINE(HAE_REG, offsetof(struct alpha_machine_vector, hae_register));
arch/arc/kernel/asm-offsets.c
19
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
arch/arc/kernel/asm-offsets.c
20
DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
arch/arc/kernel/asm-offsets.c
24
DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));
arch/arc/kernel/asm-offsets.c
25
DEFINE(THREAD_FAULT_ADDR,
arch/arc/kernel/asm-offsets.c
30
DEFINE(THREAD_INFO_KSP, offsetof(struct thread_info, ksp));
arch/arc/kernel/asm-offsets.c
31
DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));
arch/arc/kernel/asm-offsets.c
32
DEFINE(THREAD_INFO_PREEMPT_COUNT,
arch/arc/kernel/asm-offsets.c
37
DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
arch/arc/kernel/asm-offsets.c
38
DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
arch/arc/kernel/asm-offsets.c
39
DEFINE(TASK_PID, offsetof(struct task_struct, pid));
arch/arc/kernel/asm-offsets.c
40
DEFINE(TASK_COMM, offsetof(struct task_struct, comm));
arch/arc/kernel/asm-offsets.c
42
DEFINE(MM_CTXT, offsetof(struct mm_struct, context));
arch/arc/kernel/asm-offsets.c
43
DEFINE(MM_PGD, offsetof(struct mm_struct, pgd));
arch/arc/kernel/asm-offsets.c
45
DEFINE(MM_CTXT_ASID, offsetof(mm_context_t, asid));
arch/arc/kernel/asm-offsets.c
49
DEFINE(PT_status32, offsetof(struct pt_regs, status32));
arch/arc/kernel/asm-offsets.c
50
DEFINE(PT_event, offsetof(struct pt_regs, ecr));
arch/arc/kernel/asm-offsets.c
51
DEFINE(PT_bta, offsetof(struct pt_regs, bta));
arch/arc/kernel/asm-offsets.c
52
DEFINE(PT_sp, offsetof(struct pt_regs, sp));
arch/arc/kernel/asm-offsets.c
53
DEFINE(PT_r0, offsetof(struct pt_regs, r0));
arch/arc/kernel/asm-offsets.c
54
DEFINE(PT_r1, offsetof(struct pt_regs, r1));
arch/arc/kernel/asm-offsets.c
55
DEFINE(PT_r2, offsetof(struct pt_regs, r2));
arch/arc/kernel/asm-offsets.c
56
DEFINE(PT_r3, offsetof(struct pt_regs, r3));
arch/arc/kernel/asm-offsets.c
57
DEFINE(PT_r4, offsetof(struct pt_regs, r4));
arch/arc/kernel/asm-offsets.c
58
DEFINE(PT_r5, offsetof(struct pt_regs, r5));
arch/arc/kernel/asm-offsets.c
59
DEFINE(PT_r6, offsetof(struct pt_regs, r6));
arch/arc/kernel/asm-offsets.c
60
DEFINE(PT_r7, offsetof(struct pt_regs, r7));
arch/arc/kernel/asm-offsets.c
61
DEFINE(PT_r8, offsetof(struct pt_regs, r8));
arch/arc/kernel/asm-offsets.c
62
DEFINE(PT_r10, offsetof(struct pt_regs, r10));
arch/arc/kernel/asm-offsets.c
63
DEFINE(PT_r26, offsetof(struct pt_regs, r26));
arch/arc/kernel/asm-offsets.c
64
DEFINE(PT_ret, offsetof(struct pt_regs, ret));
arch/arc/kernel/asm-offsets.c
65
DEFINE(PT_blink, offsetof(struct pt_regs, blink));
arch/arc/kernel/asm-offsets.c
67
DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end));
arch/arc/kernel/asm-offsets.c
68
DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count));
arch/arc/kernel/asm-offsets.c
81
DEFINE(SZ_CALLEE_REGS, sizeof(struct callee_regs));
arch/arc/kernel/asm-offsets.c
82
DEFINE(SZ_PT_REGS, sizeof(struct pt_regs));
arch/arm/kernel/asm-offsets.c
100
DEFINE(L2X0_R_DATA_LATENCY, offsetof(struct l2x0_regs, data_latency));
arch/arm/kernel/asm-offsets.c
101
DEFINE(L2X0_R_FILTER_START, offsetof(struct l2x0_regs, filter_start));
arch/arm/kernel/asm-offsets.c
102
DEFINE(L2X0_R_FILTER_END, offsetof(struct l2x0_regs, filter_end));
arch/arm/kernel/asm-offsets.c
103
DEFINE(L2X0_R_PREFETCH_CTRL, offsetof(struct l2x0_regs, prefetch_ctrl));
arch/arm/kernel/asm-offsets.c
104
DEFINE(L2X0_R_PWR_CTRL, offsetof(struct l2x0_regs, pwr_ctrl));
arch/arm/kernel/asm-offsets.c
108
DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter));
arch/arm/kernel/asm-offsets.c
111
DEFINE(VMA_VM_MM, offsetof(struct vm_area_struct, vm_mm));
arch/arm/kernel/asm-offsets.c
112
DEFINE(VMA_VM_FLAGS, offsetof(struct vm_area_struct, vm_flags));
arch/arm/kernel/asm-offsets.c
114
DEFINE(VM_EXEC, VM_EXEC);
arch/arm/kernel/asm-offsets.c
116
DEFINE(PAGE_SZ, PAGE_SIZE);
arch/arm/kernel/asm-offsets.c
118
DEFINE(SYS_ERROR0, 0x9f0000);
arch/arm/kernel/asm-offsets.c
120
DEFINE(SIZEOF_MACHINE_DESC, sizeof(struct machine_desc));
arch/arm/kernel/asm-offsets.c
121
DEFINE(MACHINFO_TYPE, offsetof(struct machine_desc, nr));
arch/arm/kernel/asm-offsets.c
122
DEFINE(MACHINFO_NAME, offsetof(struct machine_desc, name));
arch/arm/kernel/asm-offsets.c
124
DEFINE(PROC_INFO_SZ, sizeof(struct proc_info_list));
arch/arm/kernel/asm-offsets.c
125
DEFINE(PROCINFO_INITFUNC, offsetof(struct proc_info_list, __cpu_flush));
arch/arm/kernel/asm-offsets.c
126
DEFINE(PROCINFO_MM_MMUFLAGS, offsetof(struct proc_info_list, __cpu_mm_mmu_flags));
arch/arm/kernel/asm-offsets.c
127
DEFINE(PROCINFO_IO_MMUFLAGS, offsetof(struct proc_info_list, __cpu_io_mmu_flags));
arch/arm/kernel/asm-offsets.c
130
DEFINE(PROCESSOR_DABT_FUNC, offsetof(struct processor, _data_abort));
arch/arm/kernel/asm-offsets.c
133
DEFINE(PROCESSOR_PABT_FUNC, offsetof(struct processor, _prefetch_abort));
arch/arm/kernel/asm-offsets.c
136
DEFINE(CPU_SLEEP_SIZE, offsetof(struct processor, suspend_size));
arch/arm/kernel/asm-offsets.c
137
DEFINE(CPU_DO_SUSPEND, offsetof(struct processor, do_suspend));
arch/arm/kernel/asm-offsets.c
138
DEFINE(CPU_DO_RESUME, offsetof(struct processor, do_resume));
arch/arm/kernel/asm-offsets.c
141
DEFINE(CACHE_FLUSH_KERN_ALL, offsetof(struct cpu_cache_fns, flush_kern_all));
arch/arm/kernel/asm-offsets.c
144
DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp));
arch/arm/kernel/asm-offsets.c
145
DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys));
arch/arm/kernel/asm-offsets.c
146
DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash));
arch/arm/kernel/asm-offsets.c
148
DEFINE(ARM_SMCCC_QUIRK_ID_OFFS, offsetof(struct arm_smccc_quirk, id));
arch/arm/kernel/asm-offsets.c
149
DEFINE(ARM_SMCCC_QUIRK_STATE_OFFS, offsetof(struct arm_smccc_quirk, state));
arch/arm/kernel/asm-offsets.c
151
DEFINE(DMA_BIDIRECTIONAL, DMA_BIDIRECTIONAL);
arch/arm/kernel/asm-offsets.c
152
DEFINE(DMA_TO_DEVICE, DMA_TO_DEVICE);
arch/arm/kernel/asm-offsets.c
153
DEFINE(DMA_FROM_DEVICE, DMA_FROM_DEVICE);
arch/arm/kernel/asm-offsets.c
155
DEFINE(CACHE_WRITEBACK_ORDER, __CACHE_WRITEBACK_ORDER);
arch/arm/kernel/asm-offsets.c
156
DEFINE(CACHE_WRITEBACK_GRANULE, __CACHE_WRITEBACK_GRANULE);
arch/arm/kernel/asm-offsets.c
159
DEFINE(MPU_RNG_INFO_RNGS, offsetof(struct mpu_rgn_info, rgns));
arch/arm/kernel/asm-offsets.c
160
DEFINE(MPU_RNG_INFO_USED, offsetof(struct mpu_rgn_info, used));
arch/arm/kernel/asm-offsets.c
162
DEFINE(MPU_RNG_SIZE, sizeof(struct mpu_rgn));
arch/arm/kernel/asm-offsets.c
163
DEFINE(MPU_RGN_DRBAR, offsetof(struct mpu_rgn, drbar));
arch/arm/kernel/asm-offsets.c
164
DEFINE(MPU_RGN_DRSR, offsetof(struct mpu_rgn, drsr));
arch/arm/kernel/asm-offsets.c
165
DEFINE(MPU_RGN_DRACR, offsetof(struct mpu_rgn, dracr));
arch/arm/kernel/asm-offsets.c
166
DEFINE(MPU_RGN_PRBAR, offsetof(struct mpu_rgn, prbar));
arch/arm/kernel/asm-offsets.c
167
DEFINE(MPU_RGN_PRLAR, offsetof(struct mpu_rgn, prlar));
arch/arm/kernel/asm-offsets.c
169
DEFINE(KEXEC_START_ADDR, offsetof(struct kexec_relocate_data, kexec_start_address));
arch/arm/kernel/asm-offsets.c
170
DEFINE(KEXEC_INDIR_PAGE, offsetof(struct kexec_relocate_data, kexec_indirection_page));
arch/arm/kernel/asm-offsets.c
171
DEFINE(KEXEC_MACH_TYPE, offsetof(struct kexec_relocate_data, kexec_mach_type));
arch/arm/kernel/asm-offsets.c
172
DEFINE(KEXEC_R2, offsetof(struct kexec_relocate_data, kexec_r2));
arch/arm/kernel/asm-offsets.c
43
DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
arch/arm/kernel/asm-offsets.c
45
DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
arch/arm/kernel/asm-offsets.c
48
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/arm/kernel/asm-offsets.c
49
DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
arch/arm/kernel/asm-offsets.c
50
DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
arch/arm/kernel/asm-offsets.c
51
DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain));
arch/arm/kernel/asm-offsets.c
52
DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context));
arch/arm/kernel/asm-offsets.c
53
DEFINE(TI_ABI_SYSCALL, offsetof(struct thread_info, abi_syscall));
arch/arm/kernel/asm-offsets.c
54
DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
arch/arm/kernel/asm-offsets.c
55
DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate));
arch/arm/kernel/asm-offsets.c
57
DEFINE(TI_VFPSTATE, offsetof(struct thread_info, vfpstate));
arch/arm/kernel/asm-offsets.c
59
DEFINE(VFP_CPU, offsetof(union vfp_state, hard.cpu));
arch/arm/kernel/asm-offsets.c
62
DEFINE(SOFTIRQ_DISABLE_OFFSET,SOFTIRQ_DISABLE_OFFSET);
arch/arm/kernel/asm-offsets.c
64
DEFINE(TI_THUMBEE_STATE, offsetof(struct thread_info, thumbee_state));
arch/arm/kernel/asm-offsets.c
67
DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt));
arch/arm/kernel/asm-offsets.c
70
DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0));
arch/arm/kernel/asm-offsets.c
71
DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1));
arch/arm/kernel/asm-offsets.c
72
DEFINE(S_R2, offsetof(struct pt_regs, ARM_r2));
arch/arm/kernel/asm-offsets.c
73
DEFINE(S_R3, offsetof(struct pt_regs, ARM_r3));
arch/arm/kernel/asm-offsets.c
74
DEFINE(S_R4, offsetof(struct pt_regs, ARM_r4));
arch/arm/kernel/asm-offsets.c
75
DEFINE(S_R5, offsetof(struct pt_regs, ARM_r5));
arch/arm/kernel/asm-offsets.c
76
DEFINE(S_R6, offsetof(struct pt_regs, ARM_r6));
arch/arm/kernel/asm-offsets.c
77
DEFINE(S_R7, offsetof(struct pt_regs, ARM_r7));
arch/arm/kernel/asm-offsets.c
78
DEFINE(S_R8, offsetof(struct pt_regs, ARM_r8));
arch/arm/kernel/asm-offsets.c
79
DEFINE(S_R9, offsetof(struct pt_regs, ARM_r9));
arch/arm/kernel/asm-offsets.c
80
DEFINE(S_R10, offsetof(struct pt_regs, ARM_r10));
arch/arm/kernel/asm-offsets.c
81
DEFINE(S_FP, offsetof(struct pt_regs, ARM_fp));
arch/arm/kernel/asm-offsets.c
82
DEFINE(S_IP, offsetof(struct pt_regs, ARM_ip));
arch/arm/kernel/asm-offsets.c
83
DEFINE(S_SP, offsetof(struct pt_regs, ARM_sp));
arch/arm/kernel/asm-offsets.c
84
DEFINE(S_LR, offsetof(struct pt_regs, ARM_lr));
arch/arm/kernel/asm-offsets.c
85
DEFINE(S_PC, offsetof(struct pt_regs, ARM_pc));
arch/arm/kernel/asm-offsets.c
86
DEFINE(S_PSR, offsetof(struct pt_regs, ARM_cpsr));
arch/arm/kernel/asm-offsets.c
87
DEFINE(S_OLD_R0, offsetof(struct pt_regs, ARM_ORIG_r0));
arch/arm/kernel/asm-offsets.c
88
DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs));
arch/arm/kernel/asm-offsets.c
89
DEFINE(SVC_DACR, offsetof(struct svc_pt_regs, dacr));
arch/arm/kernel/asm-offsets.c
90
DEFINE(SVC_TTBCR, offsetof(struct svc_pt_regs, ttbcr));
arch/arm/kernel/asm-offsets.c
91
DEFINE(SVC_REGS_SIZE, sizeof(struct svc_pt_regs));
arch/arm/kernel/asm-offsets.c
93
DEFINE(SIGFRAME_RC3_OFFSET, offsetof(struct sigframe, retcode[3]));
arch/arm/kernel/asm-offsets.c
94
DEFINE(RT_SIGFRAME_RC3_OFFSET, offsetof(struct rt_sigframe, sig.retcode[3]));
arch/arm/kernel/asm-offsets.c
97
DEFINE(L2X0_R_PHY_BASE, offsetof(struct l2x0_regs, phy_base));
arch/arm/kernel/asm-offsets.c
98
DEFINE(L2X0_R_AUX_CTRL, offsetof(struct l2x0_regs, aux_ctrl));
arch/arm/kernel/asm-offsets.c
99
DEFINE(L2X0_R_TAG_LATENCY, offsetof(struct l2x0_regs, tag_latency));
arch/arm/mach-at91/pm_data-offsets.c
10
DEFINE(PM_DATA_RAMC1, offsetof(struct at91_pm_data, ramc[1]));
arch/arm/mach-at91/pm_data-offsets.c
11
DEFINE(PM_DATA_RAMC_PHY, offsetof(struct at91_pm_data,
arch/arm/mach-at91/pm_data-offsets.c
13
DEFINE(PM_DATA_MEMCTRL, offsetof(struct at91_pm_data, memctrl));
arch/arm/mach-at91/pm_data-offsets.c
14
DEFINE(PM_DATA_MODE, offsetof(struct at91_pm_data, mode));
arch/arm/mach-at91/pm_data-offsets.c
15
DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc));
arch/arm/mach-at91/pm_data-offsets.c
16
DEFINE(PM_DATA_SFRBU, offsetof(struct at91_pm_data, sfrbu));
arch/arm/mach-at91/pm_data-offsets.c
17
DEFINE(PM_DATA_PMC_MCKR_OFFSET, offsetof(struct at91_pm_data,
arch/arm/mach-at91/pm_data-offsets.c
19
DEFINE(PM_DATA_PMC_VERSION, offsetof(struct at91_pm_data,
arch/arm/mach-at91/pm_data-offsets.c
21
DEFINE(PM_DATA_PMC_MCKS, offsetof(struct at91_pm_data,
arch/arm/mach-at91/pm_data-offsets.c
8
DEFINE(PM_DATA_PMC, offsetof(struct at91_pm_data, pmc));
arch/arm/mach-at91/pm_data-offsets.c
9
DEFINE(PM_DATA_RAMC0, offsetof(struct at91_pm_data, ramc[0]));
arch/arm/mach-omap2/pm-asm-offsets.c
16
DEFINE(AMX3_PM_WFI_FLAGS_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
18
DEFINE(AMX3_PM_L2_AUX_CTRL_VAL_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
20
DEFINE(AMX3_PM_L2_PREFETCH_CTRL_VAL_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
22
DEFINE(AMX3_PM_SRAM_DATA_SIZE, sizeof(struct am33xx_pm_sram_data));
arch/arm/mach-omap2/pm-asm-offsets.c
26
DEFINE(AMX3_PM_RO_SRAM_DATA_VIRT_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
28
DEFINE(AMX3_PM_RO_SRAM_DATA_PHYS_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
30
DEFINE(AMX3_PM_RTC_BASE_VIRT_OFFSET,
arch/arm/mach-omap2/pm-asm-offsets.c
32
DEFINE(AMX3_PM_RO_SRAM_DATA_SIZE,
arch/arm64/kernel/asm-offsets.c
101
DEFINE(FTR_OVR_VAL_OFFSET, offsetof(struct arm64_ftr_override, val));
arch/arm64/kernel/asm-offsets.c
102
DEFINE(FTR_OVR_MASK_OFFSET, offsetof(struct arm64_ftr_override, mask));
arch/arm64/kernel/asm-offsets.c
105
DEFINE(VCPU_CONTEXT, offsetof(struct kvm_vcpu, arch.ctxt));
arch/arm64/kernel/asm-offsets.c
106
DEFINE(VCPU_FAULT_DISR, offsetof(struct kvm_vcpu, arch.fault.disr_el1));
arch/arm64/kernel/asm-offsets.c
107
DEFINE(VCPU_HCR_EL2, offsetof(struct kvm_vcpu, arch.hcr_el2));
arch/arm64/kernel/asm-offsets.c
108
DEFINE(CPU_USER_PT_REGS, offsetof(struct kvm_cpu_context, regs));
arch/arm64/kernel/asm-offsets.c
109
DEFINE(CPU_ELR_EL2, offsetof(struct kvm_cpu_context, sys_regs[ELR_EL2]));
arch/arm64/kernel/asm-offsets.c
110
DEFINE(CPU_RGSR_EL1, offsetof(struct kvm_cpu_context, sys_regs[RGSR_EL1]));
arch/arm64/kernel/asm-offsets.c
111
DEFINE(CPU_GCR_EL1, offsetof(struct kvm_cpu_context, sys_regs[GCR_EL1]));
arch/arm64/kernel/asm-offsets.c
112
DEFINE(CPU_APIAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APIAKEYLO_EL1]));
arch/arm64/kernel/asm-offsets.c
113
DEFINE(CPU_APIBKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APIBKEYLO_EL1]));
arch/arm64/kernel/asm-offsets.c
114
DEFINE(CPU_APDAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APDAKEYLO_EL1]));
arch/arm64/kernel/asm-offsets.c
115
DEFINE(CPU_APDBKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APDBKEYLO_EL1]));
arch/arm64/kernel/asm-offsets.c
116
DEFINE(CPU_APGAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APGAKEYLO_EL1]));
arch/arm64/kernel/asm-offsets.c
117
DEFINE(HOST_CONTEXT_VCPU, offsetof(struct kvm_cpu_context, __hyp_running_vcpu));
arch/arm64/kernel/asm-offsets.c
118
DEFINE(HOST_DATA_CONTEXT, offsetof(struct kvm_host_data, host_ctxt));
arch/arm64/kernel/asm-offsets.c
119
DEFINE(NVHE_INIT_MAIR_EL2, offsetof(struct kvm_nvhe_init_params, mair_el2));
arch/arm64/kernel/asm-offsets.c
120
DEFINE(NVHE_INIT_TCR_EL2, offsetof(struct kvm_nvhe_init_params, tcr_el2));
arch/arm64/kernel/asm-offsets.c
121
DEFINE(NVHE_INIT_TPIDR_EL2, offsetof(struct kvm_nvhe_init_params, tpidr_el2));
arch/arm64/kernel/asm-offsets.c
122
DEFINE(NVHE_INIT_STACK_HYP_VA, offsetof(struct kvm_nvhe_init_params, stack_hyp_va));
arch/arm64/kernel/asm-offsets.c
123
DEFINE(NVHE_INIT_PGD_PA, offsetof(struct kvm_nvhe_init_params, pgd_pa));
arch/arm64/kernel/asm-offsets.c
124
DEFINE(NVHE_INIT_HCR_EL2, offsetof(struct kvm_nvhe_init_params, hcr_el2));
arch/arm64/kernel/asm-offsets.c
125
DEFINE(NVHE_INIT_VTTBR, offsetof(struct kvm_nvhe_init_params, vttbr));
arch/arm64/kernel/asm-offsets.c
126
DEFINE(NVHE_INIT_VTCR, offsetof(struct kvm_nvhe_init_params, vtcr));
arch/arm64/kernel/asm-offsets.c
127
DEFINE(NVHE_INIT_TMP, offsetof(struct kvm_nvhe_init_params, tmp));
arch/arm64/kernel/asm-offsets.c
130
DEFINE(CPU_CTX_SP, offsetof(struct cpu_suspend_ctx, sp));
arch/arm64/kernel/asm-offsets.c
131
DEFINE(MPIDR_HASH_MASK, offsetof(struct mpidr_hash, mask));
arch/arm64/kernel/asm-offsets.c
132
DEFINE(MPIDR_HASH_SHIFTS, offsetof(struct mpidr_hash, shift_aff));
arch/arm64/kernel/asm-offsets.c
133
DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS, offsetof(struct sleep_stack_data, system_regs));
arch/arm64/kernel/asm-offsets.c
134
DEFINE(SLEEP_STACK_DATA_CALLEE_REGS, offsetof(struct sleep_stack_data, callee_saved_regs));
arch/arm64/kernel/asm-offsets.c
136
DEFINE(ARM_SMCCC_RES_X0_OFFS, offsetof(struct arm_smccc_res, a0));
arch/arm64/kernel/asm-offsets.c
137
DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2));
arch/arm64/kernel/asm-offsets.c
138
DEFINE(ARM_SMCCC_QUIRK_ID_OFFS, offsetof(struct arm_smccc_quirk, id));
arch/arm64/kernel/asm-offsets.c
139
DEFINE(ARM_SMCCC_QUIRK_STATE_OFFS, offsetof(struct arm_smccc_quirk, state));
arch/arm64/kernel/asm-offsets.c
140
DEFINE(ARM_SMCCC_1_2_REGS_X0_OFFS, offsetof(struct arm_smccc_1_2_regs, a0));
arch/arm64/kernel/asm-offsets.c
141
DEFINE(ARM_SMCCC_1_2_REGS_X2_OFFS, offsetof(struct arm_smccc_1_2_regs, a2));
arch/arm64/kernel/asm-offsets.c
142
DEFINE(ARM_SMCCC_1_2_REGS_X4_OFFS, offsetof(struct arm_smccc_1_2_regs, a4));
arch/arm64/kernel/asm-offsets.c
143
DEFINE(ARM_SMCCC_1_2_REGS_X6_OFFS, offsetof(struct arm_smccc_1_2_regs, a6));
arch/arm64/kernel/asm-offsets.c
144
DEFINE(ARM_SMCCC_1_2_REGS_X8_OFFS, offsetof(struct arm_smccc_1_2_regs, a8));
arch/arm64/kernel/asm-offsets.c
145
DEFINE(ARM_SMCCC_1_2_REGS_X10_OFFS, offsetof(struct arm_smccc_1_2_regs, a10));
arch/arm64/kernel/asm-offsets.c
146
DEFINE(ARM_SMCCC_1_2_REGS_X12_OFFS, offsetof(struct arm_smccc_1_2_regs, a12));
arch/arm64/kernel/asm-offsets.c
147
DEFINE(ARM_SMCCC_1_2_REGS_X14_OFFS, offsetof(struct arm_smccc_1_2_regs, a14));
arch/arm64/kernel/asm-offsets.c
148
DEFINE(ARM_SMCCC_1_2_REGS_X16_OFFS, offsetof(struct arm_smccc_1_2_regs, a16));
arch/arm64/kernel/asm-offsets.c
150
DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address));
arch/arm64/kernel/asm-offsets.c
151
DEFINE(HIBERN_PBE_ADDR, offsetof(struct pbe, address));
arch/arm64/kernel/asm-offsets.c
152
DEFINE(HIBERN_PBE_NEXT, offsetof(struct pbe, next));
arch/arm64/kernel/asm-offsets.c
153
DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val));
arch/arm64/kernel/asm-offsets.c
156
DEFINE(TRAMP_VALIAS, TRAMP_VALIAS);
arch/arm64/kernel/asm-offsets.c
159
DEFINE(SDEI_EVENT_INTREGS, offsetof(struct sdei_registered_event, interrupted_regs));
arch/arm64/kernel/asm-offsets.c
160
DEFINE(SDEI_EVENT_PRIORITY, offsetof(struct sdei_registered_event, priority));
arch/arm64/kernel/asm-offsets.c
163
DEFINE(PTRAUTH_USER_KEY_APIA, offsetof(struct ptrauth_keys_user, apia));
arch/arm64/kernel/asm-offsets.c
165
DEFINE(PTRAUTH_KERNEL_KEY_APIA, offsetof(struct ptrauth_keys_kernel, apia));
arch/arm64/kernel/asm-offsets.c
170
DEFINE(KIMAGE_ARCH_DTB_MEM, offsetof(struct kimage, arch.dtb_mem));
arch/arm64/kernel/asm-offsets.c
171
DEFINE(KIMAGE_ARCH_EL2_VECTORS, offsetof(struct kimage, arch.el2_vectors));
arch/arm64/kernel/asm-offsets.c
172
DEFINE(KIMAGE_ARCH_ZERO_PAGE, offsetof(struct kimage, arch.zero_page));
arch/arm64/kernel/asm-offsets.c
173
DEFINE(KIMAGE_ARCH_PHYS_OFFSET, offsetof(struct kimage, arch.phys_offset));
arch/arm64/kernel/asm-offsets.c
174
DEFINE(KIMAGE_ARCH_TTBR1, offsetof(struct kimage, arch.ttbr1));
arch/arm64/kernel/asm-offsets.c
175
DEFINE(KIMAGE_HEAD, offsetof(struct kimage, head));
arch/arm64/kernel/asm-offsets.c
176
DEFINE(KIMAGE_START, offsetof(struct kimage, start));
arch/arm64/kernel/asm-offsets.c
180
DEFINE(FTRACE_OPS_FUNC, offsetof(struct ftrace_ops, func));
arch/arm64/kernel/asm-offsets.c
184
DEFINE(FTRACE_OPS_DIRECT_CALL, offsetof(struct ftrace_ops, direct_call));
arch/arm64/kernel/asm-offsets.c
186
DEFINE(PIE_E0_ASM, PIE_E0);
arch/arm64/kernel/asm-offsets.c
187
DEFINE(PIE_E1_ASM, PIE_E1);
arch/arm64/kernel/asm-offsets.c
29
DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
arch/arm64/kernel/asm-offsets.c
30
DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
arch/arm64/kernel/asm-offsets.c
31
DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
arch/arm64/kernel/asm-offsets.c
33
DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));
arch/arm64/kernel/asm-offsets.c
36
DEFINE(TSK_TI_SCS_BASE, offsetof(struct task_struct, thread_info.scs_base));
arch/arm64/kernel/asm-offsets.c
37
DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp));
arch/arm64/kernel/asm-offsets.c
39
DEFINE(TSK_STACK, offsetof(struct task_struct, stack));
arch/arm64/kernel/asm-offsets.c
41
DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
arch/arm64/kernel/asm-offsets.c
44
DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context));
arch/arm64/kernel/asm-offsets.c
45
DEFINE(THREAD_SCTLR_USER, offsetof(struct task_struct, thread.sctlr_user));
arch/arm64/kernel/asm-offsets.c
47
DEFINE(THREAD_KEYS_USER, offsetof(struct task_struct, thread.keys_user));
arch/arm64/kernel/asm-offsets.c
50
DEFINE(THREAD_KEYS_KERNEL, offsetof(struct task_struct, thread.keys_kernel));
arch/arm64/kernel/asm-offsets.c
53
DEFINE(THREAD_MTE_CTRL, offsetof(struct task_struct, thread.mte_ctrl));
arch/arm64/kernel/asm-offsets.c
56
DEFINE(S_X0, offsetof(struct pt_regs, regs[0]));
arch/arm64/kernel/asm-offsets.c
57
DEFINE(S_X2, offsetof(struct pt_regs, regs[2]));
arch/arm64/kernel/asm-offsets.c
58
DEFINE(S_X4, offsetof(struct pt_regs, regs[4]));
arch/arm64/kernel/asm-offsets.c
59
DEFINE(S_X6, offsetof(struct pt_regs, regs[6]));
arch/arm64/kernel/asm-offsets.c
60
DEFINE(S_X8, offsetof(struct pt_regs, regs[8]));
arch/arm64/kernel/asm-offsets.c
61
DEFINE(S_X10, offsetof(struct pt_regs, regs[10]));
arch/arm64/kernel/asm-offsets.c
62
DEFINE(S_X12, offsetof(struct pt_regs, regs[12]));
arch/arm64/kernel/asm-offsets.c
63
DEFINE(S_X14, offsetof(struct pt_regs, regs[14]));
arch/arm64/kernel/asm-offsets.c
64
DEFINE(S_X16, offsetof(struct pt_regs, regs[16]));
arch/arm64/kernel/asm-offsets.c
65
DEFINE(S_X18, offsetof(struct pt_regs, regs[18]));
arch/arm64/kernel/asm-offsets.c
66
DEFINE(S_X20, offsetof(struct pt_regs, regs[20]));
arch/arm64/kernel/asm-offsets.c
67
DEFINE(S_X22, offsetof(struct pt_regs, regs[22]));
arch/arm64/kernel/asm-offsets.c
68
DEFINE(S_X24, offsetof(struct pt_regs, regs[24]));
arch/arm64/kernel/asm-offsets.c
69
DEFINE(S_X26, offsetof(struct pt_regs, regs[26]));
arch/arm64/kernel/asm-offsets.c
70
DEFINE(S_X28, offsetof(struct pt_regs, regs[28]));
arch/arm64/kernel/asm-offsets.c
71
DEFINE(S_FP, offsetof(struct pt_regs, regs[29]));
arch/arm64/kernel/asm-offsets.c
72
DEFINE(S_LR, offsetof(struct pt_regs, regs[30]));
arch/arm64/kernel/asm-offsets.c
73
DEFINE(S_SP, offsetof(struct pt_regs, sp));
arch/arm64/kernel/asm-offsets.c
74
DEFINE(S_PC, offsetof(struct pt_regs, pc));
arch/arm64/kernel/asm-offsets.c
75
DEFINE(S_PSTATE, offsetof(struct pt_regs, pstate));
arch/arm64/kernel/asm-offsets.c
76
DEFINE(S_SYSCALLNO, offsetof(struct pt_regs, syscallno));
arch/arm64/kernel/asm-offsets.c
77
DEFINE(S_SDEI_TTBR1, offsetof(struct pt_regs, sdei_ttbr1));
arch/arm64/kernel/asm-offsets.c
78
DEFINE(S_PMR, offsetof(struct pt_regs, pmr));
arch/arm64/kernel/asm-offsets.c
79
DEFINE(S_STACKFRAME, offsetof(struct pt_regs, stackframe));
arch/arm64/kernel/asm-offsets.c
80
DEFINE(S_STACKFRAME_TYPE, offsetof(struct pt_regs, stackframe.type));
arch/arm64/kernel/asm-offsets.c
81
DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs));
arch/arm64/kernel/asm-offsets.c
84
DEFINE(FREGS_X0, offsetof(struct __arch_ftrace_regs, regs[0]));
arch/arm64/kernel/asm-offsets.c
85
DEFINE(FREGS_X2, offsetof(struct __arch_ftrace_regs, regs[2]));
arch/arm64/kernel/asm-offsets.c
86
DEFINE(FREGS_X4, offsetof(struct __arch_ftrace_regs, regs[4]));
arch/arm64/kernel/asm-offsets.c
87
DEFINE(FREGS_X6, offsetof(struct __arch_ftrace_regs, regs[6]));
arch/arm64/kernel/asm-offsets.c
88
DEFINE(FREGS_X8, offsetof(struct __arch_ftrace_regs, regs[8]));
arch/arm64/kernel/asm-offsets.c
89
DEFINE(FREGS_FP, offsetof(struct __arch_ftrace_regs, fp));
arch/arm64/kernel/asm-offsets.c
90
DEFINE(FREGS_LR, offsetof(struct __arch_ftrace_regs, lr));
arch/arm64/kernel/asm-offsets.c
91
DEFINE(FREGS_SP, offsetof(struct __arch_ftrace_regs, sp));
arch/arm64/kernel/asm-offsets.c
92
DEFINE(FREGS_PC, offsetof(struct __arch_ftrace_regs, pc));
arch/arm64/kernel/asm-offsets.c
94
DEFINE(FREGS_DIRECT_TRAMP, offsetof(struct __arch_ftrace_regs, direct_tramp));
arch/arm64/kernel/asm-offsets.c
96
DEFINE(FREGS_SIZE, sizeof(struct __arch_ftrace_regs));
arch/arm64/kernel/asm-offsets.c
99
DEFINE(CPU_BOOT_TASK, offsetof(struct secondary_data, task));
arch/arm64/kvm/hyp/hyp-constants.c
10
DEFINE(PKVM_HYP_VM_SIZE, sizeof(struct pkvm_hyp_vm));
arch/arm64/kvm/hyp/hyp-constants.c
11
DEFINE(PKVM_HYP_VCPU_SIZE, sizeof(struct pkvm_hyp_vcpu));
arch/arm64/kvm/hyp/hyp-constants.c
9
DEFINE(STRUCT_HYP_PAGE_SIZE, sizeof(struct hyp_page));
arch/csky/kernel/asm-offsets.c
13
DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
arch/csky/kernel/asm-offsets.c
14
DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
arch/csky/kernel/asm-offsets.c
15
DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
arch/csky/kernel/asm-offsets.c
16
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
arch/csky/kernel/asm-offsets.c
17
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
arch/csky/kernel/asm-offsets.c
18
DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
arch/csky/kernel/asm-offsets.c
21
DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp));
arch/csky/kernel/asm-offsets.c
22
DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr));
arch/csky/kernel/asm-offsets.c
23
DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr));
arch/csky/kernel/asm-offsets.c
24
DEFINE(THREAD_FPREG, offsetof(struct thread_struct, user_fp.vr));
arch/csky/kernel/asm-offsets.c
27
DEFINE(TINFO_FLAGS, offsetof(struct thread_info, flags));
arch/csky/kernel/asm-offsets.c
28
DEFINE(TINFO_PREEMPT, offsetof(struct thread_info, preempt_count));
arch/csky/kernel/asm-offsets.c
29
DEFINE(TINFO_TP_VALUE, offsetof(struct thread_info, tp_value));
arch/csky/kernel/asm-offsets.c
30
DEFINE(TINFO_TASK, offsetof(struct thread_info, task));
arch/csky/kernel/asm-offsets.c
33
DEFINE(PT_PC, offsetof(struct pt_regs, pc));
arch/csky/kernel/asm-offsets.c
34
DEFINE(PT_ORIG_AO, offsetof(struct pt_regs, orig_a0));
arch/csky/kernel/asm-offsets.c
35
DEFINE(PT_SR, offsetof(struct pt_regs, sr));
arch/csky/kernel/asm-offsets.c
37
DEFINE(PT_A0, offsetof(struct pt_regs, a0));
arch/csky/kernel/asm-offsets.c
38
DEFINE(PT_A1, offsetof(struct pt_regs, a1));
arch/csky/kernel/asm-offsets.c
39
DEFINE(PT_A2, offsetof(struct pt_regs, a2));
arch/csky/kernel/asm-offsets.c
40
DEFINE(PT_A3, offsetof(struct pt_regs, a3));
arch/csky/kernel/asm-offsets.c
41
DEFINE(PT_REGS0, offsetof(struct pt_regs, regs[0]));
arch/csky/kernel/asm-offsets.c
42
DEFINE(PT_REGS1, offsetof(struct pt_regs, regs[1]));
arch/csky/kernel/asm-offsets.c
43
DEFINE(PT_REGS2, offsetof(struct pt_regs, regs[2]));
arch/csky/kernel/asm-offsets.c
44
DEFINE(PT_REGS3, offsetof(struct pt_regs, regs[3]));
arch/csky/kernel/asm-offsets.c
45
DEFINE(PT_REGS4, offsetof(struct pt_regs, regs[4]));
arch/csky/kernel/asm-offsets.c
46
DEFINE(PT_REGS5, offsetof(struct pt_regs, regs[5]));
arch/csky/kernel/asm-offsets.c
47
DEFINE(PT_REGS6, offsetof(struct pt_regs, regs[6]));
arch/csky/kernel/asm-offsets.c
48
DEFINE(PT_REGS7, offsetof(struct pt_regs, regs[7]));
arch/csky/kernel/asm-offsets.c
49
DEFINE(PT_REGS8, offsetof(struct pt_regs, regs[8]));
arch/csky/kernel/asm-offsets.c
50
DEFINE(PT_REGS9, offsetof(struct pt_regs, regs[9]));
arch/csky/kernel/asm-offsets.c
51
DEFINE(PT_R15, offsetof(struct pt_regs, lr));
arch/csky/kernel/asm-offsets.c
53
DEFINE(PT_R16, offsetof(struct pt_regs, exregs[0]));
arch/csky/kernel/asm-offsets.c
54
DEFINE(PT_R17, offsetof(struct pt_regs, exregs[1]));
arch/csky/kernel/asm-offsets.c
55
DEFINE(PT_R18, offsetof(struct pt_regs, exregs[2]));
arch/csky/kernel/asm-offsets.c
56
DEFINE(PT_R19, offsetof(struct pt_regs, exregs[3]));
arch/csky/kernel/asm-offsets.c
57
DEFINE(PT_R20, offsetof(struct pt_regs, exregs[4]));
arch/csky/kernel/asm-offsets.c
58
DEFINE(PT_R21, offsetof(struct pt_regs, exregs[5]));
arch/csky/kernel/asm-offsets.c
59
DEFINE(PT_R22, offsetof(struct pt_regs, exregs[6]));
arch/csky/kernel/asm-offsets.c
60
DEFINE(PT_R23, offsetof(struct pt_regs, exregs[7]));
arch/csky/kernel/asm-offsets.c
61
DEFINE(PT_R24, offsetof(struct pt_regs, exregs[8]));
arch/csky/kernel/asm-offsets.c
62
DEFINE(PT_R25, offsetof(struct pt_regs, exregs[9]));
arch/csky/kernel/asm-offsets.c
63
DEFINE(PT_R26, offsetof(struct pt_regs, exregs[10]));
arch/csky/kernel/asm-offsets.c
64
DEFINE(PT_R27, offsetof(struct pt_regs, exregs[11]));
arch/csky/kernel/asm-offsets.c
65
DEFINE(PT_R28, offsetof(struct pt_regs, exregs[12]));
arch/csky/kernel/asm-offsets.c
66
DEFINE(PT_R29, offsetof(struct pt_regs, exregs[13]));
arch/csky/kernel/asm-offsets.c
67
DEFINE(PT_R30, offsetof(struct pt_regs, exregs[14]));
arch/csky/kernel/asm-offsets.c
68
DEFINE(PT_R31, offsetof(struct pt_regs, exregs[15]));
arch/csky/kernel/asm-offsets.c
69
DEFINE(PT_RHI, offsetof(struct pt_regs, rhi));
arch/csky/kernel/asm-offsets.c
70
DEFINE(PT_RLO, offsetof(struct pt_regs, rlo));
arch/csky/kernel/asm-offsets.c
72
DEFINE(PT_USP, offsetof(struct pt_regs, usp));
arch/csky/kernel/asm-offsets.c
73
DEFINE(PT_FRAME_SIZE, sizeof(struct pt_regs));
arch/csky/kernel/asm-offsets.c
76
DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t,
arch/csky/kernel/asm-offsets.c
80
DEFINE(SIGSEGV, SIGSEGV);
arch/csky/kernel/asm-offsets.c
81
DEFINE(SIGTRAP, SIGTRAP);
arch/hexagon/kernel/asm-offsets.c
28
DEFINE(_PAGE_SIZE, PAGE_SIZE);
arch/hexagon/kernel/asm-offsets.c
29
DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
arch/hexagon/kernel/asm-offsets.c
61
DEFINE(_PT_REGS_SIZE, sizeof(struct pt_regs));
arch/hexagon/kernel/asm-offsets.c
68
DEFINE(_THREAD_SIZE, THREAD_SIZE);
arch/hexagon/kernel/asm-offsets.c
81
DEFINE(_SWITCH_STACK_SIZE, sizeof(struct hexagon_switch_stack));
arch/loongarch/kernel/asm-offsets.c
190
DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page));
arch/loongarch/kernel/asm-offsets.c
197
DEFINE(_PGD_T_SIZE, sizeof(pgd_t));
arch/loongarch/kernel/asm-offsets.c
198
DEFINE(_PMD_T_SIZE, sizeof(pmd_t));
arch/loongarch/kernel/asm-offsets.c
199
DEFINE(_PTE_T_SIZE, sizeof(pte_t));
arch/loongarch/kernel/asm-offsets.c
201
DEFINE(_PGD_T_LOG2, PGD_T_LOG2);
arch/loongarch/kernel/asm-offsets.c
203
DEFINE(_PMD_T_LOG2, PMD_T_LOG2);
arch/loongarch/kernel/asm-offsets.c
205
DEFINE(_PTE_T_LOG2, PTE_T_LOG2);
arch/loongarch/kernel/asm-offsets.c
207
DEFINE(_PMD_SHIFT, PMD_SHIFT);
arch/loongarch/kernel/asm-offsets.c
208
DEFINE(_PGDIR_SHIFT, PGDIR_SHIFT);
arch/loongarch/kernel/asm-offsets.c
210
DEFINE(_PTRS_PER_PGD, PTRS_PER_PGD);
arch/loongarch/kernel/asm-offsets.c
211
DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
arch/loongarch/kernel/asm-offsets.c
212
DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
arch/loongarch/kernel/asm-offsets.c
214
DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
arch/loongarch/kernel/asm-offsets.c
215
DEFINE(_PAGE_SIZE, PAGE_SIZE);
arch/loongarch/kernel/asm-offsets.c
231
DEFINE(_SIGHUP, SIGHUP);
arch/loongarch/kernel/asm-offsets.c
232
DEFINE(_SIGINT, SIGINT);
arch/loongarch/kernel/asm-offsets.c
233
DEFINE(_SIGQUIT, SIGQUIT);
arch/loongarch/kernel/asm-offsets.c
234
DEFINE(_SIGILL, SIGILL);
arch/loongarch/kernel/asm-offsets.c
235
DEFINE(_SIGTRAP, SIGTRAP);
arch/loongarch/kernel/asm-offsets.c
236
DEFINE(_SIGIOT, SIGIOT);
arch/loongarch/kernel/asm-offsets.c
237
DEFINE(_SIGABRT, SIGABRT);
arch/loongarch/kernel/asm-offsets.c
238
DEFINE(_SIGFPE, SIGFPE);
arch/loongarch/kernel/asm-offsets.c
239
DEFINE(_SIGKILL, SIGKILL);
arch/loongarch/kernel/asm-offsets.c
240
DEFINE(_SIGBUS, SIGBUS);
arch/loongarch/kernel/asm-offsets.c
241
DEFINE(_SIGSEGV, SIGSEGV);
arch/loongarch/kernel/asm-offsets.c
242
DEFINE(_SIGSYS, SIGSYS);
arch/loongarch/kernel/asm-offsets.c
243
DEFINE(_SIGPIPE, SIGPIPE);
arch/loongarch/kernel/asm-offsets.c
244
DEFINE(_SIGALRM, SIGALRM);
arch/loongarch/kernel/asm-offsets.c
245
DEFINE(_SIGTERM, SIGTERM);
arch/loongarch/kernel/asm-offsets.c
246
DEFINE(_SIGUSR1, SIGUSR1);
arch/loongarch/kernel/asm-offsets.c
247
DEFINE(_SIGUSR2, SIGUSR2);
arch/loongarch/kernel/asm-offsets.c
248
DEFINE(_SIGCHLD, SIGCHLD);
arch/loongarch/kernel/asm-offsets.c
249
DEFINE(_SIGPWR, SIGPWR);
arch/loongarch/kernel/asm-offsets.c
250
DEFINE(_SIGWINCH, SIGWINCH);
arch/loongarch/kernel/asm-offsets.c
251
DEFINE(_SIGURG, SIGURG);
arch/loongarch/kernel/asm-offsets.c
252
DEFINE(_SIGIO, SIGIO);
arch/loongarch/kernel/asm-offsets.c
253
DEFINE(_SIGSTOP, SIGSTOP);
arch/loongarch/kernel/asm-offsets.c
254
DEFINE(_SIGTSTP, SIGTSTP);
arch/loongarch/kernel/asm-offsets.c
255
DEFINE(_SIGCONT, SIGCONT);
arch/loongarch/kernel/asm-offsets.c
256
DEFINE(_SIGTTIN, SIGTTIN);
arch/loongarch/kernel/asm-offsets.c
257
DEFINE(_SIGTTOU, SIGTTOU);
arch/loongarch/kernel/asm-offsets.c
258
DEFINE(_SIGVTALRM, SIGVTALRM);
arch/loongarch/kernel/asm-offsets.c
259
DEFINE(_SIGPROF, SIGPROF);
arch/loongarch/kernel/asm-offsets.c
260
DEFINE(_SIGXCPU, SIGXCPU);
arch/loongarch/kernel/asm-offsets.c
261
DEFINE(_SIGXFSZ, SIGXFSZ);
arch/loongarch/kernel/asm-offsets.c
282
DEFINE(PBE_SIZE, sizeof(struct pbe));
arch/loongarch/kernel/asm-offsets.c
323
DEFINE(__VDSO_PAGES, VDSO_NR_PAGES);
arch/loongarch/kernel/asm-offsets.c
65
DEFINE(PT_SIZE, sizeof(struct pt_regs));
arch/loongarch/kernel/asm-offsets.c
80
DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
arch/loongarch/kernel/asm-offsets.c
93
DEFINE(_THREAD_SIZE, THREAD_SIZE);
arch/loongarch/kernel/asm-offsets.c
94
DEFINE(_THREAD_MASK, THREAD_MASK);
arch/loongarch/kernel/asm-offsets.c
95
DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE);
arch/loongarch/kernel/asm-offsets.c
96
DEFINE(_IRQ_STACK_START, IRQ_STACK_START);
arch/m68k/kernel/asm-offsets.c
100
DEFINE(CIABBASE, &ciab);
arch/m68k/kernel/asm-offsets.c
101
DEFINE(C_PRA, offsetof(struct CIA, pra));
arch/m68k/kernel/asm-offsets.c
102
DEFINE(ZTWOBASE, zTwoBase);
arch/m68k/kernel/asm-offsets.c
105
DEFINE(M68K_FIXUP_MEMOFFSET, m68k_fixup_memoffset);
arch/m68k/kernel/asm-offsets.c
27
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
arch/m68k/kernel/asm-offsets.c
28
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
arch/m68k/kernel/asm-offsets.c
29
DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
arch/m68k/kernel/asm-offsets.c
32
DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
arch/m68k/kernel/asm-offsets.c
33
DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
arch/m68k/kernel/asm-offsets.c
34
DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
arch/m68k/kernel/asm-offsets.c
35
DEFINE(THREAD_FC, offsetof(struct thread_struct, fc));
arch/m68k/kernel/asm-offsets.c
36
DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
arch/m68k/kernel/asm-offsets.c
37
DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
arch/m68k/kernel/asm-offsets.c
38
DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
arch/m68k/kernel/asm-offsets.c
39
DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
arch/m68k/kernel/asm-offsets.c
40
DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
arch/m68k/kernel/asm-offsets.c
43
DEFINE(TINFO_PREEMPT, offsetof(struct thread_info, preempt_count));
arch/m68k/kernel/asm-offsets.c
44
DEFINE(TINFO_FLAGS, offsetof(struct thread_info, flags));
arch/m68k/kernel/asm-offsets.c
47
DEFINE(PT_OFF_D0, offsetof(struct pt_regs, d0));
arch/m68k/kernel/asm-offsets.c
48
DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0));
arch/m68k/kernel/asm-offsets.c
49
DEFINE(PT_OFF_D1, offsetof(struct pt_regs, d1));
arch/m68k/kernel/asm-offsets.c
50
DEFINE(PT_OFF_D2, offsetof(struct pt_regs, d2));
arch/m68k/kernel/asm-offsets.c
51
DEFINE(PT_OFF_D3, offsetof(struct pt_regs, d3));
arch/m68k/kernel/asm-offsets.c
52
DEFINE(PT_OFF_D4, offsetof(struct pt_regs, d4));
arch/m68k/kernel/asm-offsets.c
53
DEFINE(PT_OFF_D5, offsetof(struct pt_regs, d5));
arch/m68k/kernel/asm-offsets.c
54
DEFINE(PT_OFF_A0, offsetof(struct pt_regs, a0));
arch/m68k/kernel/asm-offsets.c
55
DEFINE(PT_OFF_A1, offsetof(struct pt_regs, a1));
arch/m68k/kernel/asm-offsets.c
56
DEFINE(PT_OFF_A2, offsetof(struct pt_regs, a2));
arch/m68k/kernel/asm-offsets.c
57
DEFINE(PT_OFF_PC, offsetof(struct pt_regs, pc));
arch/m68k/kernel/asm-offsets.c
58
DEFINE(PT_OFF_SR, offsetof(struct pt_regs, sr));
arch/m68k/kernel/asm-offsets.c
62
DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2);
arch/m68k/kernel/asm-offsets.c
64
DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, pc) + 4);
arch/m68k/kernel/asm-offsets.c
68
DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
arch/m68k/kernel/asm-offsets.c
71
DEFINE(LSIGSEGV, SIGSEGV);
arch/m68k/kernel/asm-offsets.c
72
DEFINE(LSEGV_MAPERR, SEGV_MAPERR);
arch/m68k/kernel/asm-offsets.c
73
DEFINE(LSIGTRAP, SIGTRAP);
arch/m68k/kernel/asm-offsets.c
74
DEFINE(LTRAP_TRACE, TRAP_TRACE);
arch/m68k/kernel/asm-offsets.c
78
DEFINE(BIR_TAG, offsetof(struct bi_record, tag));
arch/m68k/kernel/asm-offsets.c
79
DEFINE(BIR_SIZE, offsetof(struct bi_record, size));
arch/m68k/kernel/asm-offsets.c
80
DEFINE(BIR_DATA, offsetof(struct bi_record, data));
arch/m68k/kernel/asm-offsets.c
83
DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx));
arch/m68k/kernel/asm-offsets.c
84
DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name));
arch/m68k/kernel/asm-offsets.c
85
DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width));
arch/m68k/kernel/asm-offsets.c
86
DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height));
arch/m68k/kernel/asm-offsets.c
87
DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data));
arch/m68k/kernel/asm-offsets.c
88
DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref));
arch/m68k/kernel/asm-offsets.c
91
DEFINE(CUSTOMBASE, &amiga_custom);
arch/m68k/kernel/asm-offsets.c
92
DEFINE(C_INTENAR, offsetof(struct CUSTOM, intenar));
arch/m68k/kernel/asm-offsets.c
93
DEFINE(C_INTREQR, offsetof(struct CUSTOM, intreqr));
arch/m68k/kernel/asm-offsets.c
94
DEFINE(C_INTENA, offsetof(struct CUSTOM, intena));
arch/m68k/kernel/asm-offsets.c
95
DEFINE(C_INTREQ, offsetof(struct CUSTOM, intreq));
arch/m68k/kernel/asm-offsets.c
96
DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr));
arch/m68k/kernel/asm-offsets.c
97
DEFINE(C_SERDAT, offsetof(struct CUSTOM, serdat));
arch/m68k/kernel/asm-offsets.c
98
DEFINE(C_SERPER, offsetof(struct CUSTOM, serper));
arch/m68k/kernel/asm-offsets.c
99
DEFINE(CIAABASE, &ciaa);
arch/microblaze/kernel/asm-offsets.c
100
DEFINE(CC_R15, offsetof(struct cpu_context, r15));
arch/microblaze/kernel/asm-offsets.c
101
DEFINE(CC_R16, offsetof(struct cpu_context, r16));
arch/microblaze/kernel/asm-offsets.c
102
DEFINE(CC_R17, offsetof(struct cpu_context, r17));
arch/microblaze/kernel/asm-offsets.c
103
DEFINE(CC_R18, offsetof(struct cpu_context, r18));
arch/microblaze/kernel/asm-offsets.c
105
DEFINE(CC_R19, offsetof(struct cpu_context, r19));
arch/microblaze/kernel/asm-offsets.c
106
DEFINE(CC_R20, offsetof(struct cpu_context, r20));
arch/microblaze/kernel/asm-offsets.c
107
DEFINE(CC_R21, offsetof(struct cpu_context, r21));
arch/microblaze/kernel/asm-offsets.c
108
DEFINE(CC_R22, offsetof(struct cpu_context, r22));
arch/microblaze/kernel/asm-offsets.c
109
DEFINE(CC_R23, offsetof(struct cpu_context, r23));
arch/microblaze/kernel/asm-offsets.c
110
DEFINE(CC_R24, offsetof(struct cpu_context, r24));
arch/microblaze/kernel/asm-offsets.c
111
DEFINE(CC_R25, offsetof(struct cpu_context, r25));
arch/microblaze/kernel/asm-offsets.c
112
DEFINE(CC_R26, offsetof(struct cpu_context, r26));
arch/microblaze/kernel/asm-offsets.c
113
DEFINE(CC_R27, offsetof(struct cpu_context, r27));
arch/microblaze/kernel/asm-offsets.c
114
DEFINE(CC_R28, offsetof(struct cpu_context, r28));
arch/microblaze/kernel/asm-offsets.c
115
DEFINE(CC_R29, offsetof(struct cpu_context, r29));
arch/microblaze/kernel/asm-offsets.c
116
DEFINE(CC_R30, offsetof(struct cpu_context, r30));
arch/microblaze/kernel/asm-offsets.c
118
DEFINE(CC_MSR, offsetof(struct cpu_context, msr));
arch/microblaze/kernel/asm-offsets.c
119
DEFINE(CC_EAR, offsetof(struct cpu_context, ear));
arch/microblaze/kernel/asm-offsets.c
120
DEFINE(CC_ESR, offsetof(struct cpu_context, esr));
arch/microblaze/kernel/asm-offsets.c
121
DEFINE(CC_FSR, offsetof(struct cpu_context, fsr));
arch/microblaze/kernel/asm-offsets.c
125
DEFINE(CI_DCS, offsetof(struct cpuinfo, dcache_size));
arch/microblaze/kernel/asm-offsets.c
126
DEFINE(CI_DCL, offsetof(struct cpuinfo, dcache_line_length));
arch/microblaze/kernel/asm-offsets.c
127
DEFINE(CI_ICS, offsetof(struct cpuinfo, icache_size));
arch/microblaze/kernel/asm-offsets.c
128
DEFINE(CI_ICL, offsetof(struct cpuinfo, icache_line_length));
arch/microblaze/kernel/asm-offsets.c
25
DEFINE(PT_SIZE, sizeof(struct pt_regs));
arch/microblaze/kernel/asm-offsets.c
26
DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
arch/microblaze/kernel/asm-offsets.c
27
DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
arch/microblaze/kernel/asm-offsets.c
28
DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
arch/microblaze/kernel/asm-offsets.c
29
DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
arch/microblaze/kernel/asm-offsets.c
30
DEFINE(PT_PC, offsetof(struct pt_regs, pc));
arch/microblaze/kernel/asm-offsets.c
31
DEFINE(PT_R0, offsetof(struct pt_regs, r0));
arch/microblaze/kernel/asm-offsets.c
32
DEFINE(PT_R1, offsetof(struct pt_regs, r1));
arch/microblaze/kernel/asm-offsets.c
33
DEFINE(PT_R2, offsetof(struct pt_regs, r2));
arch/microblaze/kernel/asm-offsets.c
34
DEFINE(PT_R3, offsetof(struct pt_regs, r3));
arch/microblaze/kernel/asm-offsets.c
35
DEFINE(PT_R4, offsetof(struct pt_regs, r4));
arch/microblaze/kernel/asm-offsets.c
36
DEFINE(PT_R5, offsetof(struct pt_regs, r5));
arch/microblaze/kernel/asm-offsets.c
37
DEFINE(PT_R6, offsetof(struct pt_regs, r6));
arch/microblaze/kernel/asm-offsets.c
38
DEFINE(PT_R7, offsetof(struct pt_regs, r7));
arch/microblaze/kernel/asm-offsets.c
39
DEFINE(PT_R8, offsetof(struct pt_regs, r8));
arch/microblaze/kernel/asm-offsets.c
40
DEFINE(PT_R9, offsetof(struct pt_regs, r9));
arch/microblaze/kernel/asm-offsets.c
41
DEFINE(PT_R10, offsetof(struct pt_regs, r10));
arch/microblaze/kernel/asm-offsets.c
42
DEFINE(PT_R11, offsetof(struct pt_regs, r11));
arch/microblaze/kernel/asm-offsets.c
43
DEFINE(PT_R12, offsetof(struct pt_regs, r12));
arch/microblaze/kernel/asm-offsets.c
44
DEFINE(PT_R13, offsetof(struct pt_regs, r13));
arch/microblaze/kernel/asm-offsets.c
45
DEFINE(PT_R14, offsetof(struct pt_regs, r14));
arch/microblaze/kernel/asm-offsets.c
46
DEFINE(PT_R15, offsetof(struct pt_regs, r15));
arch/microblaze/kernel/asm-offsets.c
47
DEFINE(PT_R16, offsetof(struct pt_regs, r16));
arch/microblaze/kernel/asm-offsets.c
48
DEFINE(PT_R17, offsetof(struct pt_regs, r17));
arch/microblaze/kernel/asm-offsets.c
49
DEFINE(PT_R18, offsetof(struct pt_regs, r18));
arch/microblaze/kernel/asm-offsets.c
50
DEFINE(PT_R19, offsetof(struct pt_regs, r19));
arch/microblaze/kernel/asm-offsets.c
51
DEFINE(PT_R20, offsetof(struct pt_regs, r20));
arch/microblaze/kernel/asm-offsets.c
52
DEFINE(PT_R21, offsetof(struct pt_regs, r21));
arch/microblaze/kernel/asm-offsets.c
53
DEFINE(PT_R22, offsetof(struct pt_regs, r22));
arch/microblaze/kernel/asm-offsets.c
54
DEFINE(PT_R23, offsetof(struct pt_regs, r23));
arch/microblaze/kernel/asm-offsets.c
55
DEFINE(PT_R24, offsetof(struct pt_regs, r24));
arch/microblaze/kernel/asm-offsets.c
56
DEFINE(PT_R25, offsetof(struct pt_regs, r25));
arch/microblaze/kernel/asm-offsets.c
57
DEFINE(PT_R26, offsetof(struct pt_regs, r26));
arch/microblaze/kernel/asm-offsets.c
58
DEFINE(PT_R27, offsetof(struct pt_regs, r27));
arch/microblaze/kernel/asm-offsets.c
59
DEFINE(PT_R28, offsetof(struct pt_regs, r28));
arch/microblaze/kernel/asm-offsets.c
60
DEFINE(PT_R29, offsetof(struct pt_regs, r29));
arch/microblaze/kernel/asm-offsets.c
61
DEFINE(PT_R30, offsetof(struct pt_regs, r30));
arch/microblaze/kernel/asm-offsets.c
62
DEFINE(PT_R31, offsetof(struct pt_regs, r31));
arch/microblaze/kernel/asm-offsets.c
63
DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode));
arch/microblaze/kernel/asm-offsets.c
67
DEFINE(PT_TEXT_ADDR, sizeof(struct pt_regs) + 1);
arch/microblaze/kernel/asm-offsets.c
68
DEFINE(PT_TEXT_LEN, sizeof(struct pt_regs) + 2);
arch/microblaze/kernel/asm-offsets.c
69
DEFINE(PT_DATA_ADDR, sizeof(struct pt_regs) + 3);
arch/microblaze/kernel/asm-offsets.c
73
DEFINE(TS_THREAD_INFO, offsetof(struct task_struct, stack));
arch/microblaze/kernel/asm-offsets.c
74
DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
arch/microblaze/kernel/asm-offsets.c
75
DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
arch/microblaze/kernel/asm-offsets.c
76
DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
arch/microblaze/kernel/asm-offsets.c
77
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
arch/microblaze/kernel/asm-offsets.c
78
DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
arch/microblaze/kernel/asm-offsets.c
79
DEFINE(TASK_PID, offsetof(struct task_struct, pid));
arch/microblaze/kernel/asm-offsets.c
80
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
arch/microblaze/kernel/asm-offsets.c
81
DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
arch/microblaze/kernel/asm-offsets.c
84
DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
arch/microblaze/kernel/asm-offsets.c
88
DEFINE(TI_TASK, offsetof(struct thread_info, task));
arch/microblaze/kernel/asm-offsets.c
89
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/microblaze/kernel/asm-offsets.c
90
DEFINE(TI_CPU_CONTEXT, offsetof(struct thread_info, cpu_context));
arch/microblaze/kernel/asm-offsets.c
91
DEFINE(TI_PREEMPT_COUNT, offsetof(struct thread_info, preempt_count));
arch/microblaze/kernel/asm-offsets.c
95
DEFINE(CC_R1, offsetof(struct cpu_context, r1)); /* r1 */
arch/microblaze/kernel/asm-offsets.c
96
DEFINE(CC_R2, offsetof(struct cpu_context, r2));
arch/microblaze/kernel/asm-offsets.c
98
DEFINE(CC_R13, offsetof(struct cpu_context, r13));
arch/microblaze/kernel/asm-offsets.c
99
DEFINE(CC_R14, offsetof(struct cpu_context, r14));
arch/mips/kernel/asm-offsets.c
113
DEFINE(_THREAD_SIZE, THREAD_SIZE);
arch/mips/kernel/asm-offsets.c
114
DEFINE(_THREAD_MASK, THREAD_MASK);
arch/mips/kernel/asm-offsets.c
115
DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE);
arch/mips/kernel/asm-offsets.c
116
DEFINE(_IRQ_STACK_START, IRQ_STACK_START);
arch/mips/kernel/asm-offsets.c
197
DEFINE(STRUCT_PAGE_SIZE, sizeof(struct page));
arch/mips/kernel/asm-offsets.c
204
DEFINE(_PGD_T_SIZE, sizeof(pgd_t));
arch/mips/kernel/asm-offsets.c
205
DEFINE(_PMD_T_SIZE, sizeof(pmd_t));
arch/mips/kernel/asm-offsets.c
206
DEFINE(_PTE_T_SIZE, sizeof(pte_t));
arch/mips/kernel/asm-offsets.c
208
DEFINE(_PGD_T_LOG2, PGD_T_LOG2);
arch/mips/kernel/asm-offsets.c
210
DEFINE(_PMD_T_LOG2, PMD_T_LOG2);
arch/mips/kernel/asm-offsets.c
212
DEFINE(_PTE_T_LOG2, PTE_T_LOG2);
arch/mips/kernel/asm-offsets.c
215
DEFINE(_PMD_SHIFT, PMD_SHIFT);
arch/mips/kernel/asm-offsets.c
216
DEFINE(_PGDIR_SHIFT, PGDIR_SHIFT);
arch/mips/kernel/asm-offsets.c
218
DEFINE(_PTRS_PER_PGD, PTRS_PER_PGD);
arch/mips/kernel/asm-offsets.c
219
DEFINE(_PTRS_PER_PMD, PTRS_PER_PMD);
arch/mips/kernel/asm-offsets.c
220
DEFINE(_PTRS_PER_PTE, PTRS_PER_PTE);
arch/mips/kernel/asm-offsets.c
222
DEFINE(_PAGE_SHIFT, PAGE_SHIFT);
arch/mips/kernel/asm-offsets.c
223
DEFINE(_PAGE_SIZE, PAGE_SIZE);
arch/mips/kernel/asm-offsets.c
269
DEFINE(_SIGHUP, SIGHUP);
arch/mips/kernel/asm-offsets.c
270
DEFINE(_SIGINT, SIGINT);
arch/mips/kernel/asm-offsets.c
271
DEFINE(_SIGQUIT, SIGQUIT);
arch/mips/kernel/asm-offsets.c
272
DEFINE(_SIGILL, SIGILL);
arch/mips/kernel/asm-offsets.c
273
DEFINE(_SIGTRAP, SIGTRAP);
arch/mips/kernel/asm-offsets.c
274
DEFINE(_SIGIOT, SIGIOT);
arch/mips/kernel/asm-offsets.c
275
DEFINE(_SIGABRT, SIGABRT);
arch/mips/kernel/asm-offsets.c
276
DEFINE(_SIGEMT, SIGEMT);
arch/mips/kernel/asm-offsets.c
277
DEFINE(_SIGFPE, SIGFPE);
arch/mips/kernel/asm-offsets.c
278
DEFINE(_SIGKILL, SIGKILL);
arch/mips/kernel/asm-offsets.c
279
DEFINE(_SIGBUS, SIGBUS);
arch/mips/kernel/asm-offsets.c
280
DEFINE(_SIGSEGV, SIGSEGV);
arch/mips/kernel/asm-offsets.c
281
DEFINE(_SIGSYS, SIGSYS);
arch/mips/kernel/asm-offsets.c
282
DEFINE(_SIGPIPE, SIGPIPE);
arch/mips/kernel/asm-offsets.c
283
DEFINE(_SIGALRM, SIGALRM);
arch/mips/kernel/asm-offsets.c
284
DEFINE(_SIGTERM, SIGTERM);
arch/mips/kernel/asm-offsets.c
285
DEFINE(_SIGUSR1, SIGUSR1);
arch/mips/kernel/asm-offsets.c
286
DEFINE(_SIGUSR2, SIGUSR2);
arch/mips/kernel/asm-offsets.c
287
DEFINE(_SIGCHLD, SIGCHLD);
arch/mips/kernel/asm-offsets.c
288
DEFINE(_SIGPWR, SIGPWR);
arch/mips/kernel/asm-offsets.c
289
DEFINE(_SIGWINCH, SIGWINCH);
arch/mips/kernel/asm-offsets.c
290
DEFINE(_SIGURG, SIGURG);
arch/mips/kernel/asm-offsets.c
291
DEFINE(_SIGIO, SIGIO);
arch/mips/kernel/asm-offsets.c
292
DEFINE(_SIGSTOP, SIGSTOP);
arch/mips/kernel/asm-offsets.c
293
DEFINE(_SIGTSTP, SIGTSTP);
arch/mips/kernel/asm-offsets.c
294
DEFINE(_SIGCONT, SIGCONT);
arch/mips/kernel/asm-offsets.c
295
DEFINE(_SIGTTIN, SIGTTIN);
arch/mips/kernel/asm-offsets.c
296
DEFINE(_SIGTTOU, SIGTTOU);
arch/mips/kernel/asm-offsets.c
297
DEFINE(_SIGVTALRM, SIGVTALRM);
arch/mips/kernel/asm-offsets.c
298
DEFINE(_SIGPROF, SIGPROF);
arch/mips/kernel/asm-offsets.c
299
DEFINE(_SIGXCPU, SIGXCPU);
arch/mips/kernel/asm-offsets.c
300
DEFINE(_SIGXFSZ, SIGXFSZ);
arch/mips/kernel/asm-offsets.c
344
DEFINE(PBE_SIZE, sizeof(struct pbe));
arch/mips/kernel/asm-offsets.c
416
DEFINE(CLUSTERBOOTCFG_SIZE, sizeof(struct cluster_boot_config));
arch/mips/kernel/asm-offsets.c
420
DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config));
arch/mips/kernel/asm-offsets.c
425
DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config));
arch/mips/kernel/asm-offsets.c
83
DEFINE(PT_SIZE, sizeof(struct pt_regs));
arch/mips/kernel/asm-offsets.c
98
DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
arch/nios2/kernel/asm-offsets.c
51
DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs));
arch/nios2/kernel/asm-offsets.c
66
DEFINE(SWITCH_STACK_SIZE, sizeof(struct switch_stack));
arch/openrisc/kernel/asm-offsets.c
41
DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
arch/openrisc/kernel/asm-offsets.c
42
DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
arch/openrisc/kernel/asm-offsets.c
43
DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
arch/openrisc/kernel/asm-offsets.c
44
DEFINE(TASK_MM, offsetof(struct task_struct, mm));
arch/openrisc/kernel/asm-offsets.c
45
DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
arch/openrisc/kernel/asm-offsets.c
48
DEFINE(TI_TASK, offsetof(struct thread_info, task));
arch/openrisc/kernel/asm-offsets.c
49
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/openrisc/kernel/asm-offsets.c
50
DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
arch/openrisc/kernel/asm-offsets.c
51
DEFINE(TI_KSP, offsetof(struct thread_info, ksp));
arch/openrisc/kernel/asm-offsets.c
53
DEFINE(PT_SIZE, sizeof(struct pt_regs));
arch/openrisc/kernel/asm-offsets.c
56
DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD);
arch/openrisc/kernel/asm-offsets.c
57
DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs));
arch/openrisc/kernel/asm-offsets.c
59
DEFINE(NUM_USER_SEGMENTS, TASK_SIZE >> 28);
arch/parisc/kernel/asm-offsets.c
100
DEFINE(TASK_PT_FR17, offsetof(struct task_struct, thread.regs.fr[17]));
arch/parisc/kernel/asm-offsets.c
101
DEFINE(TASK_PT_FR18, offsetof(struct task_struct, thread.regs.fr[18]));
arch/parisc/kernel/asm-offsets.c
102
DEFINE(TASK_PT_FR19, offsetof(struct task_struct, thread.regs.fr[19]));
arch/parisc/kernel/asm-offsets.c
103
DEFINE(TASK_PT_FR20, offsetof(struct task_struct, thread.regs.fr[20]));
arch/parisc/kernel/asm-offsets.c
104
DEFINE(TASK_PT_FR21, offsetof(struct task_struct, thread.regs.fr[21]));
arch/parisc/kernel/asm-offsets.c
105
DEFINE(TASK_PT_FR22, offsetof(struct task_struct, thread.regs.fr[22]));
arch/parisc/kernel/asm-offsets.c
106
DEFINE(TASK_PT_FR23, offsetof(struct task_struct, thread.regs.fr[23]));
arch/parisc/kernel/asm-offsets.c
107
DEFINE(TASK_PT_FR24, offsetof(struct task_struct, thread.regs.fr[24]));
arch/parisc/kernel/asm-offsets.c
108
DEFINE(TASK_PT_FR25, offsetof(struct task_struct, thread.regs.fr[25]));
arch/parisc/kernel/asm-offsets.c
109
DEFINE(TASK_PT_FR26, offsetof(struct task_struct, thread.regs.fr[26]));
arch/parisc/kernel/asm-offsets.c
110
DEFINE(TASK_PT_FR27, offsetof(struct task_struct, thread.regs.fr[27]));
arch/parisc/kernel/asm-offsets.c
111
DEFINE(TASK_PT_FR28, offsetof(struct task_struct, thread.regs.fr[28]));
arch/parisc/kernel/asm-offsets.c
112
DEFINE(TASK_PT_FR29, offsetof(struct task_struct, thread.regs.fr[29]));
arch/parisc/kernel/asm-offsets.c
113
DEFINE(TASK_PT_FR30, offsetof(struct task_struct, thread.regs.fr[30]));
arch/parisc/kernel/asm-offsets.c
114
DEFINE(TASK_PT_FR31, offsetof(struct task_struct, thread.regs.fr[31]));
arch/parisc/kernel/asm-offsets.c
115
DEFINE(TASK_PT_SR0, offsetof(struct task_struct, thread.regs.sr[ 0]));
arch/parisc/kernel/asm-offsets.c
116
DEFINE(TASK_PT_SR1, offsetof(struct task_struct, thread.regs.sr[ 1]));
arch/parisc/kernel/asm-offsets.c
117
DEFINE(TASK_PT_SR2, offsetof(struct task_struct, thread.regs.sr[ 2]));
arch/parisc/kernel/asm-offsets.c
118
DEFINE(TASK_PT_SR3, offsetof(struct task_struct, thread.regs.sr[ 3]));
arch/parisc/kernel/asm-offsets.c
119
DEFINE(TASK_PT_SR4, offsetof(struct task_struct, thread.regs.sr[ 4]));
arch/parisc/kernel/asm-offsets.c
120
DEFINE(TASK_PT_SR5, offsetof(struct task_struct, thread.regs.sr[ 5]));
arch/parisc/kernel/asm-offsets.c
121
DEFINE(TASK_PT_SR6, offsetof(struct task_struct, thread.regs.sr[ 6]));
arch/parisc/kernel/asm-offsets.c
122
DEFINE(TASK_PT_SR7, offsetof(struct task_struct, thread.regs.sr[ 7]));
arch/parisc/kernel/asm-offsets.c
123
DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0]));
arch/parisc/kernel/asm-offsets.c
124
DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1]));
arch/parisc/kernel/asm-offsets.c
125
DEFINE(TASK_PT_IAOQ0, offsetof(struct task_struct, thread.regs.iaoq[0]));
arch/parisc/kernel/asm-offsets.c
126
DEFINE(TASK_PT_IAOQ1, offsetof(struct task_struct, thread.regs.iaoq[1]));
arch/parisc/kernel/asm-offsets.c
127
DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27));
arch/parisc/kernel/asm-offsets.c
128
DEFINE(TASK_PT_ORIG_R28, offsetof(struct task_struct, thread.regs.orig_r28));
arch/parisc/kernel/asm-offsets.c
129
DEFINE(TASK_PT_KSP, offsetof(struct task_struct, thread.regs.ksp));
arch/parisc/kernel/asm-offsets.c
130
DEFINE(TASK_PT_KPC, offsetof(struct task_struct, thread.regs.kpc));
arch/parisc/kernel/asm-offsets.c
131
DEFINE(TASK_PT_SAR, offsetof(struct task_struct, thread.regs.sar));
arch/parisc/kernel/asm-offsets.c
132
DEFINE(TASK_PT_IIR, offsetof(struct task_struct, thread.regs.iir));
arch/parisc/kernel/asm-offsets.c
133
DEFINE(TASK_PT_ISR, offsetof(struct task_struct, thread.regs.isr));
arch/parisc/kernel/asm-offsets.c
134
DEFINE(TASK_PT_IOR, offsetof(struct task_struct, thread.regs.ior));
arch/parisc/kernel/asm-offsets.c
136
DEFINE(PT_PSW, offsetof(struct pt_regs, gr[ 0]));
arch/parisc/kernel/asm-offsets.c
137
DEFINE(PT_GR1, offsetof(struct pt_regs, gr[ 1]));
arch/parisc/kernel/asm-offsets.c
138
DEFINE(PT_GR2, offsetof(struct pt_regs, gr[ 2]));
arch/parisc/kernel/asm-offsets.c
139
DEFINE(PT_GR3, offsetof(struct pt_regs, gr[ 3]));
arch/parisc/kernel/asm-offsets.c
140
DEFINE(PT_GR4, offsetof(struct pt_regs, gr[ 4]));
arch/parisc/kernel/asm-offsets.c
141
DEFINE(PT_GR5, offsetof(struct pt_regs, gr[ 5]));
arch/parisc/kernel/asm-offsets.c
142
DEFINE(PT_GR6, offsetof(struct pt_regs, gr[ 6]));
arch/parisc/kernel/asm-offsets.c
143
DEFINE(PT_GR7, offsetof(struct pt_regs, gr[ 7]));
arch/parisc/kernel/asm-offsets.c
144
DEFINE(PT_GR8, offsetof(struct pt_regs, gr[ 8]));
arch/parisc/kernel/asm-offsets.c
145
DEFINE(PT_GR9, offsetof(struct pt_regs, gr[ 9]));
arch/parisc/kernel/asm-offsets.c
146
DEFINE(PT_GR10, offsetof(struct pt_regs, gr[10]));
arch/parisc/kernel/asm-offsets.c
147
DEFINE(PT_GR11, offsetof(struct pt_regs, gr[11]));
arch/parisc/kernel/asm-offsets.c
148
DEFINE(PT_GR12, offsetof(struct pt_regs, gr[12]));
arch/parisc/kernel/asm-offsets.c
149
DEFINE(PT_GR13, offsetof(struct pt_regs, gr[13]));
arch/parisc/kernel/asm-offsets.c
150
DEFINE(PT_GR14, offsetof(struct pt_regs, gr[14]));
arch/parisc/kernel/asm-offsets.c
151
DEFINE(PT_GR15, offsetof(struct pt_regs, gr[15]));
arch/parisc/kernel/asm-offsets.c
152
DEFINE(PT_GR16, offsetof(struct pt_regs, gr[16]));
arch/parisc/kernel/asm-offsets.c
153
DEFINE(PT_GR17, offsetof(struct pt_regs, gr[17]));
arch/parisc/kernel/asm-offsets.c
154
DEFINE(PT_GR18, offsetof(struct pt_regs, gr[18]));
arch/parisc/kernel/asm-offsets.c
155
DEFINE(PT_GR19, offsetof(struct pt_regs, gr[19]));
arch/parisc/kernel/asm-offsets.c
156
DEFINE(PT_GR20, offsetof(struct pt_regs, gr[20]));
arch/parisc/kernel/asm-offsets.c
157
DEFINE(PT_GR21, offsetof(struct pt_regs, gr[21]));
arch/parisc/kernel/asm-offsets.c
158
DEFINE(PT_GR22, offsetof(struct pt_regs, gr[22]));
arch/parisc/kernel/asm-offsets.c
159
DEFINE(PT_GR23, offsetof(struct pt_regs, gr[23]));
arch/parisc/kernel/asm-offsets.c
160
DEFINE(PT_GR24, offsetof(struct pt_regs, gr[24]));
arch/parisc/kernel/asm-offsets.c
161
DEFINE(PT_GR25, offsetof(struct pt_regs, gr[25]));
arch/parisc/kernel/asm-offsets.c
162
DEFINE(PT_GR26, offsetof(struct pt_regs, gr[26]));
arch/parisc/kernel/asm-offsets.c
163
DEFINE(PT_GR27, offsetof(struct pt_regs, gr[27]));
arch/parisc/kernel/asm-offsets.c
164
DEFINE(PT_GR28, offsetof(struct pt_regs, gr[28]));
arch/parisc/kernel/asm-offsets.c
165
DEFINE(PT_GR29, offsetof(struct pt_regs, gr[29]));
arch/parisc/kernel/asm-offsets.c
166
DEFINE(PT_GR30, offsetof(struct pt_regs, gr[30]));
arch/parisc/kernel/asm-offsets.c
167
DEFINE(PT_GR31, offsetof(struct pt_regs, gr[31]));
arch/parisc/kernel/asm-offsets.c
168
DEFINE(PT_FR0, offsetof(struct pt_regs, fr[ 0]));
arch/parisc/kernel/asm-offsets.c
169
DEFINE(PT_FR1, offsetof(struct pt_regs, fr[ 1]));
arch/parisc/kernel/asm-offsets.c
170
DEFINE(PT_FR2, offsetof(struct pt_regs, fr[ 2]));
arch/parisc/kernel/asm-offsets.c
171
DEFINE(PT_FR3, offsetof(struct pt_regs, fr[ 3]));
arch/parisc/kernel/asm-offsets.c
172
DEFINE(PT_FR4, offsetof(struct pt_regs, fr[ 4]));
arch/parisc/kernel/asm-offsets.c
173
DEFINE(PT_FR5, offsetof(struct pt_regs, fr[ 5]));
arch/parisc/kernel/asm-offsets.c
174
DEFINE(PT_FR6, offsetof(struct pt_regs, fr[ 6]));
arch/parisc/kernel/asm-offsets.c
175
DEFINE(PT_FR7, offsetof(struct pt_regs, fr[ 7]));
arch/parisc/kernel/asm-offsets.c
176
DEFINE(PT_FR8, offsetof(struct pt_regs, fr[ 8]));
arch/parisc/kernel/asm-offsets.c
177
DEFINE(PT_FR9, offsetof(struct pt_regs, fr[ 9]));
arch/parisc/kernel/asm-offsets.c
178
DEFINE(PT_FR10, offsetof(struct pt_regs, fr[10]));
arch/parisc/kernel/asm-offsets.c
179
DEFINE(PT_FR11, offsetof(struct pt_regs, fr[11]));
arch/parisc/kernel/asm-offsets.c
180
DEFINE(PT_FR12, offsetof(struct pt_regs, fr[12]));
arch/parisc/kernel/asm-offsets.c
181
DEFINE(PT_FR13, offsetof(struct pt_regs, fr[13]));
arch/parisc/kernel/asm-offsets.c
182
DEFINE(PT_FR14, offsetof(struct pt_regs, fr[14]));
arch/parisc/kernel/asm-offsets.c
183
DEFINE(PT_FR15, offsetof(struct pt_regs, fr[15]));
arch/parisc/kernel/asm-offsets.c
184
DEFINE(PT_FR16, offsetof(struct pt_regs, fr[16]));
arch/parisc/kernel/asm-offsets.c
185
DEFINE(PT_FR17, offsetof(struct pt_regs, fr[17]));
arch/parisc/kernel/asm-offsets.c
186
DEFINE(PT_FR18, offsetof(struct pt_regs, fr[18]));
arch/parisc/kernel/asm-offsets.c
187
DEFINE(PT_FR19, offsetof(struct pt_regs, fr[19]));
arch/parisc/kernel/asm-offsets.c
188
DEFINE(PT_FR20, offsetof(struct pt_regs, fr[20]));
arch/parisc/kernel/asm-offsets.c
189
DEFINE(PT_FR21, offsetof(struct pt_regs, fr[21]));
arch/parisc/kernel/asm-offsets.c
190
DEFINE(PT_FR22, offsetof(struct pt_regs, fr[22]));
arch/parisc/kernel/asm-offsets.c
191
DEFINE(PT_FR23, offsetof(struct pt_regs, fr[23]));
arch/parisc/kernel/asm-offsets.c
192
DEFINE(PT_FR24, offsetof(struct pt_regs, fr[24]));
arch/parisc/kernel/asm-offsets.c
193
DEFINE(PT_FR25, offsetof(struct pt_regs, fr[25]));
arch/parisc/kernel/asm-offsets.c
194
DEFINE(PT_FR26, offsetof(struct pt_regs, fr[26]));
arch/parisc/kernel/asm-offsets.c
195
DEFINE(PT_FR27, offsetof(struct pt_regs, fr[27]));
arch/parisc/kernel/asm-offsets.c
196
DEFINE(PT_FR28, offsetof(struct pt_regs, fr[28]));
arch/parisc/kernel/asm-offsets.c
197
DEFINE(PT_FR29, offsetof(struct pt_regs, fr[29]));
arch/parisc/kernel/asm-offsets.c
198
DEFINE(PT_FR30, offsetof(struct pt_regs, fr[30]));
arch/parisc/kernel/asm-offsets.c
199
DEFINE(PT_FR31, offsetof(struct pt_regs, fr[31]));
arch/parisc/kernel/asm-offsets.c
200
DEFINE(PT_SR0, offsetof(struct pt_regs, sr[ 0]));
arch/parisc/kernel/asm-offsets.c
201
DEFINE(PT_SR1, offsetof(struct pt_regs, sr[ 1]));
arch/parisc/kernel/asm-offsets.c
202
DEFINE(PT_SR2, offsetof(struct pt_regs, sr[ 2]));
arch/parisc/kernel/asm-offsets.c
203
DEFINE(PT_SR3, offsetof(struct pt_regs, sr[ 3]));
arch/parisc/kernel/asm-offsets.c
204
DEFINE(PT_SR4, offsetof(struct pt_regs, sr[ 4]));
arch/parisc/kernel/asm-offsets.c
205
DEFINE(PT_SR5, offsetof(struct pt_regs, sr[ 5]));
arch/parisc/kernel/asm-offsets.c
206
DEFINE(PT_SR6, offsetof(struct pt_regs, sr[ 6]));
arch/parisc/kernel/asm-offsets.c
207
DEFINE(PT_SR7, offsetof(struct pt_regs, sr[ 7]));
arch/parisc/kernel/asm-offsets.c
208
DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0]));
arch/parisc/kernel/asm-offsets.c
209
DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1]));
arch/parisc/kernel/asm-offsets.c
210
DEFINE(PT_IAOQ0, offsetof(struct pt_regs, iaoq[0]));
arch/parisc/kernel/asm-offsets.c
211
DEFINE(PT_IAOQ1, offsetof(struct pt_regs, iaoq[1]));
arch/parisc/kernel/asm-offsets.c
212
DEFINE(PT_CR27, offsetof(struct pt_regs, cr27));
arch/parisc/kernel/asm-offsets.c
213
DEFINE(PT_ORIG_R28, offsetof(struct pt_regs, orig_r28));
arch/parisc/kernel/asm-offsets.c
214
DEFINE(PT_KSP, offsetof(struct pt_regs, ksp));
arch/parisc/kernel/asm-offsets.c
215
DEFINE(PT_KPC, offsetof(struct pt_regs, kpc));
arch/parisc/kernel/asm-offsets.c
216
DEFINE(PT_SAR, offsetof(struct pt_regs, sar));
arch/parisc/kernel/asm-offsets.c
217
DEFINE(PT_IIR, offsetof(struct pt_regs, iir));
arch/parisc/kernel/asm-offsets.c
218
DEFINE(PT_ISR, offsetof(struct pt_regs, isr));
arch/parisc/kernel/asm-offsets.c
219
DEFINE(PT_IOR, offsetof(struct pt_regs, ior));
arch/parisc/kernel/asm-offsets.c
221
DEFINE(PT_SZ_ALGN, align_frame(sizeof(struct pt_regs), FRAME_ALIGN));
arch/parisc/kernel/asm-offsets.c
223
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/parisc/kernel/asm-offsets.c
224
DEFINE(TI_PRE_COUNT, offsetof(struct task_struct, thread_info.preempt_count));
arch/parisc/kernel/asm-offsets.c
226
DEFINE(ASM_SIGFRAME_SIZE, PARISC_RT_SIGFRAME_SIZE);
arch/parisc/kernel/asm-offsets.c
227
DEFINE(SIGFRAME_CONTEXT_REGS, offsetof(struct rt_sigframe, uc.uc_mcontext) - PARISC_RT_SIGFRAME_SIZE);
arch/parisc/kernel/asm-offsets.c
229
DEFINE(ASM_SIGFRAME_SIZE32, PARISC_RT_SIGFRAME_SIZE32);
arch/parisc/kernel/asm-offsets.c
230
DEFINE(SIGFRAME_CONTEXT_REGS32, offsetof(struct compat_rt_sigframe, uc.uc_mcontext) - PARISC_RT_SIGFRAME_SIZE32);
arch/parisc/kernel/asm-offsets.c
232
DEFINE(ASM_SIGFRAME_SIZE32, PARISC_RT_SIGFRAME_SIZE);
arch/parisc/kernel/asm-offsets.c
233
DEFINE(SIGFRAME_CONTEXT_REGS32, offsetof(struct rt_sigframe, uc.uc_mcontext) - PARISC_RT_SIGFRAME_SIZE);
arch/parisc/kernel/asm-offsets.c
236
DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));
arch/parisc/kernel/asm-offsets.c
237
DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
arch/parisc/kernel/asm-offsets.c
238
DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
arch/parisc/kernel/asm-offsets.c
239
DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop));
arch/parisc/kernel/asm-offsets.c
240
DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base));
arch/parisc/kernel/asm-offsets.c
241
DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride));
arch/parisc/kernel/asm-offsets.c
242
DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count));
arch/parisc/kernel/asm-offsets.c
243
DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop));
arch/parisc/kernel/asm-offsets.c
244
DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base));
arch/parisc/kernel/asm-offsets.c
245
DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride));
arch/parisc/kernel/asm-offsets.c
246
DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count));
arch/parisc/kernel/asm-offsets.c
247
DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base));
arch/parisc/kernel/asm-offsets.c
248
DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride));
arch/parisc/kernel/asm-offsets.c
249
DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count));
arch/parisc/kernel/asm-offsets.c
250
DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop));
arch/parisc/kernel/asm-offsets.c
251
DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base));
arch/parisc/kernel/asm-offsets.c
252
DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride));
arch/parisc/kernel/asm-offsets.c
253
DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count));
arch/parisc/kernel/asm-offsets.c
254
DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base));
arch/parisc/kernel/asm-offsets.c
255
DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride));
arch/parisc/kernel/asm-offsets.c
256
DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count));
arch/parisc/kernel/asm-offsets.c
257
DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop));
arch/parisc/kernel/asm-offsets.c
259
DEFINE(TIF_BLOCKSTEP_PA_BIT, 31-TIF_BLOCKSTEP);
arch/parisc/kernel/asm-offsets.c
260
DEFINE(TIF_SINGLESTEP_PA_BIT, 31-TIF_SINGLESTEP);
arch/parisc/kernel/asm-offsets.c
261
DEFINE(TIF_32BIT_PA_BIT, 31-TIF_32BIT);
arch/parisc/kernel/asm-offsets.c
264
DEFINE(ASM_PMD_SHIFT, PMD_SHIFT);
arch/parisc/kernel/asm-offsets.c
265
DEFINE(ASM_PGDIR_SHIFT, PGDIR_SHIFT);
arch/parisc/kernel/asm-offsets.c
266
DEFINE(ASM_BITS_PER_PGD, BITS_PER_PGD);
arch/parisc/kernel/asm-offsets.c
267
DEFINE(ASM_BITS_PER_PMD, BITS_PER_PMD);
arch/parisc/kernel/asm-offsets.c
268
DEFINE(ASM_BITS_PER_PTE, BITS_PER_PTE);
arch/parisc/kernel/asm-offsets.c
269
DEFINE(ASM_PMD_ENTRY, ((PAGE_OFFSET & PMD_MASK) >> PMD_SHIFT));
arch/parisc/kernel/asm-offsets.c
270
DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET >> PGDIR_SHIFT);
arch/parisc/kernel/asm-offsets.c
271
DEFINE(ASM_PGD_ENTRY_SIZE, PGD_ENTRY_SIZE);
arch/parisc/kernel/asm-offsets.c
272
DEFINE(ASM_PMD_ENTRY_SIZE, PMD_ENTRY_SIZE);
arch/parisc/kernel/asm-offsets.c
273
DEFINE(ASM_PTE_ENTRY_SIZE, PTE_ENTRY_SIZE);
arch/parisc/kernel/asm-offsets.c
274
DEFINE(ASM_PFN_PTE_SHIFT, PFN_PTE_SHIFT);
arch/parisc/kernel/asm-offsets.c
275
DEFINE(ASM_PT_INITIAL, PT_INITIAL);
arch/parisc/kernel/asm-offsets.c
280
DEFINE(HUGEPAGE_SIZE, 1UL << REAL_HPAGE_SHIFT);
arch/parisc/kernel/asm-offsets.c
282
DEFINE(HUGEPAGE_SIZE, 4*1024*1024);
arch/parisc/kernel/asm-offsets.c
284
DEFINE(HUGEPAGE_SIZE, PAGE_SIZE);
arch/parisc/kernel/asm-offsets.c
287
DEFINE(ASM_PDC_RESULT_SIZE, NUM_PDC_RESULT * sizeof(unsigned long));
arch/parisc/kernel/asm-offsets.c
43
DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
arch/parisc/kernel/asm-offsets.c
45
DEFINE(TASK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
arch/parisc/kernel/asm-offsets.c
47
DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
arch/parisc/kernel/asm-offsets.c
48
DEFINE(TASK_PAGEFAULT_DISABLED, offsetof(struct task_struct, pagefault_disabled));
arch/parisc/kernel/asm-offsets.c
50
DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
arch/parisc/kernel/asm-offsets.c
51
DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
arch/parisc/kernel/asm-offsets.c
52
DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
arch/parisc/kernel/asm-offsets.c
53
DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
arch/parisc/kernel/asm-offsets.c
54
DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
arch/parisc/kernel/asm-offsets.c
55
DEFINE(TASK_PT_GR4, offsetof(struct task_struct, thread.regs.gr[ 4]));
arch/parisc/kernel/asm-offsets.c
56
DEFINE(TASK_PT_GR5, offsetof(struct task_struct, thread.regs.gr[ 5]));
arch/parisc/kernel/asm-offsets.c
57
DEFINE(TASK_PT_GR6, offsetof(struct task_struct, thread.regs.gr[ 6]));
arch/parisc/kernel/asm-offsets.c
58
DEFINE(TASK_PT_GR7, offsetof(struct task_struct, thread.regs.gr[ 7]));
arch/parisc/kernel/asm-offsets.c
59
DEFINE(TASK_PT_GR8, offsetof(struct task_struct, thread.regs.gr[ 8]));
arch/parisc/kernel/asm-offsets.c
60
DEFINE(TASK_PT_GR9, offsetof(struct task_struct, thread.regs.gr[ 9]));
arch/parisc/kernel/asm-offsets.c
61
DEFINE(TASK_PT_GR10, offsetof(struct task_struct, thread.regs.gr[10]));
arch/parisc/kernel/asm-offsets.c
62
DEFINE(TASK_PT_GR11, offsetof(struct task_struct, thread.regs.gr[11]));
arch/parisc/kernel/asm-offsets.c
63
DEFINE(TASK_PT_GR12, offsetof(struct task_struct, thread.regs.gr[12]));
arch/parisc/kernel/asm-offsets.c
64
DEFINE(TASK_PT_GR13, offsetof(struct task_struct, thread.regs.gr[13]));
arch/parisc/kernel/asm-offsets.c
65
DEFINE(TASK_PT_GR14, offsetof(struct task_struct, thread.regs.gr[14]));
arch/parisc/kernel/asm-offsets.c
66
DEFINE(TASK_PT_GR15, offsetof(struct task_struct, thread.regs.gr[15]));
arch/parisc/kernel/asm-offsets.c
67
DEFINE(TASK_PT_GR16, offsetof(struct task_struct, thread.regs.gr[16]));
arch/parisc/kernel/asm-offsets.c
68
DEFINE(TASK_PT_GR17, offsetof(struct task_struct, thread.regs.gr[17]));
arch/parisc/kernel/asm-offsets.c
69
DEFINE(TASK_PT_GR18, offsetof(struct task_struct, thread.regs.gr[18]));
arch/parisc/kernel/asm-offsets.c
70
DEFINE(TASK_PT_GR19, offsetof(struct task_struct, thread.regs.gr[19]));
arch/parisc/kernel/asm-offsets.c
71
DEFINE(TASK_PT_GR20, offsetof(struct task_struct, thread.regs.gr[20]));
arch/parisc/kernel/asm-offsets.c
72
DEFINE(TASK_PT_GR21, offsetof(struct task_struct, thread.regs.gr[21]));
arch/parisc/kernel/asm-offsets.c
73
DEFINE(TASK_PT_GR22, offsetof(struct task_struct, thread.regs.gr[22]));
arch/parisc/kernel/asm-offsets.c
74
DEFINE(TASK_PT_GR23, offsetof(struct task_struct, thread.regs.gr[23]));
arch/parisc/kernel/asm-offsets.c
75
DEFINE(TASK_PT_GR24, offsetof(struct task_struct, thread.regs.gr[24]));
arch/parisc/kernel/asm-offsets.c
76
DEFINE(TASK_PT_GR25, offsetof(struct task_struct, thread.regs.gr[25]));
arch/parisc/kernel/asm-offsets.c
77
DEFINE(TASK_PT_GR26, offsetof(struct task_struct, thread.regs.gr[26]));
arch/parisc/kernel/asm-offsets.c
78
DEFINE(TASK_PT_GR27, offsetof(struct task_struct, thread.regs.gr[27]));
arch/parisc/kernel/asm-offsets.c
79
DEFINE(TASK_PT_GR28, offsetof(struct task_struct, thread.regs.gr[28]));
arch/parisc/kernel/asm-offsets.c
80
DEFINE(TASK_PT_GR29, offsetof(struct task_struct, thread.regs.gr[29]));
arch/parisc/kernel/asm-offsets.c
81
DEFINE(TASK_PT_GR30, offsetof(struct task_struct, thread.regs.gr[30]));
arch/parisc/kernel/asm-offsets.c
82
DEFINE(TASK_PT_GR31, offsetof(struct task_struct, thread.regs.gr[31]));
arch/parisc/kernel/asm-offsets.c
83
DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0]));
arch/parisc/kernel/asm-offsets.c
84
DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1]));
arch/parisc/kernel/asm-offsets.c
85
DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2]));
arch/parisc/kernel/asm-offsets.c
86
DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3]));
arch/parisc/kernel/asm-offsets.c
87
DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4]));
arch/parisc/kernel/asm-offsets.c
88
DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5]));
arch/parisc/kernel/asm-offsets.c
89
DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6]));
arch/parisc/kernel/asm-offsets.c
90
DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7]));
arch/parisc/kernel/asm-offsets.c
91
DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8]));
arch/parisc/kernel/asm-offsets.c
92
DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[ 9]));
arch/parisc/kernel/asm-offsets.c
93
DEFINE(TASK_PT_FR10, offsetof(struct task_struct, thread.regs.fr[10]));
arch/parisc/kernel/asm-offsets.c
94
DEFINE(TASK_PT_FR11, offsetof(struct task_struct, thread.regs.fr[11]));
arch/parisc/kernel/asm-offsets.c
95
DEFINE(TASK_PT_FR12, offsetof(struct task_struct, thread.regs.fr[12]));
arch/parisc/kernel/asm-offsets.c
96
DEFINE(TASK_PT_FR13, offsetof(struct task_struct, thread.regs.fr[13]));
arch/parisc/kernel/asm-offsets.c
97
DEFINE(TASK_PT_FR14, offsetof(struct task_struct, thread.regs.fr[14]));
arch/parisc/kernel/asm-offsets.c
98
DEFINE(TASK_PT_FR15, offsetof(struct task_struct, thread.regs.fr[15]));
arch/parisc/kernel/asm-offsets.c
99
DEFINE(TASK_PT_FR16, offsetof(struct task_struct, thread.regs.fr[16]));
arch/powerpc/kernel/asm-offsets.c
172
DEFINE(TM_FRAME_SIZE, STACK_INT_FRAME_SIZE + 16);
arch/powerpc/kernel/asm-offsets.c
185
DEFINE(PACA_THREAD_INFO, offsetof(struct paca_struct, __current) +
arch/powerpc/kernel/asm-offsets.c
263
DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE);
arch/powerpc/kernel/asm-offsets.c
264
DEFINE(SWITCH_FRAME_SIZE, STACK_SWITCH_FRAME_SIZE);
arch/powerpc/kernel/asm-offsets.c
333
DEFINE(TASK_SIZE, TASK_SIZE);
arch/powerpc/kernel/asm-offsets.c
334
DEFINE(NUM_USER_SEGMENTS, ALIGN(TASK_SIZE, SZ_256M) >> 28);
arch/powerpc/kernel/asm-offsets.c
351
DEFINE(BUG_ENTRY_SIZE, sizeof(struct bug_entry));
arch/powerpc/kernel/asm-offsets.c
494
DEFINE(VCPU_SLB_SIZE, sizeof(struct kvmppc_slb));
arch/powerpc/kernel/asm-offsets.c
517
# define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f))
arch/powerpc/kernel/asm-offsets.c
521
# define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f))
arch/powerpc/kernel/asm-offsets.c
523
# define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f))
arch/powerpc/kernel/asm-offsets.c
524
# define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f))
arch/powerpc/kernel/asm-offsets.c
635
DEFINE(PGD_T_LOG2, PGD_T_LOG2);
arch/powerpc/kernel/asm-offsets.c
636
DEFINE(PTE_T_LOG2, PTE_T_LOG2);
arch/powerpc/kernel/asm-offsets.c
639
DEFINE(TLBCAM_SIZE, sizeof(struct tlbcam));
arch/powerpc/kernel/asm-offsets.c
666
DEFINE(PPC_DBELL_SERVER, PPC_DBELL_SERVER);
arch/powerpc/kernel/asm-offsets.c
669
DEFINE(VIRT_IMMR_BASE, (u64)__fix_to_virt(FIX_IMMR_BASE));
arch/powerpc/kernel/asm-offsets.c
673
DEFINE(BPT_SIZE, BPT_SIZE);
arch/powerpc/kernel/asm-offsets.c
677
DEFINE(FTRACE_OOL_STUB_SIZE, sizeof(struct ftrace_ool_stub));
arch/powerpc/kernel/asm-offsets.c
76
DEFINE(sym, STACK_INT_FRAME_REGS + offsetof(struct pt_regs, val))
arch/powerpc/lib/xor_vmx.c
101
DEFINE(v1);
arch/powerpc/lib/xor_vmx.c
102
DEFINE(v2);
arch/powerpc/lib/xor_vmx.c
103
DEFINE(v3);
arch/powerpc/lib/xor_vmx.c
104
DEFINE(v4);
arch/powerpc/lib/xor_vmx.c
131
DEFINE(v1);
arch/powerpc/lib/xor_vmx.c
132
DEFINE(v2);
arch/powerpc/lib/xor_vmx.c
133
DEFINE(v3);
arch/powerpc/lib/xor_vmx.c
134
DEFINE(v4);
arch/powerpc/lib/xor_vmx.c
135
DEFINE(v5);
arch/powerpc/lib/xor_vmx.c
56
DEFINE(v1);
arch/powerpc/lib/xor_vmx.c
57
DEFINE(v2);
arch/powerpc/lib/xor_vmx.c
76
DEFINE(v1);
arch/powerpc/lib/xor_vmx.c
77
DEFINE(v2);
arch/powerpc/lib/xor_vmx.c
78
DEFINE(v3);
arch/riscv/kernel/asm-offsets.c
299
DEFINE(TASK_THREAD_RA_RA,
arch/riscv/kernel/asm-offsets.c
303
DEFINE(TASK_THREAD_SP_RA,
arch/riscv/kernel/asm-offsets.c
307
DEFINE(TASK_THREAD_S0_RA,
arch/riscv/kernel/asm-offsets.c
311
DEFINE(TASK_THREAD_S1_RA,
arch/riscv/kernel/asm-offsets.c
315
DEFINE(TASK_THREAD_S2_RA,
arch/riscv/kernel/asm-offsets.c
319
DEFINE(TASK_THREAD_S3_RA,
arch/riscv/kernel/asm-offsets.c
323
DEFINE(TASK_THREAD_S4_RA,
arch/riscv/kernel/asm-offsets.c
327
DEFINE(TASK_THREAD_S5_RA,
arch/riscv/kernel/asm-offsets.c
331
DEFINE(TASK_THREAD_S6_RA,
arch/riscv/kernel/asm-offsets.c
335
DEFINE(TASK_THREAD_S7_RA,
arch/riscv/kernel/asm-offsets.c
339
DEFINE(TASK_THREAD_S8_RA,
arch/riscv/kernel/asm-offsets.c
343
DEFINE(TASK_THREAD_S9_RA,
arch/riscv/kernel/asm-offsets.c
347
DEFINE(TASK_THREAD_S10_RA,
arch/riscv/kernel/asm-offsets.c
351
DEFINE(TASK_THREAD_S11_RA,
arch/riscv/kernel/asm-offsets.c
355
DEFINE(TASK_THREAD_SUM_RA,
arch/riscv/kernel/asm-offsets.c
360
DEFINE(TASK_THREAD_F0_F0,
arch/riscv/kernel/asm-offsets.c
364
DEFINE(TASK_THREAD_F1_F0,
arch/riscv/kernel/asm-offsets.c
368
DEFINE(TASK_THREAD_F2_F0,
arch/riscv/kernel/asm-offsets.c
372
DEFINE(TASK_THREAD_F3_F0,
arch/riscv/kernel/asm-offsets.c
376
DEFINE(TASK_THREAD_F4_F0,
arch/riscv/kernel/asm-offsets.c
380
DEFINE(TASK_THREAD_F5_F0,
arch/riscv/kernel/asm-offsets.c
384
DEFINE(TASK_THREAD_F6_F0,
arch/riscv/kernel/asm-offsets.c
388
DEFINE(TASK_THREAD_F7_F0,
arch/riscv/kernel/asm-offsets.c
392
DEFINE(TASK_THREAD_F8_F0,
arch/riscv/kernel/asm-offsets.c
396
DEFINE(TASK_THREAD_F9_F0,
arch/riscv/kernel/asm-offsets.c
400
DEFINE(TASK_THREAD_F10_F0,
arch/riscv/kernel/asm-offsets.c
404
DEFINE(TASK_THREAD_F11_F0,
arch/riscv/kernel/asm-offsets.c
408
DEFINE(TASK_THREAD_F12_F0,
arch/riscv/kernel/asm-offsets.c
412
DEFINE(TASK_THREAD_F13_F0,
arch/riscv/kernel/asm-offsets.c
416
DEFINE(TASK_THREAD_F14_F0,
arch/riscv/kernel/asm-offsets.c
420
DEFINE(TASK_THREAD_F15_F0,
arch/riscv/kernel/asm-offsets.c
424
DEFINE(TASK_THREAD_F16_F0,
arch/riscv/kernel/asm-offsets.c
428
DEFINE(TASK_THREAD_F17_F0,
arch/riscv/kernel/asm-offsets.c
432
DEFINE(TASK_THREAD_F18_F0,
arch/riscv/kernel/asm-offsets.c
436
DEFINE(TASK_THREAD_F19_F0,
arch/riscv/kernel/asm-offsets.c
440
DEFINE(TASK_THREAD_F20_F0,
arch/riscv/kernel/asm-offsets.c
444
DEFINE(TASK_THREAD_F21_F0,
arch/riscv/kernel/asm-offsets.c
448
DEFINE(TASK_THREAD_F22_F0,
arch/riscv/kernel/asm-offsets.c
452
DEFINE(TASK_THREAD_F23_F0,
arch/riscv/kernel/asm-offsets.c
456
DEFINE(TASK_THREAD_F24_F0,
arch/riscv/kernel/asm-offsets.c
460
DEFINE(TASK_THREAD_F25_F0,
arch/riscv/kernel/asm-offsets.c
464
DEFINE(TASK_THREAD_F26_F0,
arch/riscv/kernel/asm-offsets.c
468
DEFINE(TASK_THREAD_F27_F0,
arch/riscv/kernel/asm-offsets.c
472
DEFINE(TASK_THREAD_F28_F0,
arch/riscv/kernel/asm-offsets.c
476
DEFINE(TASK_THREAD_F29_F0,
arch/riscv/kernel/asm-offsets.c
480
DEFINE(TASK_THREAD_F30_F0,
arch/riscv/kernel/asm-offsets.c
484
DEFINE(TASK_THREAD_F31_F0,
arch/riscv/kernel/asm-offsets.c
488
DEFINE(TASK_THREAD_FCSR_F0,
arch/riscv/kernel/asm-offsets.c
497
DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN));
arch/riscv/kernel/asm-offsets.c
503
DEFINE(STACKFRAME_SIZE_ON_STACK, ALIGN(sizeof(struct stackframe), STACK_ALIGN));
arch/riscv/kernel/asm-offsets.c
507
DEFINE(FTRACE_OPS_FUNC, offsetof(struct ftrace_ops, func));
arch/riscv/kernel/asm-offsets.c
509
DEFINE(FTRACE_OPS_DIRECT_CALL, offsetof(struct ftrace_ops, direct_call));
arch/riscv/kernel/asm-offsets.c
514
DEFINE(FREGS_SIZE_ON_STACK, ALIGN(sizeof(struct __arch_ftrace_regs), STACK_ALIGN));
arch/riscv/kernel/asm-offsets.c
515
DEFINE(FREGS_EPC, offsetof(struct __arch_ftrace_regs, epc));
arch/riscv/kernel/asm-offsets.c
516
DEFINE(FREGS_RA, offsetof(struct __arch_ftrace_regs, ra));
arch/riscv/kernel/asm-offsets.c
517
DEFINE(FREGS_SP, offsetof(struct __arch_ftrace_regs, sp));
arch/riscv/kernel/asm-offsets.c
518
DEFINE(FREGS_S0, offsetof(struct __arch_ftrace_regs, s0));
arch/riscv/kernel/asm-offsets.c
519
DEFINE(FREGS_T1, offsetof(struct __arch_ftrace_regs, t1));
arch/riscv/kernel/asm-offsets.c
521
DEFINE(FREGS_T2, offsetof(struct __arch_ftrace_regs, t2));
arch/riscv/kernel/asm-offsets.c
522
DEFINE(FREGS_T3, offsetof(struct __arch_ftrace_regs, t3));
arch/riscv/kernel/asm-offsets.c
523
DEFINE(FREGS_T4, offsetof(struct __arch_ftrace_regs, t4));
arch/riscv/kernel/asm-offsets.c
524
DEFINE(FREGS_T5, offsetof(struct __arch_ftrace_regs, t5));
arch/riscv/kernel/asm-offsets.c
525
DEFINE(FREGS_T6, offsetof(struct __arch_ftrace_regs, t6));
arch/riscv/kernel/asm-offsets.c
527
DEFINE(FREGS_A0, offsetof(struct __arch_ftrace_regs, a0));
arch/riscv/kernel/asm-offsets.c
528
DEFINE(FREGS_A1, offsetof(struct __arch_ftrace_regs, a1));
arch/riscv/kernel/asm-offsets.c
529
DEFINE(FREGS_A2, offsetof(struct __arch_ftrace_regs, a2));
arch/riscv/kernel/asm-offsets.c
530
DEFINE(FREGS_A3, offsetof(struct __arch_ftrace_regs, a3));
arch/riscv/kernel/asm-offsets.c
531
DEFINE(FREGS_A4, offsetof(struct __arch_ftrace_regs, a4));
arch/riscv/kernel/asm-offsets.c
532
DEFINE(FREGS_A5, offsetof(struct __arch_ftrace_regs, a5));
arch/riscv/kernel/asm-offsets.c
533
DEFINE(FREGS_A6, offsetof(struct __arch_ftrace_regs, a6));
arch/riscv/kernel/asm-offsets.c
534
DEFINE(FREGS_A7, offsetof(struct __arch_ftrace_regs, a7));
arch/riscv/kernel/asm-offsets.c
537
DEFINE(SBI_EXT_FWFT, SBI_EXT_FWFT);
arch/riscv/kernel/asm-offsets.c
538
DEFINE(SBI_EXT_FWFT_SET, SBI_EXT_FWFT_SET);
arch/riscv/kernel/asm-offsets.c
539
DEFINE(SBI_FWFT_SHADOW_STACK, SBI_FWFT_SHADOW_STACK);
arch/riscv/kernel/asm-offsets.c
540
DEFINE(SBI_FWFT_SET_FLAG_LOCK, SBI_FWFT_SET_FLAG_LOCK);
arch/riscv/kernel/asm-offsets.c
95
DEFINE(PT_SIZE, sizeof(struct pt_regs));
arch/s390/kernel/asm-offsets.c
172
DEFINE(__KEXEC_SHA_REGION_SIZE, sizeof(struct kexec_sha_region));
arch/s390/kernel/asm-offsets.c
174
DEFINE(__PARMAREA_SIZE, sizeof(struct parmarea));
arch/s390/kernel/asm-offsets.c
176
DEFINE(IPL_DEVICE, PARMAREA + offsetof(struct parmarea, ipl_device));
arch/s390/kernel/asm-offsets.c
177
DEFINE(INITRD_START, PARMAREA + offsetof(struct parmarea, initrd_start));
arch/s390/kernel/asm-offsets.c
178
DEFINE(INITRD_SIZE, PARMAREA + offsetof(struct parmarea, initrd_size));
arch/s390/kernel/asm-offsets.c
179
DEFINE(OLDMEM_BASE, PARMAREA + offsetof(struct parmarea, oldmem_base));
arch/s390/kernel/asm-offsets.c
180
DEFINE(OLDMEM_SIZE, PARMAREA + offsetof(struct parmarea, oldmem_size));
arch/s390/kernel/asm-offsets.c
181
DEFINE(COMMAND_LINE, PARMAREA + offsetof(struct parmarea, command_line));
arch/s390/kernel/asm-offsets.c
182
DEFINE(MAX_COMMAND_LINE_SIZE, PARMAREA + offsetof(struct parmarea, max_command_line_size));
arch/s390/kernel/asm-offsets.c
184
DEFINE(__FTRACE_REGS_SIZE, sizeof(struct __arch_ftrace_regs));
arch/s390/kernel/asm-offsets.c
58
DEFINE(__PT_SIZE, sizeof(struct pt_regs));
arch/s390/kernel/asm-offsets.c
71
DEFINE(STACK_FRAME_OVERHEAD, sizeof(struct stack_frame));
arch/s390/kernel/asm-offsets.c
74
DEFINE(STACK_FRAME_USER_OVERHEAD, sizeof(struct stack_frame_user));
arch/s390/kernel/asm-offsets.c
76
DEFINE(STACK_FRAME_VDSO_OVERHEAD, sizeof(struct stack_frame_vdso_wrapper));
arch/sh/kernel/asm-offsets.c
25
DEFINE(TI_TASK, offsetof(struct thread_info, task));
arch/sh/kernel/asm-offsets.c
26
DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
arch/sh/kernel/asm-offsets.c
27
DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
arch/sh/kernel/asm-offsets.c
28
DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
arch/sh/kernel/asm-offsets.c
29
DEFINE(TI_SIZE, sizeof(struct thread_info));
arch/sh/kernel/asm-offsets.c
32
DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
arch/sh/kernel/asm-offsets.c
33
DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
arch/sh/kernel/asm-offsets.c
34
DEFINE(PBE_NEXT, offsetof(struct pbe, next));
arch/sh/kernel/asm-offsets.c
35
DEFINE(SWSUSP_ARCH_REGS_SIZE, sizeof(struct swsusp_arch_regs));
arch/sh/kernel/asm-offsets.c
38
DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));
arch/sh/kernel/asm-offsets.c
39
DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));
arch/sh/kernel/asm-offsets.c
40
DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post));
arch/sh/kernel/asm-offsets.c
41
DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume));
arch/sh/kernel/asm-offsets.c
42
DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr));
arch/sh/kernel/asm-offsets.c
43
DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc));
arch/sh/kernel/asm-offsets.c
44
DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr));
arch/sh/kernel/asm-offsets.c
45
DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp));
arch/sh/kernel/asm-offsets.c
46
DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr));
arch/sh/kernel/asm-offsets.c
47
DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, data));
arch/sh/kernel/asm-offsets.c
48
DEFINE(SH_SLEEP_REG_STBCR, offsetof(struct sh_sleep_regs, stbcr));
arch/sh/kernel/asm-offsets.c
49
DEFINE(SH_SLEEP_REG_BAR, offsetof(struct sh_sleep_regs, bar));
arch/sh/kernel/asm-offsets.c
50
DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh));
arch/sh/kernel/asm-offsets.c
51
DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel));
arch/sh/kernel/asm-offsets.c
52
DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb));
arch/sh/kernel/asm-offsets.c
53
DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea));
arch/sh/kernel/asm-offsets.c
54
DEFINE(SH_SLEEP_REG_MMUCR, offsetof(struct sh_sleep_regs, mmucr));
arch/sh/kernel/asm-offsets.c
55
DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea));
arch/sh/kernel/asm-offsets.c
56
DEFINE(SH_SLEEP_REG_PASCR, offsetof(struct sh_sleep_regs, pascr));
arch/sh/kernel/asm-offsets.c
57
DEFINE(SH_SLEEP_REG_IRMCR, offsetof(struct sh_sleep_regs, irmcr));
arch/sh/kernel/asm-offsets.c
58
DEFINE(SH_SLEEP_REG_CCR, offsetof(struct sh_sleep_regs, ccr));
arch/sh/kernel/asm-offsets.c
59
DEFINE(SH_SLEEP_REG_RAMCR, offsetof(struct sh_sleep_regs, ramcr));
arch/sparc/kernel/asm-offsets.c
25
DEFINE(AOFF_thread_fork_kpsr,
arch/sparc/kernel/asm-offsets.c
52
DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread));
arch/sparc/kernel/asm-offsets.c
54
DEFINE(AOFF_mm_context, offsetof(struct mm_struct, context));
arch/sparc/kernel/asm-offsets.c
56
DEFINE(VMA_VM_MM, offsetof(struct vm_area_struct, vm_mm));
arch/um/kernel/asm-offsets.c
19
DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
arch/um/kernel/asm-offsets.c
21
DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
arch/um/kernel/asm-offsets.c
22
DEFINE(UM_KERN_PAGE_MASK, PAGE_MASK);
arch/um/kernel/asm-offsets.c
23
DEFINE(UM_KERN_PAGE_SHIFT, PAGE_SHIFT);
arch/um/kernel/asm-offsets.c
25
DEFINE(UM_GFP_KERNEL, GFP_KERNEL);
arch/um/kernel/asm-offsets.c
26
DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC);
arch/um/kernel/asm-offsets.c
28
DEFINE(UM_THREAD_SIZE, THREAD_SIZE);
arch/um/kernel/asm-offsets.c
30
DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
arch/um/kernel/asm-offsets.c
31
DEFINE(UM_NSEC_PER_USEC, NSEC_PER_USEC);
arch/um/kernel/asm-offsets.c
33
DEFINE(UM_KERN_GDT_ENTRY_TLS_ENTRIES, GDT_ENTRY_TLS_ENTRIES);
arch/um/kernel/asm-offsets.c
35
DEFINE(UM_SECCOMP_ARCH_NATIVE, SECCOMP_ARCH_NATIVE);
arch/um/kernel/asm-offsets.c
37
DEFINE(HOSTFS_ATTR_MODE, ATTR_MODE);
arch/um/kernel/asm-offsets.c
38
DEFINE(HOSTFS_ATTR_UID, ATTR_UID);
arch/um/kernel/asm-offsets.c
39
DEFINE(HOSTFS_ATTR_GID, ATTR_GID);
arch/um/kernel/asm-offsets.c
40
DEFINE(HOSTFS_ATTR_SIZE, ATTR_SIZE);
arch/um/kernel/asm-offsets.c
41
DEFINE(HOSTFS_ATTR_ATIME, ATTR_ATIME);
arch/um/kernel/asm-offsets.c
42
DEFINE(HOSTFS_ATTR_MTIME, ATTR_MTIME);
arch/um/kernel/asm-offsets.c
43
DEFINE(HOSTFS_ATTR_CTIME, ATTR_CTIME);
arch/um/kernel/asm-offsets.c
44
DEFINE(HOSTFS_ATTR_ATIME_SET, ATTR_ATIME_SET);
arch/um/kernel/asm-offsets.c
45
DEFINE(HOSTFS_ATTR_MTIME_SET, ATTR_MTIME_SET);
arch/um/kernel/asm-offsets.c
47
DEFINE(ALT_INSTR_SIZE, sizeof(struct alt_instr));
arch/um/kernel/asm-offsets.c
48
DEFINE(EXTABLE_SIZE, sizeof(struct exception_table_entry));
arch/x86/kernel/asm-offsets.c
110
DEFINE(PTREGS_SIZE, sizeof(struct pt_regs));
arch/x86/kernel/asm-offsets.c
118
DEFINE(SIZEOF_entry_stack, sizeof(struct entry_stack));
arch/x86/kernel/asm-offsets.c
119
DEFINE(MASK_entry_stack, (~(sizeof(struct entry_stack) - 1)));
arch/x86/kernel/asm-offsets.c
134
DEFINE(ALT_INSTR_SIZE, sizeof(struct alt_instr));
arch/x86/kernel/asm-offsets.c
135
DEFINE(EXTABLE_SIZE, sizeof(struct exception_table_entry));
arch/x86/kernel/asm-offsets_32.c
43
DEFINE(TSS_entry2task_stack,
arch/x86/kernel/asm-offsets_32.c
48
DEFINE(EFI_svam, offsetof(efi_runtime_services_t, set_virtual_address_map));
arch/x86/um/user-offsets.c
15
DEFINE(sym, val / sizeof(unsigned long))
arch/x86/um/user-offsets.c
23
DEFINE(HOST_IP, EIP);
arch/x86/um/user-offsets.c
24
DEFINE(HOST_SP, UESP);
arch/x86/um/user-offsets.c
25
DEFINE(HOST_EFLAGS, EFL);
arch/x86/um/user-offsets.c
26
DEFINE(HOST_AX, EAX);
arch/x86/um/user-offsets.c
27
DEFINE(HOST_BX, EBX);
arch/x86/um/user-offsets.c
28
DEFINE(HOST_CX, ECX);
arch/x86/um/user-offsets.c
29
DEFINE(HOST_DX, EDX);
arch/x86/um/user-offsets.c
30
DEFINE(HOST_SI, ESI);
arch/x86/um/user-offsets.c
31
DEFINE(HOST_DI, EDI);
arch/x86/um/user-offsets.c
32
DEFINE(HOST_BP, EBP);
arch/x86/um/user-offsets.c
33
DEFINE(HOST_CS, CS);
arch/x86/um/user-offsets.c
34
DEFINE(HOST_SS, SS);
arch/x86/um/user-offsets.c
35
DEFINE(HOST_DS, DS);
arch/x86/um/user-offsets.c
36
DEFINE(HOST_FS, FS);
arch/x86/um/user-offsets.c
37
DEFINE(HOST_ES, ES);
arch/x86/um/user-offsets.c
38
DEFINE(HOST_GS, GS);
arch/x86/um/user-offsets.c
39
DEFINE(HOST_ORIG_AX, ORIG_EAX);
arch/x86/um/user-offsets.c
71
DEFINE(UM_FRAME_SIZE, sizeof(struct user_regs_struct));
arch/x86/um/user-offsets.c
72
DEFINE(UM_POLLIN, POLLIN);
arch/x86/um/user-offsets.c
73
DEFINE(UM_POLLPRI, POLLPRI);
arch/x86/um/user-offsets.c
74
DEFINE(UM_POLLOUT, POLLOUT);
arch/x86/um/user-offsets.c
76
DEFINE(UM_PROT_READ, PROT_READ);
arch/x86/um/user-offsets.c
77
DEFINE(UM_PROT_WRITE, PROT_WRITE);
arch/x86/um/user-offsets.c
78
DEFINE(UM_PROT_EXEC, PROT_EXEC);
arch/xtensa/kernel/asm-offsets.c
100
DEFINE(THREAD_ATOMCTL8, offsetof (struct thread_info, atomctl8));
arch/xtensa/kernel/asm-offsets.c
102
DEFINE(THREAD_CPENABLE, offsetof(struct thread_info, cpenable));
arch/xtensa/kernel/asm-offsets.c
103
DEFINE(THREAD_CPU, offsetof(struct thread_info, cpu));
arch/xtensa/kernel/asm-offsets.c
104
DEFINE(THREAD_CP_OWNER_CPU, offsetof(struct thread_info, cp_owner_cpu));
arch/xtensa/kernel/asm-offsets.c
106
DEFINE(THREAD_XTREGS_CP0, offsetof(struct thread_info, xtregs_cp.cp0));
arch/xtensa/kernel/asm-offsets.c
107
DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1));
arch/xtensa/kernel/asm-offsets.c
108
DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2));
arch/xtensa/kernel/asm-offsets.c
109
DEFINE(THREAD_XTREGS_CP3, offsetof(struct thread_info, xtregs_cp.cp3));
arch/xtensa/kernel/asm-offsets.c
110
DEFINE(THREAD_XTREGS_CP4, offsetof(struct thread_info, xtregs_cp.cp4));
arch/xtensa/kernel/asm-offsets.c
111
DEFINE(THREAD_XTREGS_CP5, offsetof(struct thread_info, xtregs_cp.cp5));
arch/xtensa/kernel/asm-offsets.c
112
DEFINE(THREAD_XTREGS_CP6, offsetof(struct thread_info, xtregs_cp.cp6));
arch/xtensa/kernel/asm-offsets.c
113
DEFINE(THREAD_XTREGS_CP7, offsetof(struct thread_info, xtregs_cp.cp7));
arch/xtensa/kernel/asm-offsets.c
115
DEFINE(THREAD_XTREGS_USER, offsetof (struct thread_info, xtregs_user));
arch/xtensa/kernel/asm-offsets.c
116
DEFINE(XTREGS_USER_SIZE, sizeof(xtregs_user_t));
arch/xtensa/kernel/asm-offsets.c
119
DEFINE(MM_USERS, offsetof(struct mm_struct, mm_users));
arch/xtensa/kernel/asm-offsets.c
120
DEFINE(MM_PGD, offsetof (struct mm_struct, pgd));
arch/xtensa/kernel/asm-offsets.c
121
DEFINE(MM_CONTEXT, offsetof (struct mm_struct, context));
arch/xtensa/kernel/asm-offsets.c
124
DEFINE(PAGE_FLAGS, offsetof(struct page, flags));
arch/xtensa/kernel/asm-offsets.c
127
DEFINE(_CLONE_VM, CLONE_VM);
arch/xtensa/kernel/asm-offsets.c
128
DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED);
arch/xtensa/kernel/asm-offsets.c
129
DEFINE(PG_ARCH_1, PG_arch_1);
arch/xtensa/kernel/asm-offsets.c
132
DEFINE(DT_DEBUG_EXCEPTION,
arch/xtensa/kernel/asm-offsets.c
134
DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save));
arch/xtensa/kernel/asm-offsets.c
136
DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save));
arch/xtensa/kernel/asm-offsets.c
137
DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save));
arch/xtensa/kernel/asm-offsets.c
138
DEFINE(DT_ICOUNT_LEVEL_SAVE,
arch/xtensa/kernel/asm-offsets.c
143
DEFINE(EXC_TABLE_KSTK, offsetof(struct exc_table, kstk));
arch/xtensa/kernel/asm-offsets.c
144
DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save));
arch/xtensa/kernel/asm-offsets.c
145
DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup));
arch/xtensa/kernel/asm-offsets.c
146
DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param));
arch/xtensa/kernel/asm-offsets.c
148
DEFINE(EXC_TABLE_COPROCESSOR_OWNER,
arch/xtensa/kernel/asm-offsets.c
151
DEFINE(EXC_TABLE_FAST_USER,
arch/xtensa/kernel/asm-offsets.c
153
DEFINE(EXC_TABLE_FAST_KERNEL,
arch/xtensa/kernel/asm-offsets.c
155
DEFINE(EXC_TABLE_DEFAULT, offsetof(struct exc_table, default_handler));
arch/xtensa/kernel/asm-offsets.c
158
DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
arch/xtensa/kernel/asm-offsets.c
159
DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
arch/xtensa/kernel/asm-offsets.c
160
DEFINE(PBE_NEXT, offsetof(struct pbe, next));
arch/xtensa/kernel/asm-offsets.c
161
DEFINE(PBE_SIZE, sizeof(struct pbe));
arch/xtensa/kernel/asm-offsets.c
34
DEFINE(PT_PC, offsetof (struct pt_regs, pc));
arch/xtensa/kernel/asm-offsets.c
35
DEFINE(PT_PS, offsetof (struct pt_regs, ps));
arch/xtensa/kernel/asm-offsets.c
36
DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
arch/xtensa/kernel/asm-offsets.c
37
DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
arch/xtensa/kernel/asm-offsets.c
38
DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
arch/xtensa/kernel/asm-offsets.c
39
DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
arch/xtensa/kernel/asm-offsets.c
40
DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
arch/xtensa/kernel/asm-offsets.c
41
DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
arch/xtensa/kernel/asm-offsets.c
42
DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
arch/xtensa/kernel/asm-offsets.c
43
DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount));
arch/xtensa/kernel/asm-offsets.c
44
DEFINE(PT_SAR, offsetof (struct pt_regs, sar));
arch/xtensa/kernel/asm-offsets.c
45
DEFINE(PT_ICOUNTLEVEL, offsetof (struct pt_regs, icountlevel));
arch/xtensa/kernel/asm-offsets.c
46
DEFINE(PT_SYSCALL, offsetof (struct pt_regs, syscall));
arch/xtensa/kernel/asm-offsets.c
47
DEFINE(PT_SCOMPARE1, offsetof(struct pt_regs, scompare1));
arch/xtensa/kernel/asm-offsets.c
48
DEFINE(PT_THREADPTR, offsetof(struct pt_regs, threadptr));
arch/xtensa/kernel/asm-offsets.c
49
DEFINE(PT_AREG, offsetof (struct pt_regs, areg[0]));
arch/xtensa/kernel/asm-offsets.c
50
DEFINE(PT_AREG0, offsetof (struct pt_regs, areg[0]));
arch/xtensa/kernel/asm-offsets.c
51
DEFINE(PT_AREG1, offsetof (struct pt_regs, areg[1]));
arch/xtensa/kernel/asm-offsets.c
52
DEFINE(PT_AREG2, offsetof (struct pt_regs, areg[2]));
arch/xtensa/kernel/asm-offsets.c
53
DEFINE(PT_AREG3, offsetof (struct pt_regs, areg[3]));
arch/xtensa/kernel/asm-offsets.c
54
DEFINE(PT_AREG4, offsetof (struct pt_regs, areg[4]));
arch/xtensa/kernel/asm-offsets.c
55
DEFINE(PT_AREG5, offsetof (struct pt_regs, areg[5]));
arch/xtensa/kernel/asm-offsets.c
56
DEFINE(PT_AREG6, offsetof (struct pt_regs, areg[6]));
arch/xtensa/kernel/asm-offsets.c
57
DEFINE(PT_AREG7, offsetof (struct pt_regs, areg[7]));
arch/xtensa/kernel/asm-offsets.c
58
DEFINE(PT_AREG8, offsetof (struct pt_regs, areg[8]));
arch/xtensa/kernel/asm-offsets.c
59
DEFINE(PT_AREG9, offsetof (struct pt_regs, areg[9]));
arch/xtensa/kernel/asm-offsets.c
60
DEFINE(PT_AREG10, offsetof (struct pt_regs, areg[10]));
arch/xtensa/kernel/asm-offsets.c
61
DEFINE(PT_AREG11, offsetof (struct pt_regs, areg[11]));
arch/xtensa/kernel/asm-offsets.c
62
DEFINE(PT_AREG12, offsetof (struct pt_regs, areg[12]));
arch/xtensa/kernel/asm-offsets.c
63
DEFINE(PT_AREG13, offsetof (struct pt_regs, areg[13]));
arch/xtensa/kernel/asm-offsets.c
64
DEFINE(PT_AREG14, offsetof (struct pt_regs, areg[14]));
arch/xtensa/kernel/asm-offsets.c
65
DEFINE(PT_AREG15, offsetof (struct pt_regs, areg[15]));
arch/xtensa/kernel/asm-offsets.c
66
DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase));
arch/xtensa/kernel/asm-offsets.c
67
DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
arch/xtensa/kernel/asm-offsets.c
68
DEFINE(PT_KERNEL_SIZE, offsetof(struct pt_regs, areg[16]));
arch/xtensa/kernel/asm-offsets.c
69
DEFINE(PT_AREG_END, offsetof (struct pt_regs, areg[XCHAL_NUM_AREGS]));
arch/xtensa/kernel/asm-offsets.c
70
DEFINE(PT_USER_SIZE, offsetof(struct pt_regs, areg[XCHAL_NUM_AREGS]));
arch/xtensa/kernel/asm-offsets.c
71
DEFINE(PT_XTREGS_OPT, offsetof(struct pt_regs, xtregs_opt));
arch/xtensa/kernel/asm-offsets.c
72
DEFINE(XTREGS_OPT_SIZE, sizeof(xtregs_opt_t));
arch/xtensa/kernel/asm-offsets.c
75
DEFINE(TASK_PTRACE, offsetof (struct task_struct, ptrace));
arch/xtensa/kernel/asm-offsets.c
76
DEFINE(TASK_MM, offsetof (struct task_struct, mm));
arch/xtensa/kernel/asm-offsets.c
77
DEFINE(TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm));
arch/xtensa/kernel/asm-offsets.c
78
DEFINE(TASK_PID, offsetof (struct task_struct, pid));
arch/xtensa/kernel/asm-offsets.c
79
DEFINE(TASK_THREAD, offsetof (struct task_struct, thread));
arch/xtensa/kernel/asm-offsets.c
80
DEFINE(TASK_THREAD_INFO, offsetof (struct task_struct, stack));
arch/xtensa/kernel/asm-offsets.c
82
DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
arch/xtensa/kernel/asm-offsets.c
84
DEFINE(TASK_STRUCT_SIZE, sizeof (struct task_struct));
arch/xtensa/kernel/asm-offsets.c
97
DEFINE(THREAD_RA, offsetof (struct task_struct, thread.ra));
arch/xtensa/kernel/asm-offsets.c
98
DEFINE(THREAD_SP, offsetof (struct task_struct, thread.sp));
drivers/net/wireless/ath/wcn36xx/firmware.c
10
DEFINE(P2P),
drivers/net/wireless/ath/wcn36xx/firmware.c
11
DEFINE(DOT11AC),
drivers/net/wireless/ath/wcn36xx/firmware.c
12
DEFINE(SLM_SESSIONIZATION),
drivers/net/wireless/ath/wcn36xx/firmware.c
13
DEFINE(DOT11AC_OPMODE),
drivers/net/wireless/ath/wcn36xx/firmware.c
14
DEFINE(SAP32STA),
drivers/net/wireless/ath/wcn36xx/firmware.c
15
DEFINE(TDLS),
drivers/net/wireless/ath/wcn36xx/firmware.c
16
DEFINE(P2P_GO_NOA_DECOUPLE_INIT_SCAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
17
DEFINE(WLANACTIVE_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
18
DEFINE(BEACON_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
19
DEFINE(SCAN_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
20
DEFINE(ROAM_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
21
DEFINE(BCN_MISS_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
22
DEFINE(STA_POWERSAVE),
drivers/net/wireless/ath/wcn36xx/firmware.c
23
DEFINE(STA_ADVANCED_PWRSAVE),
drivers/net/wireless/ath/wcn36xx/firmware.c
24
DEFINE(AP_UAPSD),
drivers/net/wireless/ath/wcn36xx/firmware.c
25
DEFINE(AP_DFS),
drivers/net/wireless/ath/wcn36xx/firmware.c
26
DEFINE(BLOCKACK),
drivers/net/wireless/ath/wcn36xx/firmware.c
27
DEFINE(PHY_ERR),
drivers/net/wireless/ath/wcn36xx/firmware.c
28
DEFINE(BCN_FILTER),
drivers/net/wireless/ath/wcn36xx/firmware.c
29
DEFINE(RTT),
drivers/net/wireless/ath/wcn36xx/firmware.c
30
DEFINE(RATECTRL),
drivers/net/wireless/ath/wcn36xx/firmware.c
31
DEFINE(WOW),
drivers/net/wireless/ath/wcn36xx/firmware.c
32
DEFINE(WLAN_ROAM_SCAN_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
33
DEFINE(SPECULATIVE_PS_POLL),
drivers/net/wireless/ath/wcn36xx/firmware.c
34
DEFINE(SCAN_SCH),
drivers/net/wireless/ath/wcn36xx/firmware.c
35
DEFINE(IBSS_HEARTBEAT_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
36
DEFINE(WLAN_SCAN_OFFLOAD),
drivers/net/wireless/ath/wcn36xx/firmware.c
37
DEFINE(WLAN_PERIODIC_TX_PTRN),
drivers/net/wireless/ath/wcn36xx/firmware.c
38
DEFINE(ADVANCE_TDLS),
drivers/net/wireless/ath/wcn36xx/firmware.c
39
DEFINE(BATCH_SCAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
40
DEFINE(FW_IN_TX_PATH),
drivers/net/wireless/ath/wcn36xx/firmware.c
41
DEFINE(EXTENDED_NSOFFLOAD_SLOT),
drivers/net/wireless/ath/wcn36xx/firmware.c
42
DEFINE(CH_SWITCH_V1),
drivers/net/wireless/ath/wcn36xx/firmware.c
43
DEFINE(HT40_OBSS_SCAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
44
DEFINE(UPDATE_CHANNEL_LIST),
drivers/net/wireless/ath/wcn36xx/firmware.c
45
DEFINE(WLAN_MCADDR_FLT),
drivers/net/wireless/ath/wcn36xx/firmware.c
46
DEFINE(WLAN_CH144),
drivers/net/wireless/ath/wcn36xx/firmware.c
47
DEFINE(NAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
48
DEFINE(TDLS_SCAN_COEXISTENCE),
drivers/net/wireless/ath/wcn36xx/firmware.c
49
DEFINE(LINK_LAYER_STATS_MEAS),
drivers/net/wireless/ath/wcn36xx/firmware.c
50
DEFINE(MU_MIMO),
drivers/net/wireless/ath/wcn36xx/firmware.c
51
DEFINE(EXTENDED_SCAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
52
DEFINE(DYNAMIC_WMM_PS),
drivers/net/wireless/ath/wcn36xx/firmware.c
53
DEFINE(MAC_SPOOFED_SCAN),
drivers/net/wireless/ath/wcn36xx/firmware.c
54
DEFINE(BMU_ERROR_GENERIC_RECOVERY),
drivers/net/wireless/ath/wcn36xx/firmware.c
55
DEFINE(DISA),
drivers/net/wireless/ath/wcn36xx/firmware.c
56
DEFINE(FW_STATS),
drivers/net/wireless/ath/wcn36xx/firmware.c
57
DEFINE(WPS_PRBRSP_TMPL),
drivers/net/wireless/ath/wcn36xx/firmware.c
58
DEFINE(BCN_IE_FLT_DELTA),
drivers/net/wireless/ath/wcn36xx/firmware.c
59
DEFINE(TDLS_OFF_CHANNEL),
drivers/net/wireless/ath/wcn36xx/firmware.c
60
DEFINE(RTT3),
drivers/net/wireless/ath/wcn36xx/firmware.c
61
DEFINE(MGMT_FRAME_LOGGING),
drivers/net/wireless/ath/wcn36xx/firmware.c
62
DEFINE(ENHANCED_TXBD_COMPLETION),
drivers/net/wireless/ath/wcn36xx/firmware.c
63
DEFINE(LOGGING_ENHANCEMENT),
drivers/net/wireless/ath/wcn36xx/firmware.c
64
DEFINE(EXT_SCAN_ENHANCED),
drivers/net/wireless/ath/wcn36xx/firmware.c
65
DEFINE(MEMORY_DUMP_SUPPORTED),
drivers/net/wireless/ath/wcn36xx/firmware.c
66
DEFINE(PER_PKT_STATS_SUPPORTED),
drivers/net/wireless/ath/wcn36xx/firmware.c
67
DEFINE(EXT_LL_STAT),
drivers/net/wireless/ath/wcn36xx/firmware.c
68
DEFINE(WIFI_CONFIG),
drivers/net/wireless/ath/wcn36xx/firmware.c
69
DEFINE(ANTENNA_DIVERSITY_SELECTION),
drivers/net/wireless/ath/wcn36xx/firmware.c
9
DEFINE(MCC),
include/linux/kbuild.h
11
DEFINE(sym, offsetof(struct str, mem))
include/linux/ti-emif-sram.h
100
DEFINE(EMIF_REGS_AMX3_SIZE, sizeof(struct emif_regs_amx3));
include/linux/ti-emif-sram.h
104
DEFINE(EMIF_PM_BASE_ADDR_VIRT_OFFSET,
include/linux/ti-emif-sram.h
106
DEFINE(EMIF_PM_BASE_ADDR_PHYS_OFFSET,
include/linux/ti-emif-sram.h
108
DEFINE(EMIF_PM_CONFIG_OFFSET,
include/linux/ti-emif-sram.h
110
DEFINE(EMIF_PM_REGS_VIRT_OFFSET,
include/linux/ti-emif-sram.h
112
DEFINE(EMIF_PM_REGS_PHYS_OFFSET,
include/linux/ti-emif-sram.h
114
DEFINE(EMIF_PM_DATA_SIZE, sizeof(struct ti_emif_pm_data));
include/linux/ti-emif-sram.h
118
DEFINE(EMIF_PM_SAVE_CONTEXT_OFFSET,
include/linux/ti-emif-sram.h
120
DEFINE(EMIF_PM_RESTORE_CONTEXT_OFFSET,
include/linux/ti-emif-sram.h
122
DEFINE(EMIF_PM_RUN_HW_LEVELING,
include/linux/ti-emif-sram.h
124
DEFINE(EMIF_PM_ENTER_SR_OFFSET,
include/linux/ti-emif-sram.h
126
DEFINE(EMIF_PM_EXIT_SR_OFFSET,
include/linux/ti-emif-sram.h
128
DEFINE(EMIF_PM_ABORT_SR_OFFSET,
include/linux/ti-emif-sram.h
130
DEFINE(EMIF_PM_FUNCTIONS_SIZE, sizeof(struct ti_emif_pm_functions));
include/linux/ti-emif-sram.h
58
DEFINE(EMIF_SDCFG_VAL_OFFSET,
include/linux/ti-emif-sram.h
60
DEFINE(EMIF_TIMING1_VAL_OFFSET,
include/linux/ti-emif-sram.h
62
DEFINE(EMIF_TIMING2_VAL_OFFSET,
include/linux/ti-emif-sram.h
64
DEFINE(EMIF_TIMING3_VAL_OFFSET,
include/linux/ti-emif-sram.h
66
DEFINE(EMIF_REF_CTRL_VAL_OFFSET,
include/linux/ti-emif-sram.h
68
DEFINE(EMIF_ZQCFG_VAL_OFFSET,
include/linux/ti-emif-sram.h
70
DEFINE(EMIF_PMCR_VAL_OFFSET,
include/linux/ti-emif-sram.h
72
DEFINE(EMIF_PMCR_SHDW_VAL_OFFSET,
include/linux/ti-emif-sram.h
74
DEFINE(EMIF_RD_WR_LEVEL_RAMP_CTRL_OFFSET,
include/linux/ti-emif-sram.h
76
DEFINE(EMIF_RD_WR_EXEC_THRESH_OFFSET,
include/linux/ti-emif-sram.h
78
DEFINE(EMIF_COS_CONFIG_OFFSET,
include/linux/ti-emif-sram.h
80
DEFINE(EMIF_PRIORITY_TO_COS_MAPPING_OFFSET,
include/linux/ti-emif-sram.h
82
DEFINE(EMIF_CONNECT_ID_SERV_1_MAP_OFFSET,
include/linux/ti-emif-sram.h
84
DEFINE(EMIF_CONNECT_ID_SERV_2_MAP_OFFSET,
include/linux/ti-emif-sram.h
86
DEFINE(EMIF_OCP_CONFIG_VAL_OFFSET,
include/linux/ti-emif-sram.h
88
DEFINE(EMIF_LPDDR2_NVM_TIM_OFFSET,
include/linux/ti-emif-sram.h
90
DEFINE(EMIF_LPDDR2_NVM_TIM_SHDW_OFFSET,
include/linux/ti-emif-sram.h
92
DEFINE(EMIF_DLL_CALIB_CTRL_VAL_OFFSET,
include/linux/ti-emif-sram.h
94
DEFINE(EMIF_DLL_CALIB_CTRL_VAL_SHDW_OFFSET,
include/linux/ti-emif-sram.h
96
DEFINE(EMIF_DDR_PHY_CTLR_1_OFFSET,
include/linux/ti-emif-sram.h
98
DEFINE(EMIF_EXT_PHY_CTRL_VALS_OFFSET,
kernel/bounds.c
20
DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
kernel/bounds.c
21
DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES);
kernel/bounds.c
23
DEFINE(NR_CPUS_BITS, order_base_2(CONFIG_NR_CPUS));
kernel/bounds.c
25
DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
kernel/bounds.c
27
DEFINE(LRU_GEN_WIDTH, order_base_2(MAX_NR_GENS + 1));
kernel/bounds.c
28
DEFINE(__LRU_REFS_WIDTH, MAX_NR_TIERS - 2);
kernel/bounds.c
30
DEFINE(LRU_GEN_WIDTH, 0);
kernel/bounds.c
31
DEFINE(__LRU_REFS_WIDTH, 0);
kernel/sched/rq-offsets.c
9
DEFINE(RQ_nr_pinned, offsetof(struct rq, nr_pinned));
samples/bpf/syscall_nrs.c
8
#define SYSNR(_NR) DEFINE(SYS ## _NR, _NR)
scripts/mod/devicetable-offsets.c
6
#define DEVID(devid) DEFINE(SIZE_##devid, sizeof(struct devid))
scripts/mod/devicetable-offsets.c
8
DEFINE(OFF_##devid##_##field, offsetof(struct devid, field))