Thomas Gleixner | caab277 | 2019-06-03 07:44:50 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Based on arch/arm/kernel/asm-offsets.c |
| 4 | * |
| 5 | * Copyright (C) 1995-2003 Russell King |
| 6 | * 2001-2002 Keith Owens |
| 7 | * Copyright (C) 2012 ARM Ltd. |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 8 | */ |
| 9 | |
James Morse | f5df269 | 2018-01-08 15:38:12 +0000 | [diff] [blame] | 10 | #include <linux/arm_sdei.h> |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 11 | #include <linux/sched.h> |
| 12 | #include <linux/mm.h> |
| 13 | #include <linux/dma-mapping.h> |
Marc Zyngier | c3eb5b1 | 2013-07-04 13:34:32 +0100 | [diff] [blame] | 14 | #include <linux/kvm_host.h> |
Ard Biesheuvel | 24534b3 | 2018-03-29 15:13:23 +0200 | [diff] [blame] | 15 | #include <linux/preempt.h> |
James Morse | 82869ac | 2016-04-27 17:47:12 +0100 | [diff] [blame] | 16 | #include <linux/suspend.h> |
Vincenzo Frascino | 28b1a82 | 2019-06-21 10:52:31 +0100 | [diff] [blame^] | 17 | #include <vdso/datapage.h> |
Suzuki K Poulose | 116c81f | 2016-09-09 14:07:16 +0100 | [diff] [blame] | 18 | #include <asm/cpufeature.h> |
Will Deacon | 51a0048 | 2017-11-14 14:14:17 +0000 | [diff] [blame] | 19 | #include <asm/fixmap.h> |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 20 | #include <asm/thread_info.h> |
| 21 | #include <asm/memory.h> |
Lorenzo Pieralisi | 9532252 | 2013-07-22 12:22:13 +0100 | [diff] [blame] | 22 | #include <asm/smp_plat.h> |
| 23 | #include <asm/suspend.h> |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 24 | #include <linux/kbuild.h> |
Jens Wiklander | 1445745 | 2016-01-04 15:44:32 +0100 | [diff] [blame] | 25 | #include <linux/arm-smccc.h> |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 26 | |
| 27 | int main(void) |
| 28 | { |
| 29 | DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); |
| 30 | BLANK(); |
Mark Rutland | c02433d | 2016-11-03 20:23:13 +0000 | [diff] [blame] | 31 | DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags)); |
| 32 | DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count)); |
| 33 | DEFINE(TSK_TI_ADDR_LIMIT, offsetof(struct task_struct, thread_info.addr_limit)); |
Catalin Marinas | 4b65a5d | 2016-07-01 16:53:00 +0100 | [diff] [blame] | 34 | #ifdef CONFIG_ARM64_SW_TTBR0_PAN |
| 35 | DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0)); |
| 36 | #endif |
Mark Rutland | c02433d | 2016-11-03 20:23:13 +0000 | [diff] [blame] | 37 | DEFINE(TSK_STACK, offsetof(struct task_struct, stack)); |
Ard Biesheuvel | 0a1213f | 2018-12-12 13:08:44 +0100 | [diff] [blame] | 38 | #ifdef CONFIG_STACKPROTECTOR |
| 39 | DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); |
| 40 | #endif |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 41 | BLANK(); |
| 42 | DEFINE(THREAD_CPU_CONTEXT, offsetof(struct task_struct, thread.cpu_context)); |
| 43 | BLANK(); |
| 44 | DEFINE(S_X0, offsetof(struct pt_regs, regs[0])); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 45 | DEFINE(S_X2, offsetof(struct pt_regs, regs[2])); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 46 | DEFINE(S_X4, offsetof(struct pt_regs, regs[4])); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 47 | DEFINE(S_X6, offsetof(struct pt_regs, regs[6])); |
William Cohen | da6a912 | 2016-07-08 12:35:52 -0400 | [diff] [blame] | 48 | DEFINE(S_X8, offsetof(struct pt_regs, regs[8])); |
| 49 | DEFINE(S_X10, offsetof(struct pt_regs, regs[10])); |
| 50 | DEFINE(S_X12, offsetof(struct pt_regs, regs[12])); |
| 51 | DEFINE(S_X14, offsetof(struct pt_regs, regs[14])); |
| 52 | DEFINE(S_X16, offsetof(struct pt_regs, regs[16])); |
| 53 | DEFINE(S_X18, offsetof(struct pt_regs, regs[18])); |
| 54 | DEFINE(S_X20, offsetof(struct pt_regs, regs[20])); |
| 55 | DEFINE(S_X22, offsetof(struct pt_regs, regs[22])); |
| 56 | DEFINE(S_X24, offsetof(struct pt_regs, regs[24])); |
| 57 | DEFINE(S_X26, offsetof(struct pt_regs, regs[26])); |
| 58 | DEFINE(S_X28, offsetof(struct pt_regs, regs[28])); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 59 | DEFINE(S_LR, offsetof(struct pt_regs, regs[30])); |
| 60 | DEFINE(S_SP, offsetof(struct pt_regs, sp)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 61 | DEFINE(S_PSTATE, offsetof(struct pt_regs, pstate)); |
| 62 | DEFINE(S_PC, offsetof(struct pt_regs, pc)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 63 | DEFINE(S_SYSCALLNO, offsetof(struct pt_regs, syscallno)); |
James Morse | e19a6ee | 2016-06-20 18:28:01 +0100 | [diff] [blame] | 64 | DEFINE(S_ORIG_ADDR_LIMIT, offsetof(struct pt_regs, orig_addr_limit)); |
Julien Thierry | 133d051 | 2019-01-31 14:58:46 +0000 | [diff] [blame] | 65 | DEFINE(S_PMR_SAVE, offsetof(struct pt_regs, pmr_save)); |
Ard Biesheuvel | 7326749 | 2017-07-22 18:45:33 +0100 | [diff] [blame] | 66 | DEFINE(S_STACKFRAME, offsetof(struct pt_regs, stackframe)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 67 | DEFINE(S_FRAME_SIZE, sizeof(struct pt_regs)); |
| 68 | BLANK(); |
Will Deacon | 5aec715 | 2015-10-06 18:46:24 +0100 | [diff] [blame] | 69 | DEFINE(MM_CONTEXT_ID, offsetof(struct mm_struct, context.id.counter)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 70 | BLANK(); |
| 71 | DEFINE(VMA_VM_MM, offsetof(struct vm_area_struct, vm_mm)); |
| 72 | DEFINE(VMA_VM_FLAGS, offsetof(struct vm_area_struct, vm_flags)); |
| 73 | BLANK(); |
| 74 | DEFINE(VM_EXEC, VM_EXEC); |
| 75 | BLANK(); |
| 76 | DEFINE(PAGE_SZ, PAGE_SIZE); |
| 77 | BLANK(); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 78 | DEFINE(DMA_TO_DEVICE, DMA_TO_DEVICE); |
| 79 | DEFINE(DMA_FROM_DEVICE, DMA_FROM_DEVICE); |
| 80 | BLANK(); |
Ard Biesheuvel | 24534b3 | 2018-03-29 15:13:23 +0200 | [diff] [blame] | 81 | DEFINE(PREEMPT_DISABLE_OFFSET, PREEMPT_DISABLE_OFFSET); |
| 82 | BLANK(); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 83 | DEFINE(CLOCK_REALTIME, CLOCK_REALTIME); |
| 84 | DEFINE(CLOCK_MONOTONIC, CLOCK_MONOTONIC); |
Kevin Brodsky | 49eea43 | 2016-07-12 11:24:00 +0100 | [diff] [blame] | 85 | DEFINE(CLOCK_MONOTONIC_RAW, CLOCK_MONOTONIC_RAW); |
Vincenzo Frascino | 81fb873 | 2019-04-16 17:14:30 +0100 | [diff] [blame] | 86 | DEFINE(CLOCK_REALTIME_RES, offsetof(struct vdso_data, hrtimer_res)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 87 | DEFINE(CLOCK_REALTIME_COARSE, CLOCK_REALTIME_COARSE); |
| 88 | DEFINE(CLOCK_MONOTONIC_COARSE,CLOCK_MONOTONIC_COARSE); |
| 89 | DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); |
| 90 | DEFINE(NSEC_PER_SEC, NSEC_PER_SEC); |
| 91 | BLANK(); |
Vincenzo Frascino | 28b1a82 | 2019-06-21 10:52:31 +0100 | [diff] [blame^] | 92 | DEFINE(VDSO_SEQ, offsetof(struct vdso_data, seq)); |
| 93 | DEFINE(VDSO_CLK_MODE, offsetof(struct vdso_data, clock_mode)); |
| 94 | DEFINE(VDSO_CYCLE_LAST, offsetof(struct vdso_data, cycle_last)); |
| 95 | DEFINE(VDSO_MASK, offsetof(struct vdso_data, mask)); |
| 96 | DEFINE(VDSO_MULT, offsetof(struct vdso_data, mult)); |
| 97 | DEFINE(VDSO_SHIFT, offsetof(struct vdso_data, shift)); |
| 98 | DEFINE(VDSO_REALTIME_SEC, offsetof(struct vdso_data, basetime[CLOCK_REALTIME].sec)); |
| 99 | DEFINE(VDSO_REALTIME_NSEC, offsetof(struct vdso_data, basetime[CLOCK_REALTIME].nsec)); |
| 100 | DEFINE(VDSO_MONO_SEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC].sec)); |
| 101 | DEFINE(VDSO_MONO_NSEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC].nsec)); |
| 102 | DEFINE(VDSO_MONO_RAW_SEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC_RAW].sec)); |
| 103 | DEFINE(VDSO_MONO_RAW_NSEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC_RAW].nsec)); |
| 104 | DEFINE(VDSO_BOOTTIME_SEC, offsetof(struct vdso_data, basetime[CLOCK_BOOTTIME].sec)); |
| 105 | DEFINE(VDSO_BOOTTIME_NSEC, offsetof(struct vdso_data, basetime[CLOCK_BOOTTIME].nsec)); |
| 106 | DEFINE(VDSO_TAI_SEC, offsetof(struct vdso_data, basetime[CLOCK_TAI].sec)); |
| 107 | DEFINE(VDSO_TAI_NSEC, offsetof(struct vdso_data, basetime[CLOCK_TAI].nsec)); |
| 108 | DEFINE(VDSO_RT_COARSE_SEC, offsetof(struct vdso_data, basetime[CLOCK_REALTIME_COARSE].sec)); |
| 109 | DEFINE(VDSO_RT_COARSE_NSEC, offsetof(struct vdso_data, basetime[CLOCK_REALTIME_COARSE].nsec)); |
| 110 | DEFINE(VDSO_MONO_COARSE_SEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC_COARSE].sec)); |
| 111 | DEFINE(VDSO_MONO_COARSE_NSEC, offsetof(struct vdso_data, basetime[CLOCK_MONOTONIC_COARSE].nsec)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 112 | DEFINE(VDSO_TZ_MINWEST, offsetof(struct vdso_data, tz_minuteswest)); |
Vincenzo Frascino | 28b1a82 | 2019-06-21 10:52:31 +0100 | [diff] [blame^] | 113 | DEFINE(VDSO_TZ_DSTTIME, offsetof(struct vdso_data, tz_dsttime)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 114 | BLANK(); |
| 115 | DEFINE(TVAL_TV_SEC, offsetof(struct timeval, tv_sec)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 116 | DEFINE(TSPEC_TV_SEC, offsetof(struct timespec, tv_sec)); |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 117 | BLANK(); |
| 118 | DEFINE(TZ_MINWEST, offsetof(struct timezone, tz_minuteswest)); |
| 119 | DEFINE(TZ_DSTTIME, offsetof(struct timezone, tz_dsttime)); |
Marc Zyngier | 55c7401 | 2012-12-10 16:40:18 +0000 | [diff] [blame] | 120 | BLANK(); |
Suzuki K Poulose | bb90527 | 2016-02-23 10:31:42 +0000 | [diff] [blame] | 121 | DEFINE(CPU_BOOT_STACK, offsetof(struct secondary_data, stack)); |
Mark Rutland | c02433d | 2016-11-03 20:23:13 +0000 | [diff] [blame] | 122 | DEFINE(CPU_BOOT_TASK, offsetof(struct secondary_data, task)); |
Suzuki K Poulose | bb90527 | 2016-02-23 10:31:42 +0000 | [diff] [blame] | 123 | BLANK(); |
Marc Zyngier | 55c7401 | 2012-12-10 16:40:18 +0000 | [diff] [blame] | 124 | #ifdef CONFIG_KVM_ARM_HOST |
| 125 | DEFINE(VCPU_CONTEXT, offsetof(struct kvm_vcpu, arch.ctxt)); |
James Morse | 0067df4 | 2018-01-15 19:39:05 +0000 | [diff] [blame] | 126 | DEFINE(VCPU_FAULT_DISR, offsetof(struct kvm_vcpu, arch.fault.disr_el1)); |
Marc Zyngier | b4f18c0 | 2018-05-29 13:11:17 +0100 | [diff] [blame] | 127 | DEFINE(VCPU_WORKAROUND_FLAGS, offsetof(struct kvm_vcpu, arch.workaround_flags)); |
Mark Rutland | 384b40c | 2019-04-23 10:12:35 +0530 | [diff] [blame] | 128 | DEFINE(VCPU_HCR_EL2, offsetof(struct kvm_vcpu, arch.hcr_el2)); |
Marc Zyngier | 55c7401 | 2012-12-10 16:40:18 +0000 | [diff] [blame] | 129 | DEFINE(CPU_GP_REGS, offsetof(struct kvm_cpu_context, gp_regs)); |
Mark Rutland | 384b40c | 2019-04-23 10:12:35 +0530 | [diff] [blame] | 130 | DEFINE(CPU_APIAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APIAKEYLO_EL1])); |
| 131 | DEFINE(CPU_APIBKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APIBKEYLO_EL1])); |
| 132 | DEFINE(CPU_APDAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APDAKEYLO_EL1])); |
| 133 | DEFINE(CPU_APDBKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APDBKEYLO_EL1])); |
| 134 | DEFINE(CPU_APGAKEYLO_EL1, offsetof(struct kvm_cpu_context, sys_regs[APGAKEYLO_EL1])); |
Marc Zyngier | 55c7401 | 2012-12-10 16:40:18 +0000 | [diff] [blame] | 135 | DEFINE(CPU_USER_PT_REGS, offsetof(struct kvm_regs, regs)); |
Christoffer Dall | 4464e21 | 2017-10-08 17:01:56 +0200 | [diff] [blame] | 136 | DEFINE(HOST_CONTEXT_VCPU, offsetof(struct kvm_cpu_context, __hyp_running_vcpu)); |
Andrew Murray | 630a168 | 2019-04-09 20:22:11 +0100 | [diff] [blame] | 137 | DEFINE(HOST_DATA_CONTEXT, offsetof(struct kvm_host_data, host_ctxt)); |
Marc Zyngier | 55c7401 | 2012-12-10 16:40:18 +0000 | [diff] [blame] | 138 | #endif |
Lorenzo Pieralisi | af3cfdb | 2015-01-26 18:33:44 +0000 | [diff] [blame] | 139 | #ifdef CONFIG_CPU_PM |
Lorenzo Pieralisi | 9532252 | 2013-07-22 12:22:13 +0100 | [diff] [blame] | 140 | DEFINE(CPU_CTX_SP, offsetof(struct cpu_suspend_ctx, sp)); |
| 141 | DEFINE(MPIDR_HASH_MASK, offsetof(struct mpidr_hash, mask)); |
| 142 | DEFINE(MPIDR_HASH_SHIFTS, offsetof(struct mpidr_hash, shift_aff)); |
James Morse | adc9b2d | 2016-04-27 17:47:06 +0100 | [diff] [blame] | 143 | DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS, offsetof(struct sleep_stack_data, system_regs)); |
| 144 | DEFINE(SLEEP_STACK_DATA_CALLEE_REGS, offsetof(struct sleep_stack_data, callee_saved_regs)); |
Lorenzo Pieralisi | 9532252 | 2013-07-22 12:22:13 +0100 | [diff] [blame] | 145 | #endif |
Andy Gross | 680a087 | 2017-02-01 11:28:27 -0600 | [diff] [blame] | 146 | DEFINE(ARM_SMCCC_RES_X0_OFFS, offsetof(struct arm_smccc_res, a0)); |
| 147 | DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2)); |
| 148 | DEFINE(ARM_SMCCC_QUIRK_ID_OFFS, offsetof(struct arm_smccc_quirk, id)); |
| 149 | DEFINE(ARM_SMCCC_QUIRK_STATE_OFFS, offsetof(struct arm_smccc_quirk, state)); |
James Morse | 82869ac | 2016-04-27 17:47:12 +0100 | [diff] [blame] | 150 | BLANK(); |
| 151 | DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); |
| 152 | DEFINE(HIBERN_PBE_ADDR, offsetof(struct pbe, address)); |
| 153 | DEFINE(HIBERN_PBE_NEXT, offsetof(struct pbe, next)); |
Suzuki K Poulose | 116c81f | 2016-09-09 14:07:16 +0100 | [diff] [blame] | 154 | DEFINE(ARM64_FTR_SYSVAL, offsetof(struct arm64_ftr_reg, sys_val)); |
Will Deacon | 51a0048 | 2017-11-14 14:14:17 +0000 | [diff] [blame] | 155 | BLANK(); |
| 156 | #ifdef CONFIG_UNMAP_KERNEL_AT_EL0 |
| 157 | DEFINE(TRAMP_VALIAS, TRAMP_VALIAS); |
| 158 | #endif |
James Morse | f5df269 | 2018-01-08 15:38:12 +0000 | [diff] [blame] | 159 | #ifdef CONFIG_ARM_SDE_INTERFACE |
| 160 | DEFINE(SDEI_EVENT_INTREGS, offsetof(struct sdei_registered_event, interrupted_regs)); |
| 161 | DEFINE(SDEI_EVENT_PRIORITY, offsetof(struct sdei_registered_event, priority)); |
| 162 | #endif |
Catalin Marinas | 0be7320 | 2012-03-05 11:49:26 +0000 | [diff] [blame] | 163 | return 0; |
| 164 | } |