offsetof           17 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
offsetof           18 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
offsetof           19 arch/alpha/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
offsetof           22 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
offsetof           23 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_CRED, offsetof(struct task_struct, cred));
offsetof           24 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent));
offsetof           25 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader));
offsetof           26 arch/alpha/kernel/asm-offsets.c         DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
offsetof           29 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_UID,  offsetof(struct cred, uid));
offsetof           30 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_EUID, offsetof(struct cred, euid));
offsetof           31 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_GID,  offsetof(struct cred, gid));
offsetof           32 arch/alpha/kernel/asm-offsets.c         DEFINE(CRED_EGID, offsetof(struct cred, egid));
offsetof           42 arch/alpha/kernel/asm-offsets.c 	DEFINE(HAE_CACHE, offsetof(struct alpha_machine_vector, hae_cache));
offsetof           43 arch/alpha/kernel/asm-offsets.c 	DEFINE(HAE_REG, offsetof(struct alpha_machine_vector, hae_register));
offsetof           93 arch/alpha/kernel/osf_sys.c #define NAME_OFFSET	offsetof (struct osf_dirent, d_name)
offsetof         1190 arch/alpha/kernel/osf_sys.c 	      sizeof(struct rusage32) - offsetof(struct rusage32, ru_maxrss)))
offsetof         1260 arch/alpha/kernel/osf_sys.c 	if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) ||
offsetof         1262 arch/alpha/kernel/osf_sys.c 			   offsetof(struct timex32, tick)))
offsetof         1270 arch/alpha/kernel/osf_sys.c 	if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) ||
offsetof         1272 arch/alpha/kernel/osf_sys.c 			  offsetof(struct timex32, tick))) ||
offsetof           77 arch/alpha/kernel/ptrace.c   (PAGE_SIZE*2 - sizeof(struct pt_regs) + offsetof(struct pt_regs, reg))
offsetof           81 arch/alpha/kernel/ptrace.c   + offsetof(struct switch_stack, reg))
offsetof          142 arch/alpha/kernel/signal.c         [offsetof(struct rt_sigframe, uc.uc_mcontext) == 176 ? 1 : -1];
offsetof           17 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
offsetof           18 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
offsetof           22 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
offsetof           23 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));
offsetof           25 arch/arc/kernel/asm-offsets.c 	       offsetof(struct thread_struct, fault_address));
offsetof           29 arch/arc/kernel/asm-offsets.c 	DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));
offsetof           31 arch/arc/kernel/asm-offsets.c 	       offsetof(struct thread_info, preempt_count));
offsetof           35 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
offsetof           36 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
offsetof           37 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
offsetof           38 arch/arc/kernel/asm-offsets.c 	DEFINE(TASK_COMM, offsetof(struct task_struct, comm));
offsetof           40 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_CTXT, offsetof(struct mm_struct, context));
offsetof           41 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_PGD, offsetof(struct mm_struct, pgd));
offsetof           43 arch/arc/kernel/asm-offsets.c 	DEFINE(MM_CTXT_ASID, offsetof(mm_context_t, asid));
offsetof           47 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_status32, offsetof(struct pt_regs, status32));
offsetof           48 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_event, offsetof(struct pt_regs, event));
offsetof           49 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_sp, offsetof(struct pt_regs, sp));
offsetof           50 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r0, offsetof(struct pt_regs, r0));
offsetof           51 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r1, offsetof(struct pt_regs, r1));
offsetof           52 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r2, offsetof(struct pt_regs, r2));
offsetof           53 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r3, offsetof(struct pt_regs, r3));
offsetof           54 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r4, offsetof(struct pt_regs, r4));
offsetof           55 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r5, offsetof(struct pt_regs, r5));
offsetof           56 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r6, offsetof(struct pt_regs, r6));
offsetof           57 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r7, offsetof(struct pt_regs, r7));
offsetof           58 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r8, offsetof(struct pt_regs, r8));
offsetof           59 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r10, offsetof(struct pt_regs, r10));
offsetof           60 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_r26, offsetof(struct pt_regs, r26));
offsetof           61 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_ret, offsetof(struct pt_regs, ret));
offsetof           62 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_blink, offsetof(struct pt_regs, blink));
offsetof           63 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_lpe, offsetof(struct pt_regs, lp_end));
offsetof           64 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_lpc, offsetof(struct pt_regs, lp_count));
offsetof           65 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_user_r25, offsetof(struct pt_regs, user_r25));
offsetof           69 arch/arc/kernel/asm-offsets.c 	DEFINE(PT_user_r25, offsetof(struct pt_regs, user_r25));
offsetof           32 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, START), \
offsetof           33 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, END));
offsetof           38 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC), \
offsetof           39 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC) + 4);
offsetof           44 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC), \
offsetof           45 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC) + 4);
offsetof          118 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, FIRST), \
offsetof          119 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, NEXT));
offsetof          125 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC), \
offsetof          126 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC) + 4);
offsetof          131 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC), \
offsetof          132 arch/arc/kernel/ptrace.c 			offsetof(struct user_regs_struct, LOC) + 4);
offsetof           44 arch/arc/kernel/unwind.c 		BUILD_BUG_ON_ZERO(offsetof(struct unwind_frame_info, f) \
offsetof           46 arch/arc/kernel/unwind.c 				+ offsetof(struct unwind_frame_info, f) \
offsetof          326 arch/arc/kernel/unwind.c 	BUILD_BUG_ON(offsetof(typeof(*header), fde_count)
offsetof          330 arch/arc/kernel/unwind.c 	BUILD_BUG_ON(offsetof(typeof(*header), table)
offsetof           32 arch/arm/crypto/sha1_glue.c 	BUILD_BUG_ON(offsetof(struct sha1_state, state) != 0);
offsetof           35 arch/arm/crypto/sha256_glue.c 	BUILD_BUG_ON(offsetof(struct sha256_state, state) != 0);
offsetof          127 arch/arm/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, ARM_ORIG_r0))
offsetof          190 arch/arm/include/uapi/asm/kvm.h #define KVM_REG_ARM_CORE_REG(name)	(offsetof(struct kvm_regs, name) / 4)
offsetof           49 arch/arm/kernel/asm-offsets.c   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));
offsetof           51 arch/arm/kernel/asm-offsets.c   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));
offsetof           54 arch/arm/kernel/asm-offsets.c   DEFINE(TI_FLAGS,		offsetof(struct thread_info, flags));
offsetof           55 arch/arm/kernel/asm-offsets.c   DEFINE(TI_PREEMPT,		offsetof(struct thread_info, preempt_count));
offsetof           56 arch/arm/kernel/asm-offsets.c   DEFINE(TI_ADDR_LIMIT,		offsetof(struct thread_info, addr_limit));
offsetof           57 arch/arm/kernel/asm-offsets.c   DEFINE(TI_TASK,		offsetof(struct thread_info, task));
offsetof           58 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
offsetof           59 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU_DOMAIN,		offsetof(struct thread_info, cpu_domain));
offsetof           60 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CPU_SAVE,		offsetof(struct thread_info, cpu_context));
offsetof           61 arch/arm/kernel/asm-offsets.c   DEFINE(TI_USED_CP,		offsetof(struct thread_info, used_cp));
offsetof           62 arch/arm/kernel/asm-offsets.c   DEFINE(TI_TP_VALUE,		offsetof(struct thread_info, tp_value));
offsetof           63 arch/arm/kernel/asm-offsets.c   DEFINE(TI_FPSTATE,		offsetof(struct thread_info, fpstate));
offsetof           65 arch/arm/kernel/asm-offsets.c   DEFINE(TI_VFPSTATE,		offsetof(struct thread_info, vfpstate));
offsetof           67 arch/arm/kernel/asm-offsets.c   DEFINE(VFP_CPU,		offsetof(union vfp_state, hard.cpu));
offsetof           71 arch/arm/kernel/asm-offsets.c   DEFINE(TI_THUMBEE_STATE,	offsetof(struct thread_info, thumbee_state));
offsetof           74 arch/arm/kernel/asm-offsets.c   DEFINE(TI_IWMMXT_STATE,	offsetof(struct thread_info, fpstate.iwmmxt));
offsetof           77 arch/arm/kernel/asm-offsets.c   DEFINE(TI_CRUNCH_STATE,	offsetof(struct thread_info, crunchstate));
offsetof           80 arch/arm/kernel/asm-offsets.c   DEFINE(TI_STACK_CANARY,	offsetof(struct thread_info, stack_canary));
offsetof           84 arch/arm/kernel/asm-offsets.c   DEFINE(S_R0,			offsetof(struct pt_regs, ARM_r0));
offsetof           85 arch/arm/kernel/asm-offsets.c   DEFINE(S_R1,			offsetof(struct pt_regs, ARM_r1));
offsetof           86 arch/arm/kernel/asm-offsets.c   DEFINE(S_R2,			offsetof(struct pt_regs, ARM_r2));
offsetof           87 arch/arm/kernel/asm-offsets.c   DEFINE(S_R3,			offsetof(struct pt_regs, ARM_r3));
offsetof           88 arch/arm/kernel/asm-offsets.c   DEFINE(S_R4,			offsetof(struct pt_regs, ARM_r4));
offsetof           89 arch/arm/kernel/asm-offsets.c   DEFINE(S_R5,			offsetof(struct pt_regs, ARM_r5));
offsetof           90 arch/arm/kernel/asm-offsets.c   DEFINE(S_R6,			offsetof(struct pt_regs, ARM_r6));
offsetof           91 arch/arm/kernel/asm-offsets.c   DEFINE(S_R7,			offsetof(struct pt_regs, ARM_r7));
offsetof           92 arch/arm/kernel/asm-offsets.c   DEFINE(S_R8,			offsetof(struct pt_regs, ARM_r8));
offsetof           93 arch/arm/kernel/asm-offsets.c   DEFINE(S_R9,			offsetof(struct pt_regs, ARM_r9));
offsetof           94 arch/arm/kernel/asm-offsets.c   DEFINE(S_R10,			offsetof(struct pt_regs, ARM_r10));
offsetof           95 arch/arm/kernel/asm-offsets.c   DEFINE(S_FP,			offsetof(struct pt_regs, ARM_fp));
offsetof           96 arch/arm/kernel/asm-offsets.c   DEFINE(S_IP,			offsetof(struct pt_regs, ARM_ip));
offsetof           97 arch/arm/kernel/asm-offsets.c   DEFINE(S_SP,			offsetof(struct pt_regs, ARM_sp));
offsetof           98 arch/arm/kernel/asm-offsets.c   DEFINE(S_LR,			offsetof(struct pt_regs, ARM_lr));
offsetof           99 arch/arm/kernel/asm-offsets.c   DEFINE(S_PC,			offsetof(struct pt_regs, ARM_pc));
offsetof          100 arch/arm/kernel/asm-offsets.c   DEFINE(S_PSR,			offsetof(struct pt_regs, ARM_cpsr));
offsetof          101 arch/arm/kernel/asm-offsets.c   DEFINE(S_OLD_R0,		offsetof(struct pt_regs, ARM_ORIG_r0));
offsetof          103 arch/arm/kernel/asm-offsets.c   DEFINE(SVC_DACR,		offsetof(struct svc_pt_regs, dacr));
offsetof          104 arch/arm/kernel/asm-offsets.c   DEFINE(SVC_ADDR_LIMIT,	offsetof(struct svc_pt_regs, addr_limit));
offsetof          107 arch/arm/kernel/asm-offsets.c   DEFINE(SIGFRAME_RC3_OFFSET,	offsetof(struct sigframe, retcode[3]));
offsetof          108 arch/arm/kernel/asm-offsets.c   DEFINE(RT_SIGFRAME_RC3_OFFSET, offsetof(struct rt_sigframe, sig.retcode[3]));
offsetof          111 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PHY_BASE,	offsetof(struct l2x0_regs, phy_base));
offsetof          112 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_AUX_CTRL,	offsetof(struct l2x0_regs, aux_ctrl));
offsetof          113 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_TAG_LATENCY,	offsetof(struct l2x0_regs, tag_latency));
offsetof          114 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_DATA_LATENCY,	offsetof(struct l2x0_regs, data_latency));
offsetof          115 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_FILTER_START,	offsetof(struct l2x0_regs, filter_start));
offsetof          116 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_FILTER_END,	offsetof(struct l2x0_regs, filter_end));
offsetof          117 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PREFETCH_CTRL,	offsetof(struct l2x0_regs, prefetch_ctrl));
offsetof          118 arch/arm/kernel/asm-offsets.c   DEFINE(L2X0_R_PWR_CTRL,	offsetof(struct l2x0_regs, pwr_ctrl));
offsetof          122 arch/arm/kernel/asm-offsets.c   DEFINE(MM_CONTEXT_ID,		offsetof(struct mm_struct, context.id.counter));
offsetof          125 arch/arm/kernel/asm-offsets.c   DEFINE(VMA_VM_MM,		offsetof(struct vm_area_struct, vm_mm));
offsetof          126 arch/arm/kernel/asm-offsets.c   DEFINE(VMA_VM_FLAGS,		offsetof(struct vm_area_struct, vm_flags));
offsetof          135 arch/arm/kernel/asm-offsets.c   DEFINE(MACHINFO_TYPE,		offsetof(struct machine_desc, nr));
offsetof          136 arch/arm/kernel/asm-offsets.c   DEFINE(MACHINFO_NAME,		offsetof(struct machine_desc, name));
offsetof          139 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_INITFUNC,	offsetof(struct proc_info_list, __cpu_flush));
offsetof          140 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_MM_MMUFLAGS,	offsetof(struct proc_info_list, __cpu_mm_mmu_flags));
offsetof          141 arch/arm/kernel/asm-offsets.c   DEFINE(PROCINFO_IO_MMUFLAGS,	offsetof(struct proc_info_list, __cpu_io_mmu_flags));
offsetof          144 arch/arm/kernel/asm-offsets.c   DEFINE(PROCESSOR_DABT_FUNC,	offsetof(struct processor, _data_abort));
offsetof          147 arch/arm/kernel/asm-offsets.c   DEFINE(PROCESSOR_PABT_FUNC,	offsetof(struct processor, _prefetch_abort));
offsetof          150 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_SLEEP_SIZE,	offsetof(struct processor, suspend_size));
offsetof          151 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_DO_SUSPEND,	offsetof(struct processor, do_suspend));
offsetof          152 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_DO_RESUME,		offsetof(struct processor, do_resume));
offsetof          155 arch/arm/kernel/asm-offsets.c   DEFINE(CACHE_FLUSH_KERN_ALL,	offsetof(struct cpu_cache_fns, flush_kern_all));
offsetof          159 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_PHYS,	offsetof(struct sleep_save_sp, save_ptr_stash_phys));
offsetof          160 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_VIRT,	offsetof(struct sleep_save_sp, save_ptr_stash));
offsetof          171 arch/arm/kernel/asm-offsets.c   DEFINE(VCPU_GUEST_CTXT,	offsetof(struct kvm_vcpu, arch.ctxt));
offsetof          172 arch/arm/kernel/asm-offsets.c   DEFINE(VCPU_HOST_CTXT,	offsetof(struct kvm_vcpu, arch.host_cpu_context));
offsetof          173 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_CTXT_VFP,		offsetof(struct kvm_cpu_context, vfp));
offsetof          174 arch/arm/kernel/asm-offsets.c   DEFINE(CPU_CTXT_GP_REGS,	offsetof(struct kvm_cpu_context, gp_regs));
offsetof          175 arch/arm/kernel/asm-offsets.c   DEFINE(GP_REGS_USR,		offsetof(struct kvm_regs, usr_regs));
offsetof          183 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RNG_INFO_RNGS,	offsetof(struct mpu_rgn_info, rgns));
offsetof          184 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RNG_INFO_USED,	offsetof(struct mpu_rgn_info, used));
offsetof          187 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRBAR,	offsetof(struct mpu_rgn, drbar));
offsetof          188 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRSR,	offsetof(struct mpu_rgn, drsr));
offsetof          189 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_DRACR,	offsetof(struct mpu_rgn, dracr));
offsetof          190 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_PRBAR,	offsetof(struct mpu_rgn, prbar));
offsetof          191 arch/arm/kernel/asm-offsets.c   DEFINE(MPU_RGN_PRLAR,	offsetof(struct mpu_rgn, prlar));
offsetof           23 arch/arm/kernel/kgdb.c 	{ "r0", 4, offsetof(struct pt_regs, ARM_r0)},
offsetof           24 arch/arm/kernel/kgdb.c 	{ "r1", 4, offsetof(struct pt_regs, ARM_r1)},
offsetof           25 arch/arm/kernel/kgdb.c 	{ "r2", 4, offsetof(struct pt_regs, ARM_r2)},
offsetof           26 arch/arm/kernel/kgdb.c 	{ "r3", 4, offsetof(struct pt_regs, ARM_r3)},
offsetof           27 arch/arm/kernel/kgdb.c 	{ "r4", 4, offsetof(struct pt_regs, ARM_r4)},
offsetof           28 arch/arm/kernel/kgdb.c 	{ "r5", 4, offsetof(struct pt_regs, ARM_r5)},
offsetof           29 arch/arm/kernel/kgdb.c 	{ "r6", 4, offsetof(struct pt_regs, ARM_r6)},
offsetof           30 arch/arm/kernel/kgdb.c 	{ "r7", 4, offsetof(struct pt_regs, ARM_r7)},
offsetof           31 arch/arm/kernel/kgdb.c 	{ "r8", 4, offsetof(struct pt_regs, ARM_r8)},
offsetof           32 arch/arm/kernel/kgdb.c 	{ "r9", 4, offsetof(struct pt_regs, ARM_r9)},
offsetof           33 arch/arm/kernel/kgdb.c 	{ "r10", 4, offsetof(struct pt_regs, ARM_r10)},
offsetof           34 arch/arm/kernel/kgdb.c 	{ "fp", 4, offsetof(struct pt_regs, ARM_fp)},
offsetof           35 arch/arm/kernel/kgdb.c 	{ "ip", 4, offsetof(struct pt_regs, ARM_ip)},
offsetof           36 arch/arm/kernel/kgdb.c 	{ "sp", 4, offsetof(struct pt_regs, ARM_sp)},
offsetof           37 arch/arm/kernel/kgdb.c 	{ "lr", 4, offsetof(struct pt_regs, ARM_lr)},
offsetof           38 arch/arm/kernel/kgdb.c 	{ "pc", 4, offsetof(struct pt_regs, ARM_pc)},
offsetof           48 arch/arm/kernel/kgdb.c 	{ "cpsr", 4, offsetof(struct pt_regs, ARM_cpsr)},
offsetof           66 arch/arm/kernel/ptrace.c 	{.name = #r, .offset = offsetof(struct pt_regs, ARM_##r)}
offsetof          659 arch/arm/kernel/ptrace.c 	const size_t user_fpregs_offset = offsetof(struct user_vfp, fpregs);
offsetof          660 arch/arm/kernel/ptrace.c 	const size_t user_fpscr_offset = offsetof(struct user_vfp, fpscr);
offsetof          696 arch/arm/kernel/ptrace.c 	const size_t user_fpregs_offset = offsetof(struct user_vfp, fpregs);
offsetof          697 arch/arm/kernel/ptrace.c 	const size_t user_fpscr_offset = offsetof(struct user_vfp, fpscr);
offsetof          571 arch/arm/kernel/setup.c 	      "I" (offsetof(struct stack, irq[0])),
offsetof          573 arch/arm/kernel/setup.c 	      "I" (offsetof(struct stack, abt[0])),
offsetof          575 arch/arm/kernel/setup.c 	      "I" (offsetof(struct stack, und[0])),
offsetof          577 arch/arm/kernel/setup.c 	      "I" (offsetof(struct stack, fiq[0])),
offsetof           24 arch/arm/kvm/emulate.c 	(offsetof(struct kvm_regs, _reg) / sizeof(u32))
offsetof           20 arch/arm/kvm/guest.c #define VM_STAT(x) { #x, offsetof(struct kvm, stat.x), KVM_STAT_VM }
offsetof           21 arch/arm/kvm/guest.c #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
offsetof            8 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_PMC,		offsetof(struct at91_pm_data, pmc));
offsetof            9 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_RAMC0,		offsetof(struct at91_pm_data, ramc[0]));
offsetof           10 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_RAMC1,		offsetof(struct at91_pm_data, ramc[1]));
offsetof           11 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_MEMCTRL,	offsetof(struct at91_pm_data, memctrl));
offsetof           12 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_MODE,		offsetof(struct at91_pm_data, mode));
offsetof           13 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_SHDWC,		offsetof(struct at91_pm_data, shdwc));
offsetof           14 arch/arm/mach-at91/pm_data-offsets.c 	DEFINE(PM_DATA_SFRBU,		offsetof(struct at91_pm_data, sfrbu));
offsetof           17 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_sram_data, wfi_flags));
offsetof           19 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_sram_data, l2_aux_ctrl_val));
offsetof           21 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_sram_data, l2_prefetch_ctrl_val));
offsetof           27 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_ro_sram_data, amx3_pm_sram_data_virt));
offsetof           29 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_ro_sram_data, amx3_pm_sram_data_phys));
offsetof           31 arch/arm/mach-omap2/pm-asm-offsets.c 	       offsetof(struct am33xx_pm_ro_sram_data, rtc_base_virt));
offsetof         1166 arch/arm/net/bpf_jit_32.c 	BUILD_BUG_ON(offsetof(struct bpf_array, map.max_entries) >
offsetof         1168 arch/arm/net/bpf_jit_32.c 	off = offsetof(struct bpf_array, map.max_entries);
offsetof         1198 arch/arm/net/bpf_jit_32.c 	BUILD_BUG_ON(imm8m(offsetof(struct bpf_array, ptrs)) < 0);
offsetof         1199 arch/arm/net/bpf_jit_32.c 	off = imm8m(offsetof(struct bpf_array, ptrs));
offsetof         1206 arch/arm/net/bpf_jit_32.c 	BUILD_BUG_ON(offsetof(struct bpf_prog, bpf_func) >
offsetof         1208 arch/arm/net/bpf_jit_32.c 	off = offsetof(struct bpf_prog, bpf_func);
offsetof           31 arch/arm64/crypto/sha1-ce-glue.c const u32 sha1_ce_offsetof_count = offsetof(struct sha1_ce_state, sst.count);
offsetof           32 arch/arm64/crypto/sha1-ce-glue.c const u32 sha1_ce_offsetof_finalize = offsetof(struct sha1_ce_state, finalize);
offsetof           31 arch/arm64/crypto/sha2-ce-glue.c const u32 sha256_ce_offsetof_count = offsetof(struct sha256_ce_state,
offsetof           33 arch/arm64/crypto/sha2-ce-glue.c const u32 sha256_ce_offsetof_finalize = offsetof(struct sha256_ce_state,
offsetof           35 arch/arm64/include/asm/acpi.h #define ACPI_MADT_GICC_MIN_LENGTH   offsetof(  \
offsetof           42 arch/arm64/include/asm/acpi.h #define ACPI_MADT_GICC_SPE  (offsetof(struct acpi_madt_generic_interrupt, \
offsetof          160 arch/arm64/include/asm/processor.h 	*offset = offsetof(struct thread_struct, uw);
offsetof          195 arch/arm64/include/asm/ptrace.h #define MAX_REG_OFFSET offsetof(struct pt_regs, pstate)
offsetof          258 arch/arm64/include/asm/ptrace.h 	case offsetof(struct pt_regs, sp) >> 3:
offsetof          261 arch/arm64/include/asm/ptrace.h 	case offsetof(struct pt_regs, pc) >> 3:
offsetof          264 arch/arm64/include/asm/ptrace.h 	case offsetof(struct pt_regs, pstate) >> 3:
offsetof          180 arch/arm64/include/uapi/asm/kvm.h #define KVM_REG_ARM_CORE_REG(name)	(offsetof(struct kvm_regs, name) / sizeof(__u32))
offsetof           29 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));
offsetof           31 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_FLAGS,		offsetof(struct task_struct, thread_info.flags));
offsetof           32 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_PREEMPT,	offsetof(struct task_struct, thread_info.preempt_count));
offsetof           33 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_ADDR_LIMIT,	offsetof(struct task_struct, thread_info.addr_limit));
offsetof           35 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_TI_TTBR0,		offsetof(struct task_struct, thread_info.ttbr0));
offsetof           37 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_STACK,		offsetof(struct task_struct, stack));
offsetof           39 arch/arm64/kernel/asm-offsets.c   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));
offsetof           42 arch/arm64/kernel/asm-offsets.c   DEFINE(THREAD_CPU_CONTEXT,	offsetof(struct task_struct, thread.cpu_context));
offsetof           44 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X0,			offsetof(struct pt_regs, regs[0]));
offsetof           45 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X2,			offsetof(struct pt_regs, regs[2]));
offsetof           46 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X4,			offsetof(struct pt_regs, regs[4]));
offsetof           47 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X6,			offsetof(struct pt_regs, regs[6]));
offsetof           48 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X8,			offsetof(struct pt_regs, regs[8]));
offsetof           49 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X10,			offsetof(struct pt_regs, regs[10]));
offsetof           50 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X12,			offsetof(struct pt_regs, regs[12]));
offsetof           51 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X14,			offsetof(struct pt_regs, regs[14]));
offsetof           52 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X16,			offsetof(struct pt_regs, regs[16]));
offsetof           53 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X18,			offsetof(struct pt_regs, regs[18]));
offsetof           54 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X20,			offsetof(struct pt_regs, regs[20]));
offsetof           55 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X22,			offsetof(struct pt_regs, regs[22]));
offsetof           56 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X24,			offsetof(struct pt_regs, regs[24]));
offsetof           57 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X26,			offsetof(struct pt_regs, regs[26]));
offsetof           58 arch/arm64/kernel/asm-offsets.c   DEFINE(S_X28,			offsetof(struct pt_regs, regs[28]));
offsetof           59 arch/arm64/kernel/asm-offsets.c   DEFINE(S_LR,			offsetof(struct pt_regs, regs[30]));
offsetof           60 arch/arm64/kernel/asm-offsets.c   DEFINE(S_SP,			offsetof(struct pt_regs, sp));
offsetof           61 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PSTATE,		offsetof(struct pt_regs, pstate));
offsetof           62 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PC,			offsetof(struct pt_regs, pc));
offsetof           63 arch/arm64/kernel/asm-offsets.c   DEFINE(S_SYSCALLNO,		offsetof(struct pt_regs, syscallno));
offsetof           64 arch/arm64/kernel/asm-offsets.c   DEFINE(S_ORIG_ADDR_LIMIT,	offsetof(struct pt_regs, orig_addr_limit));
offsetof           65 arch/arm64/kernel/asm-offsets.c   DEFINE(S_PMR_SAVE,		offsetof(struct pt_regs, pmr_save));
offsetof           66 arch/arm64/kernel/asm-offsets.c   DEFINE(S_STACKFRAME,		offsetof(struct pt_regs, stackframe));
offsetof           70 arch/arm64/kernel/asm-offsets.c   DEFINE(COMPAT_SIGFRAME_REGS_OFFSET,		offsetof(struct compat_sigframe, uc.uc_mcontext.arm_r0));
offsetof           71 arch/arm64/kernel/asm-offsets.c   DEFINE(COMPAT_RT_SIGFRAME_REGS_OFFSET,	offsetof(struct compat_rt_sigframe, sig.uc.uc_mcontext.arm_r0));
offsetof           74 arch/arm64/kernel/asm-offsets.c   DEFINE(MM_CONTEXT_ID,		offsetof(struct mm_struct, context.id.counter));
offsetof           76 arch/arm64/kernel/asm-offsets.c   DEFINE(VMA_VM_MM,		offsetof(struct vm_area_struct, vm_mm));
offsetof           77 arch/arm64/kernel/asm-offsets.c   DEFINE(VMA_VM_FLAGS,		offsetof(struct vm_area_struct, vm_flags));
offsetof           88 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_BOOT_STACK,	offsetof(struct secondary_data, stack));
offsetof           89 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_BOOT_TASK,		offsetof(struct secondary_data, task));
offsetof           92 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_CONTEXT,		offsetof(struct kvm_vcpu, arch.ctxt));
offsetof           93 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_FAULT_DISR,	offsetof(struct kvm_vcpu, arch.fault.disr_el1));
offsetof           94 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_WORKAROUND_FLAGS,	offsetof(struct kvm_vcpu, arch.workaround_flags));
offsetof           95 arch/arm64/kernel/asm-offsets.c   DEFINE(VCPU_HCR_EL2,		offsetof(struct kvm_vcpu, arch.hcr_el2));
offsetof           96 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_GP_REGS,		offsetof(struct kvm_cpu_context, gp_regs));
offsetof           97 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APIAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APIAKEYLO_EL1]));
offsetof           98 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APIBKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APIBKEYLO_EL1]));
offsetof           99 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APDAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APDAKEYLO_EL1]));
offsetof          100 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APDBKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APDBKEYLO_EL1]));
offsetof          101 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_APGAKEYLO_EL1,	offsetof(struct kvm_cpu_context, sys_regs[APGAKEYLO_EL1]));
offsetof          102 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_USER_PT_REGS,	offsetof(struct kvm_regs, regs));
offsetof          103 arch/arm64/kernel/asm-offsets.c   DEFINE(HOST_CONTEXT_VCPU,	offsetof(struct kvm_cpu_context, __hyp_running_vcpu));
offsetof          104 arch/arm64/kernel/asm-offsets.c   DEFINE(HOST_DATA_CONTEXT,	offsetof(struct kvm_host_data, host_ctxt));
offsetof          107 arch/arm64/kernel/asm-offsets.c   DEFINE(CPU_CTX_SP,		offsetof(struct cpu_suspend_ctx, sp));
offsetof          108 arch/arm64/kernel/asm-offsets.c   DEFINE(MPIDR_HASH_MASK,	offsetof(struct mpidr_hash, mask));
offsetof          109 arch/arm64/kernel/asm-offsets.c   DEFINE(MPIDR_HASH_SHIFTS,	offsetof(struct mpidr_hash, shift_aff));
offsetof          110 arch/arm64/kernel/asm-offsets.c   DEFINE(SLEEP_STACK_DATA_SYSTEM_REGS,	offsetof(struct sleep_stack_data, system_regs));
offsetof          111 arch/arm64/kernel/asm-offsets.c   DEFINE(SLEEP_STACK_DATA_CALLEE_REGS,	offsetof(struct sleep_stack_data, callee_saved_regs));
offsetof          113 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_RES_X0_OFFS,		offsetof(struct arm_smccc_res, a0));
offsetof          114 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_RES_X2_OFFS,		offsetof(struct arm_smccc_res, a2));
offsetof          115 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_QUIRK_ID_OFFS,	offsetof(struct arm_smccc_quirk, id));
offsetof          116 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM_SMCCC_QUIRK_STATE_OFFS,	offsetof(struct arm_smccc_quirk, state));
offsetof          118 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_ORIG,	offsetof(struct pbe, orig_address));
offsetof          119 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_ADDR,	offsetof(struct pbe, address));
offsetof          120 arch/arm64/kernel/asm-offsets.c   DEFINE(HIBERN_PBE_NEXT,	offsetof(struct pbe, next));
offsetof          121 arch/arm64/kernel/asm-offsets.c   DEFINE(ARM64_FTR_SYSVAL,	offsetof(struct arm64_ftr_reg, sys_val));
offsetof          127 arch/arm64/kernel/asm-offsets.c   DEFINE(SDEI_EVENT_INTREGS,	offsetof(struct sdei_registered_event, interrupted_regs));
offsetof          128 arch/arm64/kernel/asm-offsets.c   DEFINE(SDEI_EVENT_PRIORITY,	offsetof(struct sdei_registered_event, priority));
offsetof           23 arch/arm64/kernel/kgdb.c 	{ "x0", 8, offsetof(struct pt_regs, regs[0])},
offsetof           24 arch/arm64/kernel/kgdb.c 	{ "x1", 8, offsetof(struct pt_regs, regs[1])},
offsetof           25 arch/arm64/kernel/kgdb.c 	{ "x2", 8, offsetof(struct pt_regs, regs[2])},
offsetof           26 arch/arm64/kernel/kgdb.c 	{ "x3", 8, offsetof(struct pt_regs, regs[3])},
offsetof           27 arch/arm64/kernel/kgdb.c 	{ "x4", 8, offsetof(struct pt_regs, regs[4])},
offsetof           28 arch/arm64/kernel/kgdb.c 	{ "x5", 8, offsetof(struct pt_regs, regs[5])},
offsetof           29 arch/arm64/kernel/kgdb.c 	{ "x6", 8, offsetof(struct pt_regs, regs[6])},
offsetof           30 arch/arm64/kernel/kgdb.c 	{ "x7", 8, offsetof(struct pt_regs, regs[7])},
offsetof           31 arch/arm64/kernel/kgdb.c 	{ "x8", 8, offsetof(struct pt_regs, regs[8])},
offsetof           32 arch/arm64/kernel/kgdb.c 	{ "x9", 8, offsetof(struct pt_regs, regs[9])},
offsetof           33 arch/arm64/kernel/kgdb.c 	{ "x10", 8, offsetof(struct pt_regs, regs[10])},
offsetof           34 arch/arm64/kernel/kgdb.c 	{ "x11", 8, offsetof(struct pt_regs, regs[11])},
offsetof           35 arch/arm64/kernel/kgdb.c 	{ "x12", 8, offsetof(struct pt_regs, regs[12])},
offsetof           36 arch/arm64/kernel/kgdb.c 	{ "x13", 8, offsetof(struct pt_regs, regs[13])},
offsetof           37 arch/arm64/kernel/kgdb.c 	{ "x14", 8, offsetof(struct pt_regs, regs[14])},
offsetof           38 arch/arm64/kernel/kgdb.c 	{ "x15", 8, offsetof(struct pt_regs, regs[15])},
offsetof           39 arch/arm64/kernel/kgdb.c 	{ "x16", 8, offsetof(struct pt_regs, regs[16])},
offsetof           40 arch/arm64/kernel/kgdb.c 	{ "x17", 8, offsetof(struct pt_regs, regs[17])},
offsetof           41 arch/arm64/kernel/kgdb.c 	{ "x18", 8, offsetof(struct pt_regs, regs[18])},
offsetof           42 arch/arm64/kernel/kgdb.c 	{ "x19", 8, offsetof(struct pt_regs, regs[19])},
offsetof           43 arch/arm64/kernel/kgdb.c 	{ "x20", 8, offsetof(struct pt_regs, regs[20])},
offsetof           44 arch/arm64/kernel/kgdb.c 	{ "x21", 8, offsetof(struct pt_regs, regs[21])},
offsetof           45 arch/arm64/kernel/kgdb.c 	{ "x22", 8, offsetof(struct pt_regs, regs[22])},
offsetof           46 arch/arm64/kernel/kgdb.c 	{ "x23", 8, offsetof(struct pt_regs, regs[23])},
offsetof           47 arch/arm64/kernel/kgdb.c 	{ "x24", 8, offsetof(struct pt_regs, regs[24])},
offsetof           48 arch/arm64/kernel/kgdb.c 	{ "x25", 8, offsetof(struct pt_regs, regs[25])},
offsetof           49 arch/arm64/kernel/kgdb.c 	{ "x26", 8, offsetof(struct pt_regs, regs[26])},
offsetof           50 arch/arm64/kernel/kgdb.c 	{ "x27", 8, offsetof(struct pt_regs, regs[27])},
offsetof           51 arch/arm64/kernel/kgdb.c 	{ "x28", 8, offsetof(struct pt_regs, regs[28])},
offsetof           52 arch/arm64/kernel/kgdb.c 	{ "x29", 8, offsetof(struct pt_regs, regs[29])},
offsetof           53 arch/arm64/kernel/kgdb.c 	{ "x30", 8, offsetof(struct pt_regs, regs[30])},
offsetof           54 arch/arm64/kernel/kgdb.c 	{ "sp", 8, offsetof(struct pt_regs, sp)},
offsetof           55 arch/arm64/kernel/kgdb.c 	{ "pc", 8, offsetof(struct pt_regs, pc)},
offsetof           62 arch/arm64/kernel/kgdb.c 	{ "pstate", 4, offsetof(struct pt_regs, pstate)
offsetof           52 arch/arm64/kernel/ptrace.c #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
offsetof           55 arch/arm64/kernel/ptrace.c 	{.name = "x" #r, .offset = offsetof(struct pt_regs, regs[r])}
offsetof           89 arch/arm64/kernel/ptrace.c 	{.name = "lr", .offset = offsetof(struct pt_regs, regs[30])},
offsetof          497 arch/arm64/kernel/ptrace.c 	offset = offsetof(struct user_hwdebug_state, pad);
offsetof          504 arch/arm64/kernel/ptrace.c 	offset = offsetof(struct user_hwdebug_state, dbg_regs);
offsetof          548 arch/arm64/kernel/ptrace.c 	offset = offsetof(struct user_hwdebug_state, dbg_regs);
offsetof           73 arch/arm64/kernel/signal.c 	user->size = offsetof(struct rt_sigframe, uc.uc_mcontext.__reserved);
offsetof           33 arch/arm64/kvm/guest.c #define VM_STAT(x) { #x, offsetof(struct kvm, stat.x), KVM_STAT_VM }
offsetof           34 arch/arm64/kvm/guest.c #define VCPU_STAT(x) { #x, offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU }
offsetof           18 arch/arm64/kvm/regmap.c 	(offsetof(struct user_pt_regs, _reg) / sizeof(unsigned long))
offsetof          260 arch/arm64/net/bpf_jit_comp.c 	off = offsetof(struct bpf_array, map.max_entries);
offsetof          280 arch/arm64/net/bpf_jit_comp.c 	off = offsetof(struct bpf_array, ptrs);
offsetof          288 arch/arm64/net/bpf_jit_comp.c 	off = offsetof(struct bpf_prog, bpf_func);
offsetof          157 arch/c6x/kernel/signal.c 	err |= __clear_user(&frame->uc, offsetof(struct ucontext, uc_mcontext));
offsetof           12 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_STATE,        offsetof(struct task_struct, state));
offsetof           13 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO,  offsetof(struct task_struct, stack));
offsetof           14 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS,        offsetof(struct task_struct, flags));
offsetof           15 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE,       offsetof(struct task_struct, ptrace));
offsetof           16 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_THREAD,       offsetof(struct task_struct, thread));
offsetof           17 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_MM,           offsetof(struct task_struct, mm));
offsetof           18 arch/csky/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM,    offsetof(struct task_struct, active_mm));
offsetof           21 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_KSP,        offsetof(struct thread_struct, ksp));
offsetof           22 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_SR,         offsetof(struct thread_struct, sr));
offsetof           23 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FESR,       offsetof(struct thread_struct, user_fp.fesr));
offsetof           24 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FCR,        offsetof(struct thread_struct, user_fp.fcr));
offsetof           25 arch/csky/kernel/asm-offsets.c 	DEFINE(THREAD_FPREG,      offsetof(struct thread_struct, user_fp.vr));
offsetof           28 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_FLAGS,       offsetof(struct thread_info, flags));
offsetof           29 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_PREEMPT,     offsetof(struct thread_info, preempt_count));
offsetof           30 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_ADDR_LIMIT,  offsetof(struct thread_info, addr_limit));
offsetof           31 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_TP_VALUE,   offsetof(struct thread_info, tp_value));
offsetof           32 arch/csky/kernel/asm-offsets.c 	DEFINE(TINFO_TASK,        offsetof(struct thread_info, task));
offsetof           35 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_PC,             offsetof(struct pt_regs, pc));
offsetof           36 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_ORIG_AO,        offsetof(struct pt_regs, orig_a0));
offsetof           37 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_SR,             offsetof(struct pt_regs, sr));
offsetof           39 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A0,             offsetof(struct pt_regs, a0));
offsetof           40 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A1,             offsetof(struct pt_regs, a1));
offsetof           41 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A2,             offsetof(struct pt_regs, a2));
offsetof           42 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_A3,             offsetof(struct pt_regs, a3));
offsetof           43 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS0,          offsetof(struct pt_regs, regs[0]));
offsetof           44 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS1,          offsetof(struct pt_regs, regs[1]));
offsetof           45 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS2,          offsetof(struct pt_regs, regs[2]));
offsetof           46 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS3,          offsetof(struct pt_regs, regs[3]));
offsetof           47 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS4,          offsetof(struct pt_regs, regs[4]));
offsetof           48 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS5,          offsetof(struct pt_regs, regs[5]));
offsetof           49 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS6,          offsetof(struct pt_regs, regs[6]));
offsetof           50 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS7,          offsetof(struct pt_regs, regs[7]));
offsetof           51 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS8,          offsetof(struct pt_regs, regs[8]));
offsetof           52 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_REGS9,          offsetof(struct pt_regs, regs[9]));
offsetof           53 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R15,            offsetof(struct pt_regs, lr));
offsetof           55 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R16,            offsetof(struct pt_regs, exregs[0]));
offsetof           56 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R17,            offsetof(struct pt_regs, exregs[1]));
offsetof           57 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R18,            offsetof(struct pt_regs, exregs[2]));
offsetof           58 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R19,            offsetof(struct pt_regs, exregs[3]));
offsetof           59 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R20,            offsetof(struct pt_regs, exregs[4]));
offsetof           60 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R21,            offsetof(struct pt_regs, exregs[5]));
offsetof           61 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R22,            offsetof(struct pt_regs, exregs[6]));
offsetof           62 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R23,            offsetof(struct pt_regs, exregs[7]));
offsetof           63 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R24,            offsetof(struct pt_regs, exregs[8]));
offsetof           64 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R25,            offsetof(struct pt_regs, exregs[9]));
offsetof           65 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R26,            offsetof(struct pt_regs, exregs[10]));
offsetof           66 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R27,            offsetof(struct pt_regs, exregs[11]));
offsetof           67 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R28,            offsetof(struct pt_regs, exregs[12]));
offsetof           68 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R29,            offsetof(struct pt_regs, exregs[13]));
offsetof           69 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R30,            offsetof(struct pt_regs, exregs[14]));
offsetof           70 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_R31,            offsetof(struct pt_regs, exregs[15]));
offsetof           71 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_RHI,            offsetof(struct pt_regs, rhi));
offsetof           72 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_RLO,            offsetof(struct pt_regs, rlo));
offsetof           74 arch/csky/kernel/asm-offsets.c 	DEFINE(PT_USP,            offsetof(struct pt_regs, usp));
offsetof           77 arch/csky/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t,
offsetof           34 arch/h8300/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t,
offsetof           43 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER0,  offsetof(struct pt_regs, er0)      - sizeof(long));
offsetof           44 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER1,  offsetof(struct pt_regs, er1)      - sizeof(long));
offsetof           45 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER2,  offsetof(struct pt_regs, er2)      - sizeof(long));
offsetof           46 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER3,  offsetof(struct pt_regs, er3)      - sizeof(long));
offsetof           47 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER4,  offsetof(struct pt_regs, er4)      - sizeof(long));
offsetof           48 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER5,  offsetof(struct pt_regs, er5)      - sizeof(long));
offsetof           49 arch/h8300/kernel/asm-offsets.c 	DEFINE(LER6,  offsetof(struct pt_regs, er6)      - sizeof(long));
offsetof           50 arch/h8300/kernel/asm-offsets.c 	DEFINE(LORIG, offsetof(struct pt_regs, orig_er0) - sizeof(long));
offsetof           51 arch/h8300/kernel/asm-offsets.c 	DEFINE(LSP,   offsetof(struct pt_regs, sp)       - sizeof(long));
offsetof           52 arch/h8300/kernel/asm-offsets.c 	DEFINE(LCCR,  offsetof(struct pt_regs, ccr)      - sizeof(long));
offsetof           53 arch/h8300/kernel/asm-offsets.c 	DEFINE(LVEC,  offsetof(struct pt_regs, vector)   - sizeof(long));
offsetof           55 arch/h8300/kernel/asm-offsets.c 	DEFINE(LEXR,  offsetof(struct pt_regs, exr)      - sizeof(long));
offsetof           57 arch/h8300/kernel/asm-offsets.c 	DEFINE(LRET,  offsetof(struct pt_regs, pc)       - sizeof(long));
offsetof           17 arch/h8300/kernel/kgdb.c 	{ "er0", GDB_SIZEOF_REG, offsetof(struct pt_regs, er0) },
offsetof           18 arch/h8300/kernel/kgdb.c 	{ "er1", GDB_SIZEOF_REG, offsetof(struct pt_regs, er1) },
offsetof           19 arch/h8300/kernel/kgdb.c 	{ "er2", GDB_SIZEOF_REG, offsetof(struct pt_regs, er2) },
offsetof           20 arch/h8300/kernel/kgdb.c 	{ "er3", GDB_SIZEOF_REG, offsetof(struct pt_regs, er3) },
offsetof           21 arch/h8300/kernel/kgdb.c 	{ "er4", GDB_SIZEOF_REG, offsetof(struct pt_regs, er4) },
offsetof           22 arch/h8300/kernel/kgdb.c 	{ "er5", GDB_SIZEOF_REG, offsetof(struct pt_regs, er5) },
offsetof           23 arch/h8300/kernel/kgdb.c 	{ "er6", GDB_SIZEOF_REG, offsetof(struct pt_regs, er6) },
offsetof           24 arch/h8300/kernel/kgdb.c 	{ "sp", GDB_SIZEOF_REG, offsetof(struct pt_regs, sp) },
offsetof           25 arch/h8300/kernel/kgdb.c 	{ "ccr", GDB_SIZEOF_REG, offsetof(struct pt_regs, ccr) },
offsetof           26 arch/h8300/kernel/kgdb.c 	{ "pc", GDB_SIZEOF_REG, offsetof(struct pt_regs, pc) },
offsetof           29 arch/h8300/kernel/kgdb.c 	{ "exr", GDB_SIZEOF_REG, offsetof(struct pt_regs, exr) },
offsetof           22 arch/h8300/kernel/ptrace.c #define PT_REG(r) offsetof(struct pt_regs, r)
offsetof           20 arch/hexagon/kernel/kgdb.c 	{ " r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, r00)},
offsetof           21 arch/hexagon/kernel/kgdb.c 	{ " r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, r01)},
offsetof           22 arch/hexagon/kernel/kgdb.c 	{ " r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, r02)},
offsetof           23 arch/hexagon/kernel/kgdb.c 	{ " r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, r03)},
offsetof           24 arch/hexagon/kernel/kgdb.c 	{ " r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, r04)},
offsetof           25 arch/hexagon/kernel/kgdb.c 	{ " r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, r05)},
offsetof           26 arch/hexagon/kernel/kgdb.c 	{ " r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, r06)},
offsetof           27 arch/hexagon/kernel/kgdb.c 	{ " r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, r07)},
offsetof           28 arch/hexagon/kernel/kgdb.c 	{ " r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, r08)},
offsetof           29 arch/hexagon/kernel/kgdb.c 	{ " r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, r09)},
offsetof           30 arch/hexagon/kernel/kgdb.c 	{ "r10", GDB_SIZEOF_REG, offsetof(struct pt_regs, r10)},
offsetof           31 arch/hexagon/kernel/kgdb.c 	{ "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, r11)},
offsetof           32 arch/hexagon/kernel/kgdb.c 	{ "r12", GDB_SIZEOF_REG, offsetof(struct pt_regs, r12)},
offsetof           33 arch/hexagon/kernel/kgdb.c 	{ "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, r13)},
offsetof           34 arch/hexagon/kernel/kgdb.c 	{ "r14", GDB_SIZEOF_REG, offsetof(struct pt_regs, r14)},
offsetof           35 arch/hexagon/kernel/kgdb.c 	{ "r15", GDB_SIZEOF_REG, offsetof(struct pt_regs, r15)},
offsetof           36 arch/hexagon/kernel/kgdb.c 	{ "r16", GDB_SIZEOF_REG, offsetof(struct pt_regs, r16)},
offsetof           37 arch/hexagon/kernel/kgdb.c 	{ "r17", GDB_SIZEOF_REG, offsetof(struct pt_regs, r17)},
offsetof           38 arch/hexagon/kernel/kgdb.c 	{ "r18", GDB_SIZEOF_REG, offsetof(struct pt_regs, r18)},
offsetof           39 arch/hexagon/kernel/kgdb.c 	{ "r19", GDB_SIZEOF_REG, offsetof(struct pt_regs, r19)},
offsetof           40 arch/hexagon/kernel/kgdb.c 	{ "r20", GDB_SIZEOF_REG, offsetof(struct pt_regs, r20)},
offsetof           41 arch/hexagon/kernel/kgdb.c 	{ "r21", GDB_SIZEOF_REG, offsetof(struct pt_regs, r21)},
offsetof           42 arch/hexagon/kernel/kgdb.c 	{ "r22", GDB_SIZEOF_REG, offsetof(struct pt_regs, r22)},
offsetof           43 arch/hexagon/kernel/kgdb.c 	{ "r23", GDB_SIZEOF_REG, offsetof(struct pt_regs, r23)},
offsetof           44 arch/hexagon/kernel/kgdb.c 	{ "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, r24)},
offsetof           45 arch/hexagon/kernel/kgdb.c 	{ "r25", GDB_SIZEOF_REG, offsetof(struct pt_regs, r25)},
offsetof           46 arch/hexagon/kernel/kgdb.c 	{ "r26", GDB_SIZEOF_REG, offsetof(struct pt_regs, r26)},
offsetof           47 arch/hexagon/kernel/kgdb.c 	{ "r27", GDB_SIZEOF_REG, offsetof(struct pt_regs, r27)},
offsetof           48 arch/hexagon/kernel/kgdb.c 	{ "r28", GDB_SIZEOF_REG, offsetof(struct pt_regs, r28)},
offsetof           49 arch/hexagon/kernel/kgdb.c 	{ "r29", GDB_SIZEOF_REG, offsetof(struct pt_regs, r29)},
offsetof           50 arch/hexagon/kernel/kgdb.c 	{ "r30", GDB_SIZEOF_REG, offsetof(struct pt_regs, r30)},
offsetof           51 arch/hexagon/kernel/kgdb.c 	{ "r31", GDB_SIZEOF_REG, offsetof(struct pt_regs, r31)},
offsetof           53 arch/hexagon/kernel/kgdb.c 	{ "usr", GDB_SIZEOF_REG, offsetof(struct pt_regs, usr)},
offsetof           54 arch/hexagon/kernel/kgdb.c 	{ "preds", GDB_SIZEOF_REG, offsetof(struct pt_regs, preds)},
offsetof           55 arch/hexagon/kernel/kgdb.c 	{ " m0", GDB_SIZEOF_REG, offsetof(struct pt_regs, m0)},
offsetof           56 arch/hexagon/kernel/kgdb.c 	{ " m1", GDB_SIZEOF_REG, offsetof(struct pt_regs, m1)},
offsetof           57 arch/hexagon/kernel/kgdb.c 	{ "sa0", GDB_SIZEOF_REG, offsetof(struct pt_regs, sa0)},
offsetof           58 arch/hexagon/kernel/kgdb.c 	{ "sa1", GDB_SIZEOF_REG, offsetof(struct pt_regs, sa1)},
offsetof           59 arch/hexagon/kernel/kgdb.c 	{ "lc0", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc0)},
offsetof           60 arch/hexagon/kernel/kgdb.c 	{ "lc1", GDB_SIZEOF_REG, offsetof(struct pt_regs, lc1)},
offsetof           61 arch/hexagon/kernel/kgdb.c 	{ " gp", GDB_SIZEOF_REG, offsetof(struct pt_regs, gp)},
offsetof           62 arch/hexagon/kernel/kgdb.c 	{ "ugp", GDB_SIZEOF_REG, offsetof(struct pt_regs, ugp)},
offsetof           63 arch/hexagon/kernel/kgdb.c 	{ "cs0", GDB_SIZEOF_REG, offsetof(struct pt_regs, cs0)},
offsetof           64 arch/hexagon/kernel/kgdb.c 	{ "cs1", GDB_SIZEOF_REG, offsetof(struct pt_regs, cs1)},
offsetof           65 arch/hexagon/kernel/kgdb.c 	{ "psp", GDB_SIZEOF_REG, offsetof(struct pt_regs, hvmer.vmpsp)},
offsetof           66 arch/hexagon/kernel/kgdb.c 	{ "elr", GDB_SIZEOF_REG, offsetof(struct pt_regs, hvmer.vmel)},
offsetof           67 arch/hexagon/kernel/kgdb.c 	{ "est", GDB_SIZEOF_REG, offsetof(struct pt_regs, hvmer.vmest)},
offsetof           68 arch/hexagon/kernel/kgdb.c 	{ "badva", GDB_SIZEOF_REG, offsetof(struct pt_regs, hvmer.vmbadva)},
offsetof           69 arch/hexagon/kernel/kgdb.c 	{ "restart_r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, restart_r0)},
offsetof           70 arch/hexagon/kernel/kgdb.c 	{ "syscall_nr", GDB_SIZEOF_REG, offsetof(struct pt_regs, syscall_nr)},
offsetof           61 arch/hexagon/kernel/ptrace.c 			KPT_REG, offsetof(struct user_regs_struct, USR_REG), \
offsetof           62 arch/hexagon/kernel/ptrace.c 			offsetof(struct user_regs_struct, USR_REG) + \
offsetof           88 arch/hexagon/kernel/ptrace.c 					offsetof(struct user_regs_struct, pad1), -1);
offsetof          110 arch/hexagon/kernel/ptrace.c 			KPT_REG, offsetof(struct user_regs_struct, USR_REG), \
offsetof          111 arch/hexagon/kernel/ptrace.c 			offsetof(struct user_regs_struct, USR_REG) + \
offsetof          139 arch/hexagon/kernel/ptrace.c 					offsetof(struct user_regs_struct, pad1), -1);
offsetof          128 arch/ia64/hp/common/aml_nfw.c 		if (address == offsetof(struct ia64_nfw_context, ret))
offsetof           39 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
offsetof           40 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
offsetof           41 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
offsetof           43 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp));
offsetof           44 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave));
offsetof           45 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));
offsetof           46 arch/ia64/kernel/asm-offsets.c 	DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime));
offsetof           51 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));
offsetof           52 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));
offsetof           53 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid));
offsetof           54 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PID_LEVEL_OFFSET, offsetof (struct pid, level));
offsetof           55 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0]));
offsetof           56 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_PENDING_OFFSET,offsetof (struct task_struct, pending));
offsetof           57 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid));
offsetof           58 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_REAL_PARENT_OFFSET, offsetof (struct task_struct, real_parent));
offsetof           59 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_SIGNAL_OFFSET,offsetof (struct task_struct, signal));
offsetof           60 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_TGID_OFFSET, offsetof (struct task_struct, tgid));
offsetof           61 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_KSP_OFFSET, offsetof (struct task_struct, thread.ksp));
offsetof           62 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_THREAD_ON_USTACK_OFFSET, offsetof (struct task_struct, thread.on_ustack));
offsetof           67 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_GROUP_STOP_COUNT_OFFSET,offsetof (struct signal_struct,
offsetof           69 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_SHARED_PENDING_OFFSET,offsetof (struct signal_struct, shared_pending));
offsetof           70 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGNAL_PIDS_TGID_OFFSET, offsetof (struct signal_struct, pids[PIDTYPE_TGID]));
offsetof           74 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B6_OFFSET, offsetof (struct pt_regs, b6));
offsetof           75 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B7_OFFSET, offsetof (struct pt_regs, b7));
offsetof           76 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_CSD_OFFSET, offsetof (struct pt_regs, ar_csd));
offsetof           77 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_SSD_OFFSET, offsetof (struct pt_regs, ar_ssd));
offsetof           78 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R8_OFFSET, offsetof (struct pt_regs, r8));
offsetof           79 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R9_OFFSET, offsetof (struct pt_regs, r9));
offsetof           80 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R10_OFFSET, offsetof (struct pt_regs, r10));
offsetof           81 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R11_OFFSET, offsetof (struct pt_regs, r11));
offsetof           82 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IPSR_OFFSET, offsetof (struct pt_regs, cr_ipsr));
offsetof           83 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IIP_OFFSET, offsetof (struct pt_regs, cr_iip));
offsetof           84 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_CR_IFS_OFFSET, offsetof (struct pt_regs, cr_ifs));
offsetof           85 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_UNAT_OFFSET, offsetof (struct pt_regs, ar_unat));
offsetof           86 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_PFS_OFFSET, offsetof (struct pt_regs, ar_pfs));
offsetof           87 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_RSC_OFFSET, offsetof (struct pt_regs, ar_rsc));
offsetof           88 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_RNAT_OFFSET, offsetof (struct pt_regs, ar_rnat));
offsetof           90 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_BSPSTORE_OFFSET, offsetof (struct pt_regs, ar_bspstore));
offsetof           91 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_PR_OFFSET, offsetof (struct pt_regs, pr));
offsetof           92 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_B0_OFFSET, offsetof (struct pt_regs, b0));
offsetof           93 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_LOADRS_OFFSET, offsetof (struct pt_regs, loadrs));
offsetof           94 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R1_OFFSET, offsetof (struct pt_regs, r1));
offsetof           95 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R12_OFFSET, offsetof (struct pt_regs, r12));
offsetof           96 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R13_OFFSET, offsetof (struct pt_regs, r13));
offsetof           97 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_FPSR_OFFSET, offsetof (struct pt_regs, ar_fpsr));
offsetof           98 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R15_OFFSET, offsetof (struct pt_regs, r15));
offsetof           99 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R14_OFFSET, offsetof (struct pt_regs, r14));
offsetof          100 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R2_OFFSET, offsetof (struct pt_regs, r2));
offsetof          101 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R3_OFFSET, offsetof (struct pt_regs, r3));
offsetof          102 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R16_OFFSET, offsetof (struct pt_regs, r16));
offsetof          103 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R17_OFFSET, offsetof (struct pt_regs, r17));
offsetof          104 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R18_OFFSET, offsetof (struct pt_regs, r18));
offsetof          105 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R19_OFFSET, offsetof (struct pt_regs, r19));
offsetof          106 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R20_OFFSET, offsetof (struct pt_regs, r20));
offsetof          107 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R21_OFFSET, offsetof (struct pt_regs, r21));
offsetof          108 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R22_OFFSET, offsetof (struct pt_regs, r22));
offsetof          109 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R23_OFFSET, offsetof (struct pt_regs, r23));
offsetof          110 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R24_OFFSET, offsetof (struct pt_regs, r24));
offsetof          111 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R25_OFFSET, offsetof (struct pt_regs, r25));
offsetof          112 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R26_OFFSET, offsetof (struct pt_regs, r26));
offsetof          113 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R27_OFFSET, offsetof (struct pt_regs, r27));
offsetof          114 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R28_OFFSET, offsetof (struct pt_regs, r28));
offsetof          115 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R29_OFFSET, offsetof (struct pt_regs, r29));
offsetof          116 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R30_OFFSET, offsetof (struct pt_regs, r30));
offsetof          117 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_R31_OFFSET, offsetof (struct pt_regs, r31));
offsetof          118 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_AR_CCV_OFFSET, offsetof (struct pt_regs, ar_ccv));
offsetof          119 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F6_OFFSET, offsetof (struct pt_regs, f6));
offsetof          120 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F7_OFFSET, offsetof (struct pt_regs, f7));
offsetof          121 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F8_OFFSET, offsetof (struct pt_regs, f8));
offsetof          122 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F9_OFFSET, offsetof (struct pt_regs, f9));
offsetof          123 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F10_OFFSET, offsetof (struct pt_regs, f10));
offsetof          124 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_PT_REGS_F11_OFFSET, offsetof (struct pt_regs, f11));
offsetof          128 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_CALLER_UNAT_OFFSET, offsetof (struct switch_stack, caller_unat));
offsetof          129 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_FPSR_OFFSET, offsetof (struct switch_stack, ar_fpsr));
offsetof          130 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F2_OFFSET, offsetof (struct switch_stack, f2));
offsetof          131 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F3_OFFSET, offsetof (struct switch_stack, f3));
offsetof          132 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F4_OFFSET, offsetof (struct switch_stack, f4));
offsetof          133 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F5_OFFSET, offsetof (struct switch_stack, f5));
offsetof          134 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F12_OFFSET, offsetof (struct switch_stack, f12));
offsetof          135 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F13_OFFSET, offsetof (struct switch_stack, f13));
offsetof          136 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F14_OFFSET, offsetof (struct switch_stack, f14));
offsetof          137 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F15_OFFSET, offsetof (struct switch_stack, f15));
offsetof          138 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F16_OFFSET, offsetof (struct switch_stack, f16));
offsetof          139 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F17_OFFSET, offsetof (struct switch_stack, f17));
offsetof          140 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F18_OFFSET, offsetof (struct switch_stack, f18));
offsetof          141 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F19_OFFSET, offsetof (struct switch_stack, f19));
offsetof          142 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F20_OFFSET, offsetof (struct switch_stack, f20));
offsetof          143 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F21_OFFSET, offsetof (struct switch_stack, f21));
offsetof          144 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F22_OFFSET, offsetof (struct switch_stack, f22));
offsetof          145 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F23_OFFSET, offsetof (struct switch_stack, f23));
offsetof          146 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F24_OFFSET, offsetof (struct switch_stack, f24));
offsetof          147 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F25_OFFSET, offsetof (struct switch_stack, f25));
offsetof          148 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F26_OFFSET, offsetof (struct switch_stack, f26));
offsetof          149 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F27_OFFSET, offsetof (struct switch_stack, f27));
offsetof          150 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F28_OFFSET, offsetof (struct switch_stack, f28));
offsetof          151 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F29_OFFSET, offsetof (struct switch_stack, f29));
offsetof          152 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F30_OFFSET, offsetof (struct switch_stack, f30));
offsetof          153 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_F31_OFFSET, offsetof (struct switch_stack, f31));
offsetof          154 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R4_OFFSET, offsetof (struct switch_stack, r4));
offsetof          155 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R5_OFFSET, offsetof (struct switch_stack, r5));
offsetof          156 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R6_OFFSET, offsetof (struct switch_stack, r6));
offsetof          157 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_R7_OFFSET, offsetof (struct switch_stack, r7));
offsetof          158 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B0_OFFSET, offsetof (struct switch_stack, b0));
offsetof          159 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B1_OFFSET, offsetof (struct switch_stack, b1));
offsetof          160 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B2_OFFSET, offsetof (struct switch_stack, b2));
offsetof          161 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B3_OFFSET, offsetof (struct switch_stack, b3));
offsetof          162 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B4_OFFSET, offsetof (struct switch_stack, b4));
offsetof          163 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_B5_OFFSET, offsetof (struct switch_stack, b5));
offsetof          164 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_PFS_OFFSET, offsetof (struct switch_stack, ar_pfs));
offsetof          165 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_LC_OFFSET, offsetof (struct switch_stack, ar_lc));
offsetof          166 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_UNAT_OFFSET, offsetof (struct switch_stack, ar_unat));
offsetof          167 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_RNAT_OFFSET, offsetof (struct switch_stack, ar_rnat));
offsetof          168 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_AR_BSPSTORE_OFFSET, offsetof (struct switch_stack, ar_bspstore));
offsetof          169 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SWITCH_STACK_PR_OFFSET, offsetof (struct switch_stack, pr));
offsetof          173 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_IP_OFFSET, offsetof (struct sigcontext, sc_ip));
offsetof          174 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_BSP_OFFSET, offsetof (struct sigcontext, sc_ar_bsp));
offsetof          175 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_FPSR_OFFSET, offsetof (struct sigcontext, sc_ar_fpsr));
offsetof          176 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_RNAT_OFFSET, offsetof (struct sigcontext, sc_ar_rnat));
offsetof          177 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_AR_UNAT_OFFSET, offsetof (struct sigcontext, sc_ar_unat));
offsetof          178 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_B0_OFFSET, offsetof (struct sigcontext, sc_br[0]));
offsetof          179 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_CFM_OFFSET, offsetof (struct sigcontext, sc_cfm));
offsetof          180 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_FLAGS_OFFSET, offsetof (struct sigcontext, sc_flags));
offsetof          181 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_FR6_OFFSET, offsetof (struct sigcontext, sc_fr[6]));
offsetof          182 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_PR_OFFSET, offsetof (struct sigcontext, sc_pr));
offsetof          183 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_R12_OFFSET, offsetof (struct sigcontext, sc_gr[12]));
offsetof          184 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_RBS_BASE_OFFSET,offsetof (struct sigcontext, sc_rbs_base));
offsetof          185 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGCONTEXT_LOADRS_OFFSET, offsetof (struct sigcontext, sc_loadrs));
offsetof          189 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGPENDING_SIGNAL_OFFSET, offsetof (struct sigpending, signal));
offsetof          193 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG0_OFFSET, offsetof (struct sigframe, arg0));
offsetof          194 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG1_OFFSET, offsetof (struct sigframe, arg1));
offsetof          195 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_ARG2_OFFSET, offsetof (struct sigframe, arg2));
offsetof          196 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_HANDLER_OFFSET, offsetof (struct sigframe, handler));
offsetof          197 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_SIGFRAME_SIGCONTEXT_OFFSET, offsetof (struct sigframe, sc));
offsetof          205 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct cpuinfo_ia64, nsec_per_cyc));
offsetof          207 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct cpuinfo_ia64, ptce_base));
offsetof          209 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct cpuinfo_ia64, ptce_count));
offsetof          211 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct cpuinfo_ia64, ptce_stride));
offsetof          214 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct timespec, tv_nsec));
offsetof          216 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct time_sn_spec, snsec));
offsetof          225 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_mca_cpu, mca_stack));
offsetof          227 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_mca_cpu, init_stack));
offsetof          230 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, os_gp));
offsetof          232 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, proc_state_param));
offsetof          234 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, sal_ra));
offsetof          236 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, sal_gp));
offsetof          238 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, pal_min_state));
offsetof          240 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, os_status));
offsetof          242 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct ia64_sal_os_state, context));
offsetof          248 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_gr));
offsetof          250 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_bank1_gr));
offsetof          252 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_pr));
offsetof          254 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_br0));
offsetof          256 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_rsc));
offsetof          258 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_iip));
offsetof          260 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_ipsr));
offsetof          262 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_ifs));
offsetof          264 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct pal_min_state_area_s, pmsa_xip));
offsetof          269 arch/ia64/kernel/asm-offsets.c 	       offsetof (struct fsyscall_gtod_data_t, seq));
offsetof          271 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, wall_time));
offsetof          273 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, monotonic_time));
offsetof          275 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, clk_mask));
offsetof          277 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, clk_mult));
offsetof          279 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, clk_shift));
offsetof          281 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, clk_fsys_mmio));
offsetof          283 arch/ia64/kernel/asm-offsets.c 		offsetof (struct fsyscall_gtod_data_t, clk_cycle_last));
offsetof          285 arch/ia64/kernel/asm-offsets.c 		offsetof (struct itc_jitter_data_t, itc_jitter));
offsetof          287 arch/ia64/kernel/asm-offsets.c 		offsetof (struct itc_jitter_data_t, itc_lastcycle));
offsetof         1860 arch/ia64/kernel/mca.c 	format_mca_init_stack(data, offsetof(struct ia64_mca_cpu, mca_stack),
offsetof         1862 arch/ia64/kernel/mca.c 	format_mca_init_stack(data, offsetof(struct ia64_mca_cpu, init_stack),
offsetof          155 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, pri_unat_loc)/8,	/* PRI_UNAT_GR */
offsetof          156 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, pri_unat_loc)/8,	/* PRI_UNAT_MEM */
offsetof          157 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, bsp_loc)/8,
offsetof          158 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, bspstore_loc)/8,
offsetof          159 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, pfs_loc)/8,
offsetof          160 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, rnat_loc)/8,
offsetof          161 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, psp)/8,
offsetof          162 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, rp_loc)/8,
offsetof          163 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, r4)/8,
offsetof          164 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, r5)/8,
offsetof          165 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, r6)/8,
offsetof          166 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, r7)/8,
offsetof          167 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, unat_loc)/8,
offsetof          168 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, pr_loc)/8,
offsetof          169 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, lc_loc)/8,
offsetof          170 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fpsr_loc)/8,
offsetof          171 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, b1_loc)/8,
offsetof          172 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, b2_loc)/8,
offsetof          173 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, b3_loc)/8,
offsetof          174 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, b4_loc)/8,
offsetof          175 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, b5_loc)/8,
offsetof          176 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, f2_loc)/8,
offsetof          177 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, f3_loc)/8,
offsetof          178 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, f4_loc)/8,
offsetof          179 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, f5_loc)/8,
offsetof          180 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[16 - 16])/8,
offsetof          181 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[17 - 16])/8,
offsetof          182 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[18 - 16])/8,
offsetof          183 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[19 - 16])/8,
offsetof          184 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[20 - 16])/8,
offsetof          185 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[21 - 16])/8,
offsetof          186 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[22 - 16])/8,
offsetof          187 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[23 - 16])/8,
offsetof          188 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[24 - 16])/8,
offsetof          189 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[25 - 16])/8,
offsetof          190 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[26 - 16])/8,
offsetof          191 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[27 - 16])/8,
offsetof          192 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[28 - 16])/8,
offsetof          193 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[29 - 16])/8,
offsetof          194 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[30 - 16])/8,
offsetof          195 arch/ia64/kernel/unwind.c 		offsetof(struct unw_frame_info, fr_loc[31 - 16])/8,
offsetof          199 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs,  r1),
offsetof          200 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs,  r2),
offsetof          201 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs,  r3),
offsetof          203 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs,  r8),
offsetof          204 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs,  r9),
offsetof          205 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r10),
offsetof          206 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r11),
offsetof          207 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r12),
offsetof          208 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r13),
offsetof          209 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r14),
offsetof          210 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r15),
offsetof          211 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r16),
offsetof          212 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r17),
offsetof          213 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r18),
offsetof          214 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r19),
offsetof          215 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r20),
offsetof          216 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r21),
offsetof          217 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r22),
offsetof          218 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r23),
offsetof          219 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r24),
offsetof          220 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r25),
offsetof          221 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r26),
offsetof          222 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r27),
offsetof          223 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r28),
offsetof          224 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r29),
offsetof          225 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r30),
offsetof          226 arch/ia64/kernel/unwind.c 		offsetof(struct pt_regs, r31),
offsetof         1446 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, f6) + 16*(rval - 6);
offsetof         1459 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, b0);
offsetof         1461 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, b6);
offsetof         1463 arch/ia64/kernel/unwind.c 				val = offsetof(struct pt_regs, b7);
offsetof         1678 arch/ia64/kernel/unwind.c 		insn.dst = offsetof(struct unw_frame_info, psp)/8;
offsetof         1823 arch/ia64/kernel/unwind.c 	if (off >= offsetof(struct switch_stack, r4) && off <= offsetof(struct switch_stack, r7))
offsetof         1829 arch/ia64/kernel/unwind.c 		s[val+1] = (offsetof(struct switch_stack, ar_unat) - off) | UNW_NAT_MEMSTK;
offsetof         1929 arch/ia64/kernel/unwind.c 			(unsigned long *) (info->pt + offsetof(struct pt_regs, ar_pfs));
offsetof           26 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
offsetof           27 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
offsetof           28 arch/m68k/kernel/asm-offsets.c 	DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
offsetof           31 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
offsetof           32 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
offsetof           33 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
offsetof           34 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FS, offsetof(struct thread_struct, fs));
offsetof           35 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
offsetof           36 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
offsetof           37 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
offsetof           38 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
offsetof           39 arch/m68k/kernel/asm-offsets.c 	DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
offsetof           42 arch/m68k/kernel/asm-offsets.c 	DEFINE(TINFO_PREEMPT, offsetof(struct thread_info, preempt_count));
offsetof           43 arch/m68k/kernel/asm-offsets.c 	DEFINE(TINFO_FLAGS, offsetof(struct thread_info, flags));
offsetof           46 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D0, offsetof(struct pt_regs, d0));
offsetof           47 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0));
offsetof           48 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D1, offsetof(struct pt_regs, d1));
offsetof           49 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D2, offsetof(struct pt_regs, d2));
offsetof           50 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D3, offsetof(struct pt_regs, d3));
offsetof           51 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D4, offsetof(struct pt_regs, d4));
offsetof           52 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_D5, offsetof(struct pt_regs, d5));
offsetof           53 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A0, offsetof(struct pt_regs, a0));
offsetof           54 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A1, offsetof(struct pt_regs, a1));
offsetof           55 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_A2, offsetof(struct pt_regs, a2));
offsetof           56 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_PC, offsetof(struct pt_regs, pc));
offsetof           57 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_SR, offsetof(struct pt_regs, sr));
offsetof           61 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, sr) - 2);
offsetof           63 arch/m68k/kernel/asm-offsets.c 	DEFINE(PT_OFF_FORMATVEC, offsetof(struct pt_regs, pc) + 4);
offsetof           67 arch/m68k/kernel/asm-offsets.c 	DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending));
offsetof           77 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_TAG, offsetof(struct bi_record, tag));
offsetof           78 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_SIZE, offsetof(struct bi_record, size));
offsetof           79 arch/m68k/kernel/asm-offsets.c 	DEFINE(BIR_DATA, offsetof(struct bi_record, data));
offsetof           82 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx));
offsetof           83 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name));
offsetof           84 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width));
offsetof           85 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height));
offsetof           86 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data));
offsetof           87 arch/m68k/kernel/asm-offsets.c 	DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref));
offsetof           91 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTENAR, offsetof(struct CUSTOM, intenar));
offsetof           92 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTREQR, offsetof(struct CUSTOM, intreqr));
offsetof           93 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTENA, offsetof(struct CUSTOM, intena));
offsetof           94 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_INTREQ, offsetof(struct CUSTOM, intreq));
offsetof           95 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr));
offsetof           96 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERDAT, offsetof(struct CUSTOM, serdat));
offsetof           97 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_SERPER, offsetof(struct CUSTOM, serper));
offsetof          100 arch/m68k/kernel/asm-offsets.c 	DEFINE(C_PRA, offsetof(struct CIA, pra));
offsetof          588 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0);
offsetof          589 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4);
offsetof          590 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_code)  != 8);
offsetof          593 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c);
offsetof          594 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10);
offsetof          597 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_tid)     != 0x0c);
offsetof          598 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10);
offsetof          599 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_value)   != 0x14);
offsetof          602 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid)   != 0x0c);
offsetof          603 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid)   != 0x10);
offsetof          604 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14);
offsetof          607 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid)    != 0x0c);
offsetof          608 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid)    != 0x10);
offsetof          609 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_status) != 0x14);
offsetof          610 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_utime)  != 0x18);
offsetof          611 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_stime)  != 0x1c);
offsetof          614 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x0c);
offsetof          617 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_addr_lsb) != 0x10);
offsetof          620 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_lower) != 0x12);
offsetof          621 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_upper) != 0x16);
offsetof          624 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pkey) != 0x12);
offsetof          627 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_band)   != 0x0c);
offsetof          628 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_fd)     != 0x10);
offsetof          631 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x0c);
offsetof          632 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_syscall)   != 0x10);
offsetof          633 arch/m68k/kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_arch)      != 0x14);
offsetof           25 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
offsetof           26 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
offsetof           27 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
offsetof           28 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
offsetof           29 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_PC, offsetof(struct pt_regs, pc));
offsetof           30 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R0, offsetof(struct pt_regs, r0));
offsetof           31 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R1, offsetof(struct pt_regs, r1));
offsetof           32 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R2, offsetof(struct pt_regs, r2));
offsetof           33 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R3, offsetof(struct pt_regs, r3));
offsetof           34 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R4, offsetof(struct pt_regs, r4));
offsetof           35 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R5, offsetof(struct pt_regs, r5));
offsetof           36 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R6, offsetof(struct pt_regs, r6));
offsetof           37 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R7, offsetof(struct pt_regs, r7));
offsetof           38 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R8, offsetof(struct pt_regs, r8));
offsetof           39 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R9, offsetof(struct pt_regs, r9));
offsetof           40 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R10, offsetof(struct pt_regs, r10));
offsetof           41 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R11, offsetof(struct pt_regs, r11));
offsetof           42 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R12, offsetof(struct pt_regs, r12));
offsetof           43 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R13, offsetof(struct pt_regs, r13));
offsetof           44 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R14, offsetof(struct pt_regs, r14));
offsetof           45 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R15, offsetof(struct pt_regs, r15));
offsetof           46 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R16, offsetof(struct pt_regs, r16));
offsetof           47 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R17, offsetof(struct pt_regs, r17));
offsetof           48 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R18, offsetof(struct pt_regs, r18));
offsetof           49 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R19, offsetof(struct pt_regs, r19));
offsetof           50 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R20, offsetof(struct pt_regs, r20));
offsetof           51 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R21, offsetof(struct pt_regs, r21));
offsetof           52 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R22, offsetof(struct pt_regs, r22));
offsetof           53 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R23, offsetof(struct pt_regs, r23));
offsetof           54 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R24, offsetof(struct pt_regs, r24));
offsetof           55 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R25, offsetof(struct pt_regs, r25));
offsetof           56 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R26, offsetof(struct pt_regs, r26));
offsetof           57 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R27, offsetof(struct pt_regs, r27));
offsetof           58 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R28, offsetof(struct pt_regs, r28));
offsetof           59 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R29, offsetof(struct pt_regs, r29));
offsetof           60 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R30, offsetof(struct pt_regs, r30));
offsetof           61 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_R31, offsetof(struct pt_regs, r31));
offsetof           62 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PT_MODE, offsetof(struct pt_regs, pt_mode));
offsetof           72 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TS_THREAD_INFO, offsetof(struct task_struct, stack));
offsetof           74 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
offsetof           75 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
offsetof           76 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
offsetof           77 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
offsetof           78 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
offsetof           79 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
offsetof           80 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
offsetof           81 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
offsetof           82 arch/microblaze/kernel/asm-offsets.c 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
offsetof           85 arch/microblaze/kernel/asm-offsets.c 	DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
offsetof           90 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
offsetof           91 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
offsetof           92 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit));
offsetof           93 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_CPU_CONTEXT, offsetof(struct thread_info, cpu_context));
offsetof           94 arch/microblaze/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT_COUNT, offsetof(struct thread_info, preempt_count));
offsetof           98 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R1, offsetof(struct cpu_context, r1)); /* r1 */
offsetof           99 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R2, offsetof(struct cpu_context, r2));
offsetof          101 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R13, offsetof(struct cpu_context, r13));
offsetof          102 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R14, offsetof(struct cpu_context, r14));
offsetof          103 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R15, offsetof(struct cpu_context, r15));
offsetof          104 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R16, offsetof(struct cpu_context, r16));
offsetof          105 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R17, offsetof(struct cpu_context, r17));
offsetof          106 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R18, offsetof(struct cpu_context, r18));
offsetof          108 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R19, offsetof(struct cpu_context, r19));
offsetof          109 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R20, offsetof(struct cpu_context, r20));
offsetof          110 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R21, offsetof(struct cpu_context, r21));
offsetof          111 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R22, offsetof(struct cpu_context, r22));
offsetof          112 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R23, offsetof(struct cpu_context, r23));
offsetof          113 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R24, offsetof(struct cpu_context, r24));
offsetof          114 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R25, offsetof(struct cpu_context, r25));
offsetof          115 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R26, offsetof(struct cpu_context, r26));
offsetof          116 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R27, offsetof(struct cpu_context, r27));
offsetof          117 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R28, offsetof(struct cpu_context, r28));
offsetof          118 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R29, offsetof(struct cpu_context, r29));
offsetof          119 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_R30, offsetof(struct cpu_context, r30));
offsetof          121 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_MSR, offsetof(struct cpu_context, msr));
offsetof          122 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_EAR, offsetof(struct cpu_context, ear));
offsetof          123 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_ESR, offsetof(struct cpu_context, esr));
offsetof          124 arch/microblaze/kernel/asm-offsets.c 	DEFINE(CC_FSR, offsetof(struct cpu_context, fsr));
offsetof           67 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 		offsetof(struct cvmx_bootmem_named_block_desc, field),	\
offsetof           67 arch/mips/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, __last))
offsetof           57 arch/mips/kernel/kgdb.c 	{ "zero", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[0]) },
offsetof           58 arch/mips/kernel/kgdb.c 	{ "at", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[1]) },
offsetof           59 arch/mips/kernel/kgdb.c 	{ "v0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[2]) },
offsetof           60 arch/mips/kernel/kgdb.c 	{ "v1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[3]) },
offsetof           61 arch/mips/kernel/kgdb.c 	{ "a0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[4]) },
offsetof           62 arch/mips/kernel/kgdb.c 	{ "a1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[5]) },
offsetof           63 arch/mips/kernel/kgdb.c 	{ "a2", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[6]) },
offsetof           64 arch/mips/kernel/kgdb.c 	{ "a3", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[7]) },
offsetof           65 arch/mips/kernel/kgdb.c 	{ "t0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[8]) },
offsetof           66 arch/mips/kernel/kgdb.c 	{ "t1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[9]) },
offsetof           67 arch/mips/kernel/kgdb.c 	{ "t2", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[10]) },
offsetof           68 arch/mips/kernel/kgdb.c 	{ "t3", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[11]) },
offsetof           69 arch/mips/kernel/kgdb.c 	{ "t4", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[12]) },
offsetof           70 arch/mips/kernel/kgdb.c 	{ "t5", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[13]) },
offsetof           71 arch/mips/kernel/kgdb.c 	{ "t6", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[14]) },
offsetof           72 arch/mips/kernel/kgdb.c 	{ "t7", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[15]) },
offsetof           73 arch/mips/kernel/kgdb.c 	{ "s0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[16]) },
offsetof           74 arch/mips/kernel/kgdb.c 	{ "s1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[17]) },
offsetof           75 arch/mips/kernel/kgdb.c 	{ "s2", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[18]) },
offsetof           76 arch/mips/kernel/kgdb.c 	{ "s3", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[19]) },
offsetof           77 arch/mips/kernel/kgdb.c 	{ "s4", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[20]) },
offsetof           78 arch/mips/kernel/kgdb.c 	{ "s5", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[21]) },
offsetof           79 arch/mips/kernel/kgdb.c 	{ "s6", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[22]) },
offsetof           80 arch/mips/kernel/kgdb.c 	{ "s7", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[23]) },
offsetof           81 arch/mips/kernel/kgdb.c 	{ "t8", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[24]) },
offsetof           82 arch/mips/kernel/kgdb.c 	{ "t9", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[25]) },
offsetof           83 arch/mips/kernel/kgdb.c 	{ "k0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[26]) },
offsetof           84 arch/mips/kernel/kgdb.c 	{ "k1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[27]) },
offsetof           85 arch/mips/kernel/kgdb.c 	{ "gp", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[28]) },
offsetof           86 arch/mips/kernel/kgdb.c 	{ "sp", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[29]) },
offsetof           87 arch/mips/kernel/kgdb.c 	{ "s8", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[30]) },
offsetof           88 arch/mips/kernel/kgdb.c 	{ "ra", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[31]) },
offsetof           89 arch/mips/kernel/kgdb.c 	{ "sr", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_status) },
offsetof           90 arch/mips/kernel/kgdb.c 	{ "lo", GDB_SIZEOF_REG, offsetof(struct pt_regs, lo) },
offsetof           91 arch/mips/kernel/kgdb.c 	{ "hi", GDB_SIZEOF_REG, offsetof(struct pt_regs, hi) },
offsetof           92 arch/mips/kernel/kgdb.c 	{ "bad", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_badvaddr) },
offsetof           93 arch/mips/kernel/kgdb.c 	{ "cause", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_cause) },
offsetof           94 arch/mips/kernel/kgdb.c 	{ "pc", GDB_SIZEOF_REG, offsetof(struct pt_regs, cp0_epc) },
offsetof          937 arch/mips/kernel/ptrace.c 	.offset = offsetof(struct pt_regs, r)				\
offsetof          301 arch/mips/kernel/signal.c 			+ offsetof(struct extcontext, size)));
offsetof          794 arch/mips/kernel/signal.c 	.off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
offsetof          795 arch/mips/kernel/signal.c 	.off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
offsetof          796 arch/mips/kernel/signal.c 	.off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
offsetof          935 arch/mips/kernel/signal.c 	BUILD_BUG_ON((offsetof(struct sigframe, sf_extcontext) -
offsetof          936 arch/mips/kernel/signal.c 		      offsetof(struct sigframe, sf_sc)) !=
offsetof          937 arch/mips/kernel/signal.c 		     (offsetof(struct rt_sigframe, rs_uc.uc_extcontext) -
offsetof          938 arch/mips/kernel/signal.c 		      offsetof(struct rt_sigframe, rs_uc.uc_mcontext)));
offsetof          144 arch/mips/kernel/signal_n32.c 	.off_sc_fpregs = offsetof(struct sigcontext, sc_fpregs),
offsetof          145 arch/mips/kernel/signal_n32.c 	.off_sc_fpc_csr = offsetof(struct sigcontext, sc_fpc_csr),
offsetof          146 arch/mips/kernel/signal_n32.c 	.off_sc_used_math = offsetof(struct sigcontext, sc_used_math),
offsetof          248 arch/mips/kernel/signal_o32.c 	.off_sc_fpregs = offsetof(struct sigcontext32, sc_fpregs),
offsetof          249 arch/mips/kernel/signal_o32.c 	.off_sc_fpc_csr = offsetof(struct sigcontext32, sc_fpc_csr),
offsetof          250 arch/mips/kernel/signal_o32.c 	.off_sc_used_math = offsetof(struct sigcontext32, sc_used_math),
offsetof          114 arch/mips/kvm/dyntrans.c 			offsetof(struct kvm_mips_commpage, cop0.reg[rd][sel]);
offsetof          136 arch/mips/kvm/dyntrans.c 		offsetof(struct kvm_mips_commpage, cop0.reg[rd][sel]);
offsetof          156 arch/mips/kvm/entry.c 	UASM_i_SW(p, tmp, offsetof(struct pt_regs, cp0_epc), frame);
offsetof          161 arch/mips/kvm/entry.c 		UASM_i_SW(p, tmp, offsetof(struct pt_regs, cp0_cause), frame);
offsetof          172 arch/mips/kvm/entry.c 	UASM_i_LW(p, tmp, offsetof(struct pt_regs, cp0_epc), frame);
offsetof          176 arch/mips/kvm/entry.c 		UASM_i_LW(p, tmp, offsetof(struct pt_regs, cp0_cause), frame);
offsetof          229 arch/mips/kvm/entry.c 		UASM_i_SW(&p, i, offsetof(struct pt_regs, regs[i]), K1);
offsetof          234 arch/mips/kvm/entry.c 	UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1);
offsetof          243 arch/mips/kvm/entry.c 	UASM_i_ADDIU(&p, K1, A1, offsetof(struct kvm_vcpu, arch));
offsetof          249 arch/mips/kvm/entry.c 	UASM_i_SW(&p, SP, offsetof(struct kvm_vcpu_arch, host_stack), K1);
offsetof          252 arch/mips/kvm/entry.c 	UASM_i_SW(&p, GP, offsetof(struct kvm_vcpu_arch, host_gp), K1);
offsetof          263 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu_arch, guest_ebase), K1);
offsetof          305 arch/mips/kvm/entry.c 	UASM_i_LW(&p, T0, offsetof(struct kvm_vcpu_arch, pc), K1);
offsetof          311 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu_arch, host_pgd), K1);
offsetof          321 arch/mips/kvm/entry.c 	UASM_i_LW(&p, S0, (int)offsetof(struct kvm_vcpu, kvm) -
offsetof          322 arch/mips/kvm/entry.c 			  (int)offsetof(struct kvm_vcpu, arch), K1);
offsetof          323 arch/mips/kvm/entry.c 	UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0);
offsetof          361 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu_arch, host_entryhi),
offsetof          366 arch/mips/kvm/entry.c 		     offsetof(struct kvm, arch.gpa_mm.context.asid));
offsetof          369 arch/mips/kvm/entry.c 	UASM_i_LW(&p, T0, offsetof(struct kvm_vcpu_arch, cop0), K1);
offsetof          370 arch/mips/kvm/entry.c 	UASM_i_LW(&p, T0, offsetof(struct mips_coproc, reg[MIPS_CP0_STATUS][0]),
offsetof          375 arch/mips/kvm/entry.c 	 UASM_i_ADDIU(&p, T1, K1, offsetof(struct kvm_vcpu_arch,
offsetof          378 arch/mips/kvm/entry.c 	UASM_i_ADDIU(&p, T1, K1, offsetof(struct kvm_vcpu_arch,
offsetof          385 arch/mips/kvm/entry.c 	uasm_i_lw(&p, T2, offsetof(struct thread_info, cpu), GP);
offsetof          413 arch/mips/kvm/entry.c 	UASM_i_LW(&p, A0, (int)offsetof(struct mm_struct, pgd) -
offsetof          414 arch/mips/kvm/entry.c 			  (int)offsetof(struct mm_struct, context.asid), T1);
offsetof          434 arch/mips/kvm/entry.c 		UASM_i_LW(&p, i, offsetof(struct kvm_vcpu_arch, gprs[i]), K1);
offsetof          439 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu_arch, hi), K1);
offsetof          442 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu_arch, lo), K1);
offsetof          447 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu_arch, gprs[K0]), K1);
offsetof          448 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K1, offsetof(struct kvm_vcpu_arch, gprs[K1]), K1);
offsetof          485 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu, arch.gprs[K0]), K1);
offsetof          522 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu, arch.gprs[K0]), K1);
offsetof          558 arch/mips/kvm/entry.c 	UASM_i_ADDIU(&p, K1, K1, offsetof(struct kvm_vcpu, arch));
offsetof          561 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu_arch, gprs[K0]), K1);
offsetof          611 arch/mips/kvm/entry.c 		UASM_i_SW(&p, i, offsetof(struct kvm_vcpu_arch, gprs[i]), K1);
offsetof          617 arch/mips/kvm/entry.c 	UASM_i_SW(&p, T0, offsetof(struct kvm_vcpu_arch, hi), K1);
offsetof          620 arch/mips/kvm/entry.c 	UASM_i_SW(&p, T0, offsetof(struct kvm_vcpu_arch, lo), K1);
offsetof          626 arch/mips/kvm/entry.c 	UASM_i_SW(&p, T0, offsetof(struct kvm_vcpu_arch, gprs[K1]), K1);
offsetof          634 arch/mips/kvm/entry.c 	UASM_i_LW(&p, S0, offsetof(struct kvm_vcpu, run), S1);
offsetof          641 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu_arch, pc), K1);
offsetof          644 arch/mips/kvm/entry.c 	UASM_i_SW(&p, K0, offsetof(struct kvm_vcpu_arch, host_cp0_badvaddr),
offsetof          648 arch/mips/kvm/entry.c 	uasm_i_sw(&p, K0, offsetof(struct kvm_vcpu_arch, host_cp0_cause), K1);
offsetof          652 arch/mips/kvm/entry.c 		uasm_i_sw(&p, K0, offsetof(struct kvm_vcpu_arch,
offsetof          658 arch/mips/kvm/entry.c 		uasm_i_sw(&p, K0, offsetof(struct kvm_vcpu_arch,
offsetof          688 arch/mips/kvm/entry.c 		uasm_i_sw(&p, T0, offsetof(struct kvm_vcpu_arch, fpu.fcr31),
offsetof          704 arch/mips/kvm/entry.c 		uasm_i_sw(&p, T0, offsetof(struct kvm_vcpu_arch, fpu.msacsr),
offsetof          713 arch/mips/kvm/entry.c 		UASM_i_LW(&p, K0, offsetof(struct kvm_vcpu_arch, host_entryhi),
offsetof          725 arch/mips/kvm/entry.c 		  offsetof(struct kvm_vcpu_arch, host_pgd), K1);
offsetof          741 arch/mips/kvm/entry.c 		  offsetof(struct kvm_vcpu_arch, host_cp0_guestctl0), K1);
offsetof          768 arch/mips/kvm/entry.c 	UASM_i_LW(&p, GP, offsetof(struct kvm_vcpu_arch, host_gp), K1);
offsetof          771 arch/mips/kvm/entry.c 	UASM_i_LW(&p, SP, offsetof(struct kvm_vcpu_arch, host_stack), K1);
offsetof          839 arch/mips/kvm/entry.c 	UASM_i_ADDIU(&p, K1, K1, offsetof(struct kvm_vcpu, arch));
offsetof          876 arch/mips/kvm/entry.c 	UASM_i_LW(&p, T0, offsetof(struct kvm_vcpu_arch, guest_ebase), K1);
offsetof          914 arch/mips/kvm/entry.c 	UASM_i_LW(&p, K1, offsetof(struct kvm_vcpu_arch, host_stack), K1);
offsetof          928 arch/mips/kvm/entry.c 		UASM_i_LW(&p, i, offsetof(struct pt_regs, regs[i]), K1);
offsetof          937 arch/mips/kvm/entry.c 	UASM_i_LW(&p, RA, offsetof(struct pt_regs, regs[RA]), K1);
offsetof           42 arch/mips/kvm/mips.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x)
offsetof          200 arch/mips/math-emu/me-debugfs.c 	offsetof(struct mips_fpu_emulator_stats, m)
offsetof          382 arch/mips/mm/tlbex.c 	UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0);
offsetof          383 arch/mips/mm/tlbex.c 	UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), K0);
offsetof          399 arch/mips/mm/tlbex.c 	UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0);
offsetof          400 arch/mips/mm/tlbex.c 	UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), K0);
offsetof         1055 arch/mips/mm/tlbex.c 	pte_off_even += offsetof(pte_t, pte_high);
offsetof         1056 arch/mips/mm/tlbex.c 	pte_off_odd += offsetof(pte_t, pte_high);
offsetof          614 arch/mips/net/ebpf_jit.c 	off = offsetof(struct bpf_array, map.max_entries);
offsetof          636 arch/mips/net/ebpf_jit.c 	off = offsetof(struct bpf_array, ptrs);
offsetof          644 arch/mips/net/ebpf_jit.c 	off = offsetof(struct bpf_prog, bpf_func);
offsetof          446 arch/mips/pci/ops-tx4927.c 		if (i == offsetof(struct tx4927_pcic_reg, g2pintack)
offsetof          447 arch/mips/pci/ops-tx4927.c 		    || i == offsetof(struct tx4927_pcic_reg, g2pspc)
offsetof          448 arch/mips/pci/ops-tx4927.c 		    || i == offsetof(struct tx4927_pcic_reg, g2pcfgadrs)
offsetof          449 arch/mips/pci/ops-tx4927.c 		    || i == offsetof(struct tx4927_pcic_reg, g2pcfgdata)) {
offsetof          215 arch/mips/sgi-ip22/ip22-platform.c 	res.start = HPC3_CHIP0_BASE + offsetof(struct hpc3_regs, rtcregs);
offsetof           18 arch/mips/sgi-ip32/ip32-platform.c #define MACEISA_SERIAL1_OFFS   offsetof(struct sgi_mace, isa.serial1)
offsetof           19 arch/mips/sgi-ip32/ip32-platform.c #define MACEISA_SERIAL2_OFFS   offsetof(struct sgi_mace, isa.serial2)
offsetof           95 arch/mips/sgi-ip32/ip32-platform.c #define MACE_RTC_RES_START (MACE_BASE + offsetof(struct sgi_mace, isa.rtc))
offsetof           12 arch/nds32/kernel/asm-offsets.c 	DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
offsetof           14 arch/nds32/kernel/asm-offsets.c 	       offsetof(struct task_struct, thread_info.preempt_count));
offsetof           16 arch/nds32/kernel/asm-offsets.c 	       offsetof(struct task_struct, thread.cpu_context));
offsetof           17 arch/nds32/kernel/asm-offsets.c 	DEFINE(OSP_OFFSET, offsetof(struct pt_regs, osp));
offsetof           18 arch/nds32/kernel/asm-offsets.c 	DEFINE(SP_OFFSET, offsetof(struct pt_regs, sp));
offsetof           19 arch/nds32/kernel/asm-offsets.c 	DEFINE(FUCOP_CTL_OFFSET, offsetof(struct pt_regs, fucop_ctl));
offsetof           20 arch/nds32/kernel/asm-offsets.c 	DEFINE(IPSW_OFFSET, offsetof(struct pt_regs, ipsw));
offsetof           21 arch/nds32/kernel/asm-offsets.c 	DEFINE(SYSCALLNO_OFFSET, offsetof(struct pt_regs, syscallno));
offsetof           22 arch/nds32/kernel/asm-offsets.c 	DEFINE(IPC_OFFSET, offsetof(struct pt_regs, ipc));
offsetof           23 arch/nds32/kernel/asm-offsets.c 	DEFINE(R0_OFFSET, offsetof(struct pt_regs, uregs[0]));
offsetof           24 arch/nds32/kernel/asm-offsets.c 	DEFINE(R15_OFFSET, offsetof(struct pt_regs, uregs[15]));
offsetof           21 arch/nios2/kernel/kgdb.c 	{ "at", GDB_SIZEOF_REG, offsetof(struct pt_regs, r1) },
offsetof           22 arch/nios2/kernel/kgdb.c 	{ "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, r2) },
offsetof           23 arch/nios2/kernel/kgdb.c 	{ "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, r3) },
offsetof           24 arch/nios2/kernel/kgdb.c 	{ "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, r4) },
offsetof           25 arch/nios2/kernel/kgdb.c 	{ "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, r5) },
offsetof           26 arch/nios2/kernel/kgdb.c 	{ "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, r6) },
offsetof           27 arch/nios2/kernel/kgdb.c 	{ "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, r7) },
offsetof           28 arch/nios2/kernel/kgdb.c 	{ "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, r8) },
offsetof           29 arch/nios2/kernel/kgdb.c 	{ "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, r9) },
offsetof           30 arch/nios2/kernel/kgdb.c 	{ "r10", GDB_SIZEOF_REG, offsetof(struct pt_regs, r10) },
offsetof           31 arch/nios2/kernel/kgdb.c 	{ "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, r11) },
offsetof           32 arch/nios2/kernel/kgdb.c 	{ "r12", GDB_SIZEOF_REG, offsetof(struct pt_regs, r12) },
offsetof           33 arch/nios2/kernel/kgdb.c 	{ "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, r13) },
offsetof           34 arch/nios2/kernel/kgdb.c 	{ "r14", GDB_SIZEOF_REG, offsetof(struct pt_regs, r14) },
offsetof           35 arch/nios2/kernel/kgdb.c 	{ "r15", GDB_SIZEOF_REG, offsetof(struct pt_regs, r15) },
offsetof           46 arch/nios2/kernel/kgdb.c 	{ "gp", GDB_SIZEOF_REG, offsetof(struct pt_regs, gp) },
offsetof           47 arch/nios2/kernel/kgdb.c 	{ "sp", GDB_SIZEOF_REG, offsetof(struct pt_regs, sp) },
offsetof           48 arch/nios2/kernel/kgdb.c 	{ "fp", GDB_SIZEOF_REG, offsetof(struct pt_regs, fp) },
offsetof           51 arch/nios2/kernel/kgdb.c 	{ "ra", GDB_SIZEOF_REG, offsetof(struct pt_regs, ra) },
offsetof           52 arch/nios2/kernel/kgdb.c 	{ "pc", GDB_SIZEOF_REG, offsetof(struct pt_regs, ea) },
offsetof           54 arch/nios2/kernel/kgdb.c 	{ "estatus", GDB_SIZEOF_REG, offsetof(struct pt_regs, estatus) },
offsetof           41 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
offsetof           42 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
offsetof           43 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
offsetof           44 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
offsetof           45 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
offsetof           46 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
offsetof           49 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
offsetof           50 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
offsetof           51 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
offsetof           52 arch/openrisc/kernel/asm-offsets.c 	DEFINE(TI_KSP, offsetof(struct thread_info, ksp));
offsetof           38 arch/parisc/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, ipsw))
offsetof           44 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
offsetof           45 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_STATE, offsetof(struct task_struct, state));
offsetof           46 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
offsetof           47 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));
offsetof           48 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
offsetof           49 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));
offsetof           50 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality));
offsetof           51 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));
offsetof           53 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
offsetof           54 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
offsetof           55 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
offsetof           56 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
offsetof           57 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
offsetof           58 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR4, offsetof(struct task_struct, thread.regs.gr[ 4]));
offsetof           59 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR5, offsetof(struct task_struct, thread.regs.gr[ 5]));
offsetof           60 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR6, offsetof(struct task_struct, thread.regs.gr[ 6]));
offsetof           61 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR7, offsetof(struct task_struct, thread.regs.gr[ 7]));
offsetof           62 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR8, offsetof(struct task_struct, thread.regs.gr[ 8]));
offsetof           63 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR9, offsetof(struct task_struct, thread.regs.gr[ 9]));
offsetof           64 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR10, offsetof(struct task_struct, thread.regs.gr[10]));
offsetof           65 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR11, offsetof(struct task_struct, thread.regs.gr[11]));
offsetof           66 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR12, offsetof(struct task_struct, thread.regs.gr[12]));
offsetof           67 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR13, offsetof(struct task_struct, thread.regs.gr[13]));
offsetof           68 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR14, offsetof(struct task_struct, thread.regs.gr[14]));
offsetof           69 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR15, offsetof(struct task_struct, thread.regs.gr[15]));
offsetof           70 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR16, offsetof(struct task_struct, thread.regs.gr[16]));
offsetof           71 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR17, offsetof(struct task_struct, thread.regs.gr[17]));
offsetof           72 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR18, offsetof(struct task_struct, thread.regs.gr[18]));
offsetof           73 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR19, offsetof(struct task_struct, thread.regs.gr[19]));
offsetof           74 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR20, offsetof(struct task_struct, thread.regs.gr[20]));
offsetof           75 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR21, offsetof(struct task_struct, thread.regs.gr[21]));
offsetof           76 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR22, offsetof(struct task_struct, thread.regs.gr[22]));
offsetof           77 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR23, offsetof(struct task_struct, thread.regs.gr[23]));
offsetof           78 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR24, offsetof(struct task_struct, thread.regs.gr[24]));
offsetof           79 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR25, offsetof(struct task_struct, thread.regs.gr[25]));
offsetof           80 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR26, offsetof(struct task_struct, thread.regs.gr[26]));
offsetof           81 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR27, offsetof(struct task_struct, thread.regs.gr[27]));
offsetof           82 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR28, offsetof(struct task_struct, thread.regs.gr[28]));
offsetof           83 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR29, offsetof(struct task_struct, thread.regs.gr[29]));
offsetof           84 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR30, offsetof(struct task_struct, thread.regs.gr[30]));
offsetof           85 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_GR31, offsetof(struct task_struct, thread.regs.gr[31]));
offsetof           86 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0]));
offsetof           87 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1]));
offsetof           88 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2]));
offsetof           89 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3]));
offsetof           90 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4]));
offsetof           91 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5]));
offsetof           92 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6]));
offsetof           93 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7]));
offsetof           94 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8]));
offsetof           95 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[ 9]));
offsetof           96 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR10, offsetof(struct task_struct, thread.regs.fr[10]));
offsetof           97 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR11, offsetof(struct task_struct, thread.regs.fr[11]));
offsetof           98 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR12, offsetof(struct task_struct, thread.regs.fr[12]));
offsetof           99 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR13, offsetof(struct task_struct, thread.regs.fr[13]));
offsetof          100 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR14, offsetof(struct task_struct, thread.regs.fr[14]));
offsetof          101 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR15, offsetof(struct task_struct, thread.regs.fr[15]));
offsetof          102 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR16, offsetof(struct task_struct, thread.regs.fr[16]));
offsetof          103 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR17, offsetof(struct task_struct, thread.regs.fr[17]));
offsetof          104 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR18, offsetof(struct task_struct, thread.regs.fr[18]));
offsetof          105 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR19, offsetof(struct task_struct, thread.regs.fr[19]));
offsetof          106 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR20, offsetof(struct task_struct, thread.regs.fr[20]));
offsetof          107 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR21, offsetof(struct task_struct, thread.regs.fr[21]));
offsetof          108 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR22, offsetof(struct task_struct, thread.regs.fr[22]));
offsetof          109 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR23, offsetof(struct task_struct, thread.regs.fr[23]));
offsetof          110 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR24, offsetof(struct task_struct, thread.regs.fr[24]));
offsetof          111 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR25, offsetof(struct task_struct, thread.regs.fr[25]));
offsetof          112 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR26, offsetof(struct task_struct, thread.regs.fr[26]));
offsetof          113 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR27, offsetof(struct task_struct, thread.regs.fr[27]));
offsetof          114 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR28, offsetof(struct task_struct, thread.regs.fr[28]));
offsetof          115 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR29, offsetof(struct task_struct, thread.regs.fr[29]));
offsetof          116 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR30, offsetof(struct task_struct, thread.regs.fr[30]));
offsetof          117 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_FR31, offsetof(struct task_struct, thread.regs.fr[31]));
offsetof          118 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR0, offsetof(struct task_struct, thread.regs.sr[ 0]));
offsetof          119 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR1, offsetof(struct task_struct, thread.regs.sr[ 1]));
offsetof          120 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR2, offsetof(struct task_struct, thread.regs.sr[ 2]));
offsetof          121 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR3, offsetof(struct task_struct, thread.regs.sr[ 3]));
offsetof          122 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR4, offsetof(struct task_struct, thread.regs.sr[ 4]));
offsetof          123 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR5, offsetof(struct task_struct, thread.regs.sr[ 5]));
offsetof          124 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR6, offsetof(struct task_struct, thread.regs.sr[ 6]));
offsetof          125 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SR7, offsetof(struct task_struct, thread.regs.sr[ 7]));
offsetof          126 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IASQ0, offsetof(struct task_struct, thread.regs.iasq[0]));
offsetof          127 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IASQ1, offsetof(struct task_struct, thread.regs.iasq[1]));
offsetof          128 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IAOQ0, offsetof(struct task_struct, thread.regs.iaoq[0]));
offsetof          129 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IAOQ1, offsetof(struct task_struct, thread.regs.iaoq[1]));
offsetof          130 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_CR27, offsetof(struct task_struct, thread.regs.cr27));
offsetof          131 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_ORIG_R28, offsetof(struct task_struct, thread.regs.orig_r28));
offsetof          132 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_KSP, offsetof(struct task_struct, thread.regs.ksp));
offsetof          133 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_KPC, offsetof(struct task_struct, thread.regs.kpc));
offsetof          134 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_SAR, offsetof(struct task_struct, thread.regs.sar));
offsetof          135 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IIR, offsetof(struct task_struct, thread.regs.iir));
offsetof          136 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_ISR, offsetof(struct task_struct, thread.regs.isr));
offsetof          137 arch/parisc/kernel/asm-offsets.c 	DEFINE(TASK_PT_IOR, offsetof(struct task_struct, thread.regs.ior));
offsetof          143 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_PSW, offsetof(struct pt_regs, gr[ 0]));
offsetof          144 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR1, offsetof(struct pt_regs, gr[ 1]));
offsetof          145 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR2, offsetof(struct pt_regs, gr[ 2]));
offsetof          146 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR3, offsetof(struct pt_regs, gr[ 3]));
offsetof          147 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR4, offsetof(struct pt_regs, gr[ 4]));
offsetof          148 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR5, offsetof(struct pt_regs, gr[ 5]));
offsetof          149 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR6, offsetof(struct pt_regs, gr[ 6]));
offsetof          150 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR7, offsetof(struct pt_regs, gr[ 7]));
offsetof          151 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR8, offsetof(struct pt_regs, gr[ 8]));
offsetof          152 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR9, offsetof(struct pt_regs, gr[ 9]));
offsetof          153 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR10, offsetof(struct pt_regs, gr[10]));
offsetof          154 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR11, offsetof(struct pt_regs, gr[11]));
offsetof          155 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR12, offsetof(struct pt_regs, gr[12]));
offsetof          156 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR13, offsetof(struct pt_regs, gr[13]));
offsetof          157 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR14, offsetof(struct pt_regs, gr[14]));
offsetof          158 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR15, offsetof(struct pt_regs, gr[15]));
offsetof          159 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR16, offsetof(struct pt_regs, gr[16]));
offsetof          160 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR17, offsetof(struct pt_regs, gr[17]));
offsetof          161 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR18, offsetof(struct pt_regs, gr[18]));
offsetof          162 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR19, offsetof(struct pt_regs, gr[19]));
offsetof          163 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR20, offsetof(struct pt_regs, gr[20]));
offsetof          164 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR21, offsetof(struct pt_regs, gr[21]));
offsetof          165 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR22, offsetof(struct pt_regs, gr[22]));
offsetof          166 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR23, offsetof(struct pt_regs, gr[23]));
offsetof          167 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR24, offsetof(struct pt_regs, gr[24]));
offsetof          168 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR25, offsetof(struct pt_regs, gr[25]));
offsetof          169 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR26, offsetof(struct pt_regs, gr[26]));
offsetof          170 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR27, offsetof(struct pt_regs, gr[27]));
offsetof          171 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR28, offsetof(struct pt_regs, gr[28]));
offsetof          172 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR29, offsetof(struct pt_regs, gr[29]));
offsetof          173 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR30, offsetof(struct pt_regs, gr[30]));
offsetof          174 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_GR31, offsetof(struct pt_regs, gr[31]));
offsetof          175 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR0, offsetof(struct pt_regs, fr[ 0]));
offsetof          176 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR1, offsetof(struct pt_regs, fr[ 1]));
offsetof          177 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR2, offsetof(struct pt_regs, fr[ 2]));
offsetof          178 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR3, offsetof(struct pt_regs, fr[ 3]));
offsetof          179 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR4, offsetof(struct pt_regs, fr[ 4]));
offsetof          180 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR5, offsetof(struct pt_regs, fr[ 5]));
offsetof          181 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR6, offsetof(struct pt_regs, fr[ 6]));
offsetof          182 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR7, offsetof(struct pt_regs, fr[ 7]));
offsetof          183 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR8, offsetof(struct pt_regs, fr[ 8]));
offsetof          184 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR9, offsetof(struct pt_regs, fr[ 9]));
offsetof          185 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR10, offsetof(struct pt_regs, fr[10]));
offsetof          186 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR11, offsetof(struct pt_regs, fr[11]));
offsetof          187 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR12, offsetof(struct pt_regs, fr[12]));
offsetof          188 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR13, offsetof(struct pt_regs, fr[13]));
offsetof          189 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR14, offsetof(struct pt_regs, fr[14]));
offsetof          190 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR15, offsetof(struct pt_regs, fr[15]));
offsetof          191 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR16, offsetof(struct pt_regs, fr[16]));
offsetof          192 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR17, offsetof(struct pt_regs, fr[17]));
offsetof          193 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR18, offsetof(struct pt_regs, fr[18]));
offsetof          194 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR19, offsetof(struct pt_regs, fr[19]));
offsetof          195 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR20, offsetof(struct pt_regs, fr[20]));
offsetof          196 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR21, offsetof(struct pt_regs, fr[21]));
offsetof          197 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR22, offsetof(struct pt_regs, fr[22]));
offsetof          198 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR23, offsetof(struct pt_regs, fr[23]));
offsetof          199 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR24, offsetof(struct pt_regs, fr[24]));
offsetof          200 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR25, offsetof(struct pt_regs, fr[25]));
offsetof          201 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR26, offsetof(struct pt_regs, fr[26]));
offsetof          202 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR27, offsetof(struct pt_regs, fr[27]));
offsetof          203 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR28, offsetof(struct pt_regs, fr[28]));
offsetof          204 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR29, offsetof(struct pt_regs, fr[29]));
offsetof          205 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR30, offsetof(struct pt_regs, fr[30]));
offsetof          206 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_FR31, offsetof(struct pt_regs, fr[31]));
offsetof          207 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR0, offsetof(struct pt_regs, sr[ 0]));
offsetof          208 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR1, offsetof(struct pt_regs, sr[ 1]));
offsetof          209 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR2, offsetof(struct pt_regs, sr[ 2]));
offsetof          210 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR3, offsetof(struct pt_regs, sr[ 3]));
offsetof          211 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR4, offsetof(struct pt_regs, sr[ 4]));
offsetof          212 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR5, offsetof(struct pt_regs, sr[ 5]));
offsetof          213 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR6, offsetof(struct pt_regs, sr[ 6]));
offsetof          214 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SR7, offsetof(struct pt_regs, sr[ 7]));
offsetof          215 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IASQ0, offsetof(struct pt_regs, iasq[0]));
offsetof          216 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IASQ1, offsetof(struct pt_regs, iasq[1]));
offsetof          217 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IAOQ0, offsetof(struct pt_regs, iaoq[0]));
offsetof          218 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IAOQ1, offsetof(struct pt_regs, iaoq[1]));
offsetof          219 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_CR27, offsetof(struct pt_regs, cr27));
offsetof          220 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_ORIG_R28, offsetof(struct pt_regs, orig_r28));
offsetof          221 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_KSP, offsetof(struct pt_regs, ksp));
offsetof          222 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_KPC, offsetof(struct pt_regs, kpc));
offsetof          223 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_SAR, offsetof(struct pt_regs, sar));
offsetof          224 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IIR, offsetof(struct pt_regs, iir));
offsetof          225 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_ISR, offsetof(struct pt_regs, isr));
offsetof          226 arch/parisc/kernel/asm-offsets.c 	DEFINE(PT_IOR, offsetof(struct pt_regs, ior));
offsetof          231 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_TASK, offsetof(struct thread_info, task));
offsetof          232 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
offsetof          233 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
offsetof          234 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_SEGMENT, offsetof(struct thread_info, addr_limit));
offsetof          235 arch/parisc/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
offsetof          240 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));
offsetof          241 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride));
offsetof          242 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count));
offsetof          243 arch/parisc/kernel/asm-offsets.c 	DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop));
offsetof          244 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base));
offsetof          245 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride));
offsetof          246 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count));
offsetof          247 arch/parisc/kernel/asm-offsets.c 	DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop));
offsetof          248 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base));
offsetof          249 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride));
offsetof          250 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count));
offsetof          251 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base));
offsetof          252 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride));
offsetof          253 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count));
offsetof          254 arch/parisc/kernel/asm-offsets.c 	DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop));
offsetof          255 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base));
offsetof          256 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride));
offsetof          257 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count));
offsetof          258 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base));
offsetof          259 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride));
offsetof          260 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count));
offsetof          261 arch/parisc/kernel/asm-offsets.c 	DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop));
offsetof          798 arch/parisc/kernel/drivers.c         ((gsc_readl(dev->hpa.start + offsetof(struct bc_module, io_status)) \
offsetof          805 arch/parisc/kernel/drivers.c #define IO_IO_LOW	offsetof(struct bc_module, io_io_low)
offsetof          806 arch/parisc/kernel/drivers.c #define IO_IO_HIGH	offsetof(struct bc_module, io_io_high)
offsetof          453 arch/parisc/kernel/ptrace.c #define RI(reg) (offsetof(struct user_regs_struct,reg) / sizeof(long))
offsetof          710 arch/parisc/kernel/ptrace.c #define REG_OFFSET_NAME(r)    {.name = #r, .offset = offsetof(struct pt_regs, r)}
offsetof          711 arch/parisc/kernel/ptrace.c #define REG_OFFSET_INDEX(r,i) {.name = #r#i, .offset = offsetof(struct pt_regs, r[i])}
offsetof           22 arch/powerpc/include/asm/current.h 	: "i" (offsetof(struct paca_struct, __current)));
offsetof           73 arch/powerpc/include/asm/hw_irq.h 		: "i" (offsetof(struct paca_struct, irq_soft_mask)));
offsetof          107 arch/powerpc/include/asm/hw_irq.h 		  "i" (offsetof(struct paca_struct, irq_soft_mask))
offsetof          122 arch/powerpc/include/asm/hw_irq.h 		: "i" (offsetof(struct paca_struct, irq_soft_mask)),
offsetof          136 arch/powerpc/include/asm/hw_irq.h 		: "i" (offsetof(struct paca_struct, irq_soft_mask)),
offsetof          221 arch/powerpc/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, dsisr))
offsetof           74 arch/powerpc/kernel/asm-offsets.c 	DEFINE(sym, STACK_FRAME_OVERHEAD + offsetof(struct pt_regs, val))
offsetof          184 arch/powerpc/kernel/asm-offsets.c 	DEFINE(PACA_THREAD_INFO, offsetof(struct paca_struct, __current) +
offsetof          185 arch/powerpc/kernel/asm-offsets.c 				 offsetof(struct task_struct, thread_info));
offsetof          342 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
offsetof          344 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
offsetof          345 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1));
offsetof          346 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2));
offsetof          347 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3));
offsetof          348 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6));
offsetof          349 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7));
offsetof          350 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0));
offsetof          351 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1));
offsetof          352 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr0));
offsetof          353 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr1));
offsetof          354 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr0));
offsetof          355 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr1));
offsetof          356 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SAVED_KSP_LIMIT, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, saved_ksp_limit));
offsetof          606 arch/powerpc/kernel/asm-offsets.c # define SVCPU_FIELD(x, f)	DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f))
offsetof          610 arch/powerpc/kernel/asm-offsets.c # define HSTATE_FIELD(x, f)	DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f))
offsetof          612 arch/powerpc/kernel/asm-offsets.c # define SVCPU_FIELD(x, f)	DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f))
offsetof          613 arch/powerpc/kernel/asm-offsets.c # define HSTATE_FIELD(x, f)	DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f))
offsetof          757 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_SAVED_STATE, offsetof(struct kvm_vcpu,
offsetof          759 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_CAM_WORD, offsetof(struct kvm_vcpu,
offsetof          761 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_PUSHED, offsetof(struct kvm_vcpu, arch.xive_pushed));
offsetof          762 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_ON, offsetof(struct kvm_vcpu, arch.xive_esc_on));
offsetof          763 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_RADDR, offsetof(struct kvm_vcpu, arch.xive_esc_raddr));
offsetof          764 arch/powerpc/kernel/asm-offsets.c 	DEFINE(VCPU_XIVE_ESC_VADDR, offsetof(struct kvm_vcpu, arch.xive_esc_vaddr));
offsetof           98 arch/powerpc/kernel/irq.c 	: "=r" (happened) : "i" (offsetof(struct paca_struct, irq_happened)));
offsetof          247 arch/powerpc/kernel/kgdb.c 	{ "r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[0]) },
offsetof          248 arch/powerpc/kernel/kgdb.c 	{ "r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[1]) },
offsetof          249 arch/powerpc/kernel/kgdb.c 	{ "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[2]) },
offsetof          250 arch/powerpc/kernel/kgdb.c 	{ "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[3]) },
offsetof          251 arch/powerpc/kernel/kgdb.c 	{ "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[4]) },
offsetof          252 arch/powerpc/kernel/kgdb.c 	{ "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[5]) },
offsetof          253 arch/powerpc/kernel/kgdb.c 	{ "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[6]) },
offsetof          254 arch/powerpc/kernel/kgdb.c 	{ "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[7]) },
offsetof          255 arch/powerpc/kernel/kgdb.c 	{ "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[8]) },
offsetof          256 arch/powerpc/kernel/kgdb.c 	{ "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[9]) },
offsetof          257 arch/powerpc/kernel/kgdb.c 	{ "r10", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[10]) },
offsetof          258 arch/powerpc/kernel/kgdb.c 	{ "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[11]) },
offsetof          259 arch/powerpc/kernel/kgdb.c 	{ "r12", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[12]) },
offsetof          260 arch/powerpc/kernel/kgdb.c 	{ "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[13]) },
offsetof          261 arch/powerpc/kernel/kgdb.c 	{ "r14", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[14]) },
offsetof          262 arch/powerpc/kernel/kgdb.c 	{ "r15", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[15]) },
offsetof          263 arch/powerpc/kernel/kgdb.c 	{ "r16", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[16]) },
offsetof          264 arch/powerpc/kernel/kgdb.c 	{ "r17", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[17]) },
offsetof          265 arch/powerpc/kernel/kgdb.c 	{ "r18", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[18]) },
offsetof          266 arch/powerpc/kernel/kgdb.c 	{ "r19", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[19]) },
offsetof          267 arch/powerpc/kernel/kgdb.c 	{ "r20", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[20]) },
offsetof          268 arch/powerpc/kernel/kgdb.c 	{ "r21", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[21]) },
offsetof          269 arch/powerpc/kernel/kgdb.c 	{ "r22", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[22]) },
offsetof          270 arch/powerpc/kernel/kgdb.c 	{ "r23", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[23]) },
offsetof          271 arch/powerpc/kernel/kgdb.c 	{ "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[24]) },
offsetof          272 arch/powerpc/kernel/kgdb.c 	{ "r25", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[25]) },
offsetof          273 arch/powerpc/kernel/kgdb.c 	{ "r26", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[26]) },
offsetof          274 arch/powerpc/kernel/kgdb.c 	{ "r27", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[27]) },
offsetof          275 arch/powerpc/kernel/kgdb.c 	{ "r28", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[28]) },
offsetof          276 arch/powerpc/kernel/kgdb.c 	{ "r29", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[29]) },
offsetof          277 arch/powerpc/kernel/kgdb.c 	{ "r30", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[30]) },
offsetof          278 arch/powerpc/kernel/kgdb.c 	{ "r31", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[31]) },
offsetof          313 arch/powerpc/kernel/kgdb.c 	{ "pc", GDB_SIZEOF_REG, offsetof(struct pt_regs, nip) },
offsetof          314 arch/powerpc/kernel/kgdb.c 	{ "msr", GDB_SIZEOF_REG, offsetof(struct pt_regs, msr) },
offsetof          315 arch/powerpc/kernel/kgdb.c 	{ "cr", GDB_SIZEOF_REG_U32, offsetof(struct pt_regs, ccr) },
offsetof          316 arch/powerpc/kernel/kgdb.c 	{ "lr", GDB_SIZEOF_REG, offsetof(struct pt_regs, link) },
offsetof          317 arch/powerpc/kernel/kgdb.c 	{ "ctr", GDB_SIZEOF_REG_U32, offsetof(struct pt_regs, ctr) },
offsetof          318 arch/powerpc/kernel/kgdb.c 	{ "xer", GDB_SIZEOF_REG, offsetof(struct pt_regs, xer) },
offsetof           27 arch/powerpc/kernel/kvm.c #define magic_var(x) KVM_MAGIC_PAGE + offsetof(struct kvm_vcpu_arch_shared, x)
offsetof          751 arch/powerpc/kernel/module_64.c #define PACATOC offsetof(struct paca_struct, kernel_toc)
offsetof         1116 arch/powerpc/kernel/prom_init.c 		.e_phoff = offsetof(struct fake_elf, phdr),
offsetof         1123 arch/powerpc/kernel/prom_init.c 			.p_offset = offsetof(struct fake_elf, chrpnote),
offsetof         1127 arch/powerpc/kernel/prom_init.c 			.p_offset = offsetof(struct fake_elf, rpanote),
offsetof           67 arch/powerpc/kernel/ptrace.c #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
offsetof           69 arch/powerpc/kernel/ptrace.c 	{.name = STR(r##num), .offset = offsetof(struct pt_regs, gpr[num])}, \
offsetof           70 arch/powerpc/kernel/ptrace.c 	{.name = STR(gpr##num), .offset = offsetof(struct pt_regs, gpr[num])}
offsetof           73 arch/powerpc/kernel/ptrace.c #define TVSO(f)	(offsetof(struct thread_vr_state, f))
offsetof           74 arch/powerpc/kernel/ptrace.c #define TFSO(f)	(offsetof(struct thread_fp_state, f))
offsetof           75 arch/powerpc/kernel/ptrace.c #define TSO(f)	(offsetof(struct thread_struct, f))
offsetof          354 arch/powerpc/kernel/ptrace.c 				  0, offsetof(struct pt_regs, msr));
offsetof          358 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, msr),
offsetof          359 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, msr) +
offsetof          363 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) !=
offsetof          364 arch/powerpc/kernel/ptrace.c 		     offsetof(struct pt_regs, msr) + sizeof(long));
offsetof          369 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, orig_gpr3),
offsetof          402 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) !=
offsetof          403 arch/powerpc/kernel/ptrace.c 		     offsetof(struct pt_regs, msr) + sizeof(long));
offsetof          461 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
offsetof          462 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_fp_state, fpr[32]));
offsetof          508 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) !=
offsetof          509 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_fp_state, fpr[32]));
offsetof          561 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
offsetof          562 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_vr_state, vr[32]));
offsetof          611 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) !=
offsetof          612 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_vr_state, vr[32]));
offsetof          757 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) !=
offsetof          758 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_struct, spefscr));
offsetof          780 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) !=
offsetof          781 arch/powerpc/kernel/ptrace.c 		     offsetof(struct thread_struct, spefscr));
offsetof          852 arch/powerpc/kernel/ptrace.c 				  0, offsetof(struct pt_regs, msr));
offsetof          857 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, msr),
offsetof          858 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, msr) +
offsetof          862 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) !=
offsetof          863 arch/powerpc/kernel/ptrace.c 		     offsetof(struct pt_regs, msr) + sizeof(long));
offsetof          868 arch/powerpc/kernel/ptrace.c 					  offsetof(struct pt_regs, orig_gpr3),
offsetof          927 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) !=
offsetof          928 arch/powerpc/kernel/ptrace.c 		     offsetof(struct pt_regs, msr) + sizeof(long));
offsetof         3366 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, gpr) !=
offsetof         3367 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, gpr));
offsetof         3368 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, nip) !=
offsetof         3369 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, nip));
offsetof         3370 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, msr) !=
offsetof         3371 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, msr));
offsetof         3372 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, msr) !=
offsetof         3373 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, msr));
offsetof         3374 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) !=
offsetof         3375 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, orig_gpr3));
offsetof         3376 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, ctr) !=
offsetof         3377 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, ctr));
offsetof         3378 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, link) !=
offsetof         3379 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, link));
offsetof         3380 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, xer) !=
offsetof         3381 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, xer));
offsetof         3382 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, ccr) !=
offsetof         3383 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, ccr));
offsetof         3385 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, softe) !=
offsetof         3386 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, softe));
offsetof         3388 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, mq) !=
offsetof         3389 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, mq));
offsetof         3391 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, trap) !=
offsetof         3392 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, trap));
offsetof         3393 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, dar) !=
offsetof         3394 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, dar));
offsetof         3395 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, dsisr) !=
offsetof         3396 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, dsisr));
offsetof         3397 arch/powerpc/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, result) !=
offsetof         3398 arch/powerpc/kernel/ptrace.c 		     offsetof(struct user_pt_regs, result));
offsetof           97 arch/powerpc/kernel/setup_64.c 	BUILD_BUG_ON(offsetof(struct tlb_core_data, lock) != 0);
offsetof          507 arch/powerpc/kernel/time.c 		: "i" (offsetof(struct paca_struct, irq_work_pending)));
offsetof          515 arch/powerpc/kernel/time.c 		"i" (offsetof(struct paca_struct, irq_work_pending)));
offsetof          522 arch/powerpc/kernel/time.c 		"i" (offsetof(struct paca_struct, irq_work_pending)));
offsetof          867 arch/powerpc/kernel/trace/ftrace.c #define PACATOC offsetof(struct paca_struct, kernel_toc)
offsetof           39 arch/powerpc/kvm/book3s.c #define VM_STAT(x, ...) offsetof(struct kvm, stat.x), KVM_STAT_VM, ## __VA_ARGS__
offsetof           40 arch/powerpc/kvm/book3s.c #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__
offsetof         2117 arch/powerpc/kvm/book3s_hv.c 	{"rm_entry",	offsetof(struct kvm_vcpu, arch.rm_entry)},
offsetof         2118 arch/powerpc/kvm/book3s_hv.c 	{"rm_intr",	offsetof(struct kvm_vcpu, arch.rm_intr)},
offsetof         2119 arch/powerpc/kvm/book3s_hv.c 	{"rm_exit",	offsetof(struct kvm_vcpu, arch.rm_exit)},
offsetof         2120 arch/powerpc/kvm/book3s_hv.c 	{"guest",	offsetof(struct kvm_vcpu, arch.guest_time)},
offsetof         2121 arch/powerpc/kvm/book3s_hv.c 	{"cede",	offsetof(struct kvm_vcpu, arch.cede_time)},
offsetof          212 arch/powerpc/kvm/book3s_hv_nested.c 					   offsetof(struct pt_regs,
offsetof           38 arch/powerpc/kvm/booke.c #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
offsetof           39 arch/powerpc/kvm/booke.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
offsetof          443 arch/powerpc/kvm/e500.c 	BUILD_BUG_ON_MSG(offsetof(struct kvmppc_vcpu_e500, vcpu) != 0,
offsetof          101 arch/powerpc/net/bpf_jit32.h 		PPC_LHZ_OFFS(r, 13, offsetof(struct paca_struct, paca_index));	\
offsetof          106 arch/powerpc/net/bpf_jit32.h 		PPC_LHZ_OFFS(r, 2, offsetof(struct task_struct, cpu));		\
offsetof           61 arch/powerpc/net/bpf_jit_comp.c 		PPC_LWZ_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff,
offsetof           63 arch/powerpc/net/bpf_jit_comp.c 		PPC_LWZ_OFFS(r_HL, r_skb, offsetof(struct sk_buff, len));
offsetof           65 arch/powerpc/net/bpf_jit_comp.c 		PPC_LL_OFFS(r_D, r_skb, offsetof(struct sk_buff, data));
offsetof          325 arch/powerpc/net/bpf_jit_comp.c 			PPC_LWZ_OFFS(r_A, r_skb, offsetof(struct sk_buff, len));
offsetof          331 arch/powerpc/net/bpf_jit_comp.c 			PPC_LWZ_OFFS(r_X, r_skb, offsetof(struct sk_buff, len));
offsetof          338 arch/powerpc/net/bpf_jit_comp.c 			PPC_NTOHS_OFFS(r_A, r_skb, offsetof(struct sk_buff,
offsetof          347 arch/powerpc/net/bpf_jit_comp.c 			PPC_LL_OFFS(r_scratch1, r_skb, offsetof(struct sk_buff,
offsetof          360 arch/powerpc/net/bpf_jit_comp.c 				     offsetof(struct net_device, ifindex));
offsetof          363 arch/powerpc/net/bpf_jit_comp.c 				     offsetof(struct net_device, type));
offsetof          369 arch/powerpc/net/bpf_jit_comp.c 			PPC_LWZ_OFFS(r_A, r_skb, offsetof(struct sk_buff,
offsetof          374 arch/powerpc/net/bpf_jit_comp.c 			PPC_LWZ_OFFS(r_A, r_skb, offsetof(struct sk_buff,
offsetof          380 arch/powerpc/net/bpf_jit_comp.c 			PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff,
offsetof          393 arch/powerpc/net/bpf_jit_comp.c 			PPC_LHZ_OFFS(r_A, r_skb, offsetof(struct sk_buff,
offsetof          242 arch/powerpc/net/bpf_jit_comp64.c 	PPC_LWZ(b2p[TMP_REG_1], b2p_bpf_array, offsetof(struct bpf_array, map.max_entries));
offsetof          264 arch/powerpc/net/bpf_jit_comp64.c 	PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_array, ptrs));
offsetof          274 arch/powerpc/net/bpf_jit_comp64.c 	PPC_BPF_LL(b2p[TMP_REG_1], b2p[TMP_REG_1], offsetof(struct bpf_prog, bpf_func));
offsetof          207 arch/powerpc/perf/callchain.c 	if (nip == fp + offsetof(struct signal_frame_64, tramp))
offsetof          366 arch/powerpc/perf/callchain.c 	if (nip == fp + offsetof(struct signal_frame_32, mctx.mc_pad))
offsetof          376 arch/powerpc/perf/callchain.c 	if (nip == fp + offsetof(struct rt_signal_frame_32,
offsetof          222 arch/powerpc/perf/hv-24x7.c 	return (start + offsetof(struct hv_24x7_event_data, remainder)) < end;
offsetof         1226 arch/powerpc/perf/hv-24x7.c 		data_offset = offsetof(struct hv_24x7_result_element_v1,
offsetof         1229 arch/powerpc/perf/hv-24x7.c 		data_offset = offsetof(struct hv_24x7_result_element_v2,
offsetof           16 arch/powerpc/perf/perf_regs.c #define PT_REGS_OFFSET(id, r) [id] = offsetof(struct pt_regs, r)
offsetof           79 arch/powerpc/perf/req-gen/perf.h 	BUILD_BUG_ON(offsetof(struct STRUCT_NAME(r_name), f_name) != f_offset);
offsetof          232 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 				offsetof(struct mpc512x_lpbfifo, data_word);
offsetof          237 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c 				offsetof(struct mpc512x_lpbfifo, data_word);
offsetof          239 arch/powerpc/platforms/powernv/opal-core.c 	regs_offset = (offsetof(struct hdat_fadump_thread_hdr, offset) +
offsetof          441 arch/powerpc/platforms/powernv/opal-fadump.c 	regs_offset = (offsetof(struct hdat_fadump_thread_hdr, offset) +
offsetof          132 arch/powerpc/platforms/ps3/gelic_udbg.c 	dbg.descr.buf_addr = bus_addr + offsetof(struct debug_block, pkt);
offsetof          553 arch/powerpc/platforms/ps3/os-area.c 		HEADER_SIZE = offsetof(struct os_area_db, _db_data),
offsetof          544 arch/powerpc/platforms/ps3/spu.c 		offsetof(struct spu_priv1, mfc_sr1_RW),
offsetof          558 arch/powerpc/platforms/ps3/spu.c 		offsetof(struct spu_priv1, mfc_tclass_id_RW),
offsetof           74 arch/powerpc/platforms/pseries/rtas-fadump.c 		cpu_to_be32((u32)offsetof(struct rtas_fadump_mem_struct,
offsetof          865 arch/powerpc/xmon/xmon.c 	if (off != offsetof(struct bpt, instr[0])
offsetof          866 arch/powerpc/xmon/xmon.c 	    && off != offsetof(struct bpt, instr[1]))
offsetof          868 arch/powerpc/xmon/xmon.c 	*offp = off - offsetof(struct bpt, instr[0]);
offsetof         2435 arch/powerpc/xmon/xmon.c 		offsetof(struct paca_struct, name));
offsetof          118 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.ra)
offsetof          119 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          122 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.sp)
offsetof          123 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          126 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[0])
offsetof          127 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          130 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[1])
offsetof          131 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          134 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[2])
offsetof          135 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          138 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[3])
offsetof          139 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          142 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[4])
offsetof          143 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          146 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[5])
offsetof          147 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          150 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[6])
offsetof          151 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          154 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[7])
offsetof          155 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          158 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[8])
offsetof          159 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          162 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[9])
offsetof          163 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          166 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[10])
offsetof          167 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          170 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.s[11])
offsetof          171 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.ra)
offsetof          175 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[0])
offsetof          176 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          179 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[1])
offsetof          180 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          183 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[2])
offsetof          184 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          187 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[3])
offsetof          188 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          191 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[4])
offsetof          192 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          195 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[5])
offsetof          196 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          199 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[6])
offsetof          200 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          203 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[7])
offsetof          204 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          207 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[8])
offsetof          208 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          211 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[9])
offsetof          212 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          215 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[10])
offsetof          216 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          219 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[11])
offsetof          220 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          223 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[12])
offsetof          224 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          227 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[13])
offsetof          228 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          231 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[14])
offsetof          232 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          235 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[15])
offsetof          236 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          239 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[16])
offsetof          240 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          243 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[17])
offsetof          244 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          247 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[18])
offsetof          248 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          251 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[19])
offsetof          252 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          255 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[20])
offsetof          256 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          259 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[21])
offsetof          260 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          263 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[22])
offsetof          264 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          267 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[23])
offsetof          268 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          271 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[24])
offsetof          272 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          275 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[25])
offsetof          276 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          279 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[26])
offsetof          280 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          283 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[27])
offsetof          284 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          287 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[28])
offsetof          288 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          291 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[29])
offsetof          292 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          295 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[30])
offsetof          296 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          299 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.f[31])
offsetof          300 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof          303 arch/riscv/kernel/asm-offsets.c 		  offsetof(struct task_struct, thread.fstate.fcsr)
offsetof          304 arch/riscv/kernel/asm-offsets.c 		- offsetof(struct task_struct, thread.fstate.f[0])
offsetof           65 arch/riscv/kernel/ptrace.c 				  offsetof(struct __riscv_d_ext_state, fcsr));
offsetof           68 arch/riscv/kernel/ptrace.c 					  offsetof(struct __riscv_d_ext_state, fcsr) +
offsetof           84 arch/riscv/kernel/ptrace.c 				 offsetof(struct __riscv_d_ext_state, fcsr));
offsetof           87 arch/riscv/kernel/ptrace.c 					 offsetof(struct __riscv_d_ext_state, fcsr) +
offsetof          631 arch/riscv/net/bpf_jit_comp.c 	off = offsetof(struct bpf_array, map.max_entries);
offsetof          655 arch/riscv/net/bpf_jit_comp.c 	off = offsetof(struct bpf_array, ptrs);
offsetof          665 arch/riscv/net/bpf_jit_comp.c 	off = offsetof(struct bpf_prog, bpf_func);
offsetof          188 arch/s390/appldata/appldata_os.c 	appldata_os_data->cpu_offset   = offsetof(struct appldata_os_data,
offsetof           42 arch/s390/include/asm/ipl.h #define DIAG308_SCPDATA_OFFSET offsetof(struct ipl_parameter_block, \
offsetof          109 arch/s390/include/asm/stacktrace.h 		  [_bc] "i" (offsetof(struct stack_frame, back_chain)),	\
offsetof          209 arch/s390/kernel/machine_kexec_file.c 		data->kernel_buf + offsetof(struct lowcore, ipl_parmblock_ptr);
offsetof          460 arch/s390/kernel/module.c 				offsetof(struct lowcore, br_r1_trampoline);
offsetof           29 arch/s390/kernel/os_info.c 	int size = sizeof(*os_info) - offsetof(struct os_info, version_major);
offsetof          988 arch/s390/kernel/ptrace.c 	if (count > 0 && pos < offsetof(s390_fp_regs, fprs)) {
offsetof          991 arch/s390/kernel/ptrace.c 					0, offsetof(s390_fp_regs, fprs));
offsetof         1001 arch/s390/kernel/ptrace.c 					fprs, offsetof(s390_fp_regs, fprs), -1);
offsetof          225 arch/s390/kvm/interrupt.c #define IPM_BIT_OFFSET (offsetof(struct kvm_s390_gisa, ipm) * BITS_PER_BYTE)
offsetof          706 arch/s390/kvm/interrupt.c 			     offsetof(struct lowcore, restart_old_psw),
offsetof          708 arch/s390/kvm/interrupt.c 	rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw),
offsetof           59 arch/s390/kvm/kvm-s390.c #define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
offsetof           60 arch/s390/kvm/kvm-s390.c #define VM_STAT(x) offsetof(struct kvm, stat.x), KVM_STAT_VM
offsetof          696 arch/s390/kvm/priv.c 	rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list),
offsetof          493 arch/s390/net/bpf_jit_comp.c 				   offsetof(struct lowcore, br_r1_trampoline));
offsetof         1057 arch/s390/net/bpf_jit_comp.c 			      offsetof(struct bpf_array, map.max_entries));
offsetof         1091 arch/s390/net/bpf_jit_comp.c 			      REG_1, offsetof(struct bpf_array, ptrs));
offsetof         1106 arch/s390/net/bpf_jit_comp.c 			      offsetof(struct bpf_prog, bpf_func));
offsetof           55 arch/sh/include/asm/ptrace.h #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
offsetof           57 arch/sh/include/asm/ptrace.h 	{.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])}
offsetof           59 arch/sh/include/asm/ptrace.h 	{.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
offsetof            8 arch/sh/include/asm/ptrace_32.h #define MAX_REG_OFFSET		offsetof(struct pt_regs, tra)
offsetof            8 arch/sh/include/asm/ptrace_64.h #define MAX_REG_OFFSET		offsetof(struct pt_regs, tregs[7])
offsetof           24 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_TASK,		offsetof(struct thread_info, task));
offsetof           25 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_FLAGS,	offsetof(struct thread_info, flags));
offsetof           26 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
offsetof           27 arch/sh/kernel/asm-offsets.c 	DEFINE(TI_PRE_COUNT,	offsetof(struct thread_info, preempt_count));
offsetof           31 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
offsetof           32 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
offsetof           33 arch/sh/kernel/asm-offsets.c 	DEFINE(PBE_NEXT, offsetof(struct pbe, next));
offsetof           37 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));
offsetof           38 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));
offsetof           39 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post));
offsetof           40 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_RESUME, offsetof(struct sh_sleep_data, resume));
offsetof           41 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr));
offsetof           42 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc));
offsetof           43 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr));
offsetof           44 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_SP, offsetof(struct sh_sleep_data, sp));
offsetof           45 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_BASE_ADDR, offsetof(struct sh_sleep_data, addr));
offsetof           46 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_BASE_DATA, offsetof(struct sh_sleep_data, data));
offsetof           47 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_STBCR, offsetof(struct sh_sleep_regs, stbcr));
offsetof           48 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_BAR, offsetof(struct sh_sleep_regs, bar));
offsetof           49 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEH, offsetof(struct sh_sleep_regs, pteh));
offsetof           50 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEL, offsetof(struct sh_sleep_regs, ptel));
offsetof           51 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_TTB, offsetof(struct sh_sleep_regs, ttb));
offsetof           52 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_TEA, offsetof(struct sh_sleep_regs, tea));
offsetof           53 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_MMUCR, offsetof(struct sh_sleep_regs, mmucr));
offsetof           54 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PTEA, offsetof(struct sh_sleep_regs, ptea));
offsetof           55 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_PASCR, offsetof(struct sh_sleep_regs, pascr));
offsetof           56 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_IRMCR, offsetof(struct sh_sleep_regs, irmcr));
offsetof           57 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_CCR, offsetof(struct sh_sleep_regs, ccr));
offsetof           58 arch/sh/kernel/asm-offsets.c 	DEFINE(SH_SLEEP_REG_RAMCR, offsetof(struct sh_sleep_regs, ramcr));
offsetof          168 arch/sh/kernel/kgdb.c 	{ "r0",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[0]) },
offsetof          169 arch/sh/kernel/kgdb.c 	{ "r1",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[1]) },
offsetof          170 arch/sh/kernel/kgdb.c 	{ "r2",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[2]) },
offsetof          171 arch/sh/kernel/kgdb.c 	{ "r3",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[3]) },
offsetof          172 arch/sh/kernel/kgdb.c 	{ "r4",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[4]) },
offsetof          173 arch/sh/kernel/kgdb.c 	{ "r5",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[5]) },
offsetof          174 arch/sh/kernel/kgdb.c 	{ "r6",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[6]) },
offsetof          175 arch/sh/kernel/kgdb.c 	{ "r7",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[7]) },
offsetof          176 arch/sh/kernel/kgdb.c 	{ "r8",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[8]) },
offsetof          177 arch/sh/kernel/kgdb.c 	{ "r9",		GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[9]) },
offsetof          178 arch/sh/kernel/kgdb.c 	{ "r10",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[10]) },
offsetof          179 arch/sh/kernel/kgdb.c 	{ "r11",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[11]) },
offsetof          180 arch/sh/kernel/kgdb.c 	{ "r12",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[12]) },
offsetof          181 arch/sh/kernel/kgdb.c 	{ "r13",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[13]) },
offsetof          182 arch/sh/kernel/kgdb.c 	{ "r14",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[14]) },
offsetof          183 arch/sh/kernel/kgdb.c 	{ "r15",	GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[15]) },
offsetof          184 arch/sh/kernel/kgdb.c 	{ "pc",		GDB_SIZEOF_REG, offsetof(struct pt_regs, pc) },
offsetof          185 arch/sh/kernel/kgdb.c 	{ "pr",		GDB_SIZEOF_REG, offsetof(struct pt_regs, pr) },
offsetof          186 arch/sh/kernel/kgdb.c 	{ "sr",		GDB_SIZEOF_REG, offsetof(struct pt_regs, sr) },
offsetof          187 arch/sh/kernel/kgdb.c 	{ "gbr",	GDB_SIZEOF_REG, offsetof(struct pt_regs, gbr) },
offsetof          188 arch/sh/kernel/kgdb.c 	{ "mach",	GDB_SIZEOF_REG, offsetof(struct pt_regs, mach) },
offsetof          189 arch/sh/kernel/kgdb.c 	{ "macl",	GDB_SIZEOF_REG, offsetof(struct pt_regs, macl) },
offsetof          114 arch/sh/kernel/ptrace_32.c 	unsigned long pc = get_stack_long(child, offsetof(struct pt_regs, pc));
offsetof          151 arch/sh/kernel/ptrace_32.c 					  offsetof(struct pt_regs, pc),
offsetof          174 arch/sh/kernel/ptrace_32.c 					 offsetof(struct pt_regs, pc),
offsetof          386 arch/sh/kernel/ptrace_32.c 		else if (addr >= offsetof(struct user, fpu) &&
offsetof          387 arch/sh/kernel/ptrace_32.c 			 addr < offsetof(struct user, u_fpvalid)) {
offsetof          389 arch/sh/kernel/ptrace_32.c 				if (addr == offsetof(struct user, fpu.fpscr))
offsetof          398 arch/sh/kernel/ptrace_32.c 				index = addr - offsetof(struct user, fpu);
offsetof          402 arch/sh/kernel/ptrace_32.c 		} else if (addr == offsetof(struct user, u_fpvalid))
offsetof          426 arch/sh/kernel/ptrace_32.c 		else if (addr >= offsetof(struct user, fpu) &&
offsetof          427 arch/sh/kernel/ptrace_32.c 			 addr < offsetof(struct user, u_fpvalid)) {
offsetof          432 arch/sh/kernel/ptrace_32.c 			index = addr - offsetof(struct user, fpu);
offsetof          437 arch/sh/kernel/ptrace_32.c 		} else if (addr == offsetof(struct user, u_fpvalid)) {
offsetof           73 arch/sh/kernel/ptrace_64.c 		if (addr == offsetof(struct user_fpu_struct, fpscr)) {
offsetof          163 arch/sh/kernel/ptrace_64.c 					  offsetof(struct pt_regs, regs[0]),
offsetof          169 arch/sh/kernel/ptrace_64.c 					  offsetof(struct pt_regs, tregs[0]),
offsetof          196 arch/sh/kernel/ptrace_64.c 					 offsetof(struct pt_regs, regs[0]),
offsetof          203 arch/sh/kernel/ptrace_64.c 					 offsetof(struct pt_regs, tregs[0]),
offsetof          401 arch/sh/kernel/ptrace_64.c 		else if ((addr >= offsetof(struct user, fpu)) &&
offsetof          402 arch/sh/kernel/ptrace_64.c 			 (addr <  offsetof(struct user, u_fpvalid))) {
offsetof          407 arch/sh/kernel/ptrace_64.c 			index = addr - offsetof(struct user, fpu);
offsetof          409 arch/sh/kernel/ptrace_64.c 		} else if (addr == offsetof(struct user, u_fpvalid)) {
offsetof          429 arch/sh/kernel/ptrace_64.c 			if (addr == offsetof (struct pt_regs, sr)+4)
offsetof          435 arch/sh/kernel/ptrace_64.c 			if (addr == offsetof (struct pt_regs, sr))
offsetof          443 arch/sh/kernel/ptrace_64.c 		else if ((addr >= offsetof(struct user, fpu)) &&
offsetof          444 arch/sh/kernel/ptrace_64.c 			 (addr <  offsetof(struct user, u_fpvalid))) {
offsetof          449 arch/sh/kernel/ptrace_64.c 			index = addr - offsetof(struct user, fpu);
offsetof           86 arch/sparc/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, magic))
offsetof           25 arch/sparc/kernel/asm-offsets.c 			offsetof(struct thread_struct, fork_kpsr));
offsetof           51 arch/sparc/kernel/asm-offsets.c 	DEFINE(AOFF_task_thread, offsetof(struct task_struct, thread));
offsetof           53 arch/sparc/kernel/asm-offsets.c 	DEFINE(AOFF_mm_context, offsetof(struct mm_struct, context));
offsetof           55 arch/sparc/kernel/asm-offsets.c 	DEFINE(VMA_VM_MM,    offsetof(struct vm_area_struct, vm_mm));
offsetof           64 arch/sparc/kernel/irq_64.c 				    offsetof(struct ino_bucket,
offsetof           76 arch/sparc/kernel/irq_64.c 				    offsetof(struct ino_bucket,
offsetof           88 arch/sparc/kernel/irq_64.c 				    offsetof(struct ino_bucket,
offsetof          101 arch/sparc/kernel/irq_64.c 				    offsetof(struct ino_bucket,
offsetof          373 arch/sparc/kernel/traps_32.c 	if (TI_UWINMASK    != offsetof(struct thread_info, uwinmask) ||
offsetof          374 arch/sparc/kernel/traps_32.c 	    TI_TASK        != offsetof(struct thread_info, task) ||
offsetof          375 arch/sparc/kernel/traps_32.c 	    TI_FLAGS       != offsetof(struct thread_info, flags) ||
offsetof          376 arch/sparc/kernel/traps_32.c 	    TI_CPU         != offsetof(struct thread_info, cpu) ||
offsetof          377 arch/sparc/kernel/traps_32.c 	    TI_PREEMPT     != offsetof(struct thread_info, preempt_count) ||
offsetof          378 arch/sparc/kernel/traps_32.c 	    TI_SOFTIRQ     != offsetof(struct thread_info, softirq_count) ||
offsetof          379 arch/sparc/kernel/traps_32.c 	    TI_HARDIRQ     != offsetof(struct thread_info, hardirq_count) ||
offsetof          380 arch/sparc/kernel/traps_32.c 	    TI_KSP         != offsetof(struct thread_info, ksp) ||
offsetof          381 arch/sparc/kernel/traps_32.c 	    TI_KPC         != offsetof(struct thread_info, kpc) ||
offsetof          382 arch/sparc/kernel/traps_32.c 	    TI_KPSR        != offsetof(struct thread_info, kpsr) ||
offsetof          383 arch/sparc/kernel/traps_32.c 	    TI_KWIM        != offsetof(struct thread_info, kwim) ||
offsetof          384 arch/sparc/kernel/traps_32.c 	    TI_REG_WINDOW  != offsetof(struct thread_info, reg_window) ||
offsetof          385 arch/sparc/kernel/traps_32.c 	    TI_RWIN_SPTRS  != offsetof(struct thread_info, rwbuf_stkptrs) ||
offsetof          386 arch/sparc/kernel/traps_32.c 	    TI_W_SAVED     != offsetof(struct thread_info, w_saved))
offsetof         2851 arch/sparc/kernel/traps_64.c 	BUILD_BUG_ON(TI_TASK != offsetof(struct thread_info, task) ||
offsetof         2852 arch/sparc/kernel/traps_64.c 		     TI_FLAGS != offsetof(struct thread_info, flags) ||
offsetof         2853 arch/sparc/kernel/traps_64.c 		     TI_CPU != offsetof(struct thread_info, cpu) ||
offsetof         2854 arch/sparc/kernel/traps_64.c 		     TI_FPSAVED != offsetof(struct thread_info, fpsaved) ||
offsetof         2855 arch/sparc/kernel/traps_64.c 		     TI_KSP != offsetof(struct thread_info, ksp) ||
offsetof         2856 arch/sparc/kernel/traps_64.c 		     TI_FAULT_ADDR != offsetof(struct thread_info,
offsetof         2858 arch/sparc/kernel/traps_64.c 		     TI_KREGS != offsetof(struct thread_info, kregs) ||
offsetof         2859 arch/sparc/kernel/traps_64.c 		     TI_UTRAPS != offsetof(struct thread_info, utraps) ||
offsetof         2860 arch/sparc/kernel/traps_64.c 		     TI_REG_WINDOW != offsetof(struct thread_info,
offsetof         2862 arch/sparc/kernel/traps_64.c 		     TI_RWIN_SPTRS != offsetof(struct thread_info,
offsetof         2864 arch/sparc/kernel/traps_64.c 		     TI_GSR != offsetof(struct thread_info, gsr) ||
offsetof         2865 arch/sparc/kernel/traps_64.c 		     TI_XFSR != offsetof(struct thread_info, xfsr) ||
offsetof         2866 arch/sparc/kernel/traps_64.c 		     TI_PRE_COUNT != offsetof(struct thread_info,
offsetof         2868 arch/sparc/kernel/traps_64.c 		     TI_NEW_CHILD != offsetof(struct thread_info, new_child) ||
offsetof         2869 arch/sparc/kernel/traps_64.c 		     TI_CURRENT_DS != offsetof(struct thread_info,
offsetof         2871 arch/sparc/kernel/traps_64.c 		     TI_KUNA_REGS != offsetof(struct thread_info,
offsetof         2873 arch/sparc/kernel/traps_64.c 		     TI_KUNA_INSN != offsetof(struct thread_info,
offsetof         2875 arch/sparc/kernel/traps_64.c 		     TI_FPREGS != offsetof(struct thread_info, fpregs) ||
offsetof         2878 arch/sparc/kernel/traps_64.c 	BUILD_BUG_ON(TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu,
offsetof         2881 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, pgd_paddr)) ||
offsetof         2883 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, cpu_mondo_pa)) ||
offsetof         2885 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, dev_mondo_pa)) ||
offsetof         2887 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, resum_mondo_pa)) ||
offsetof         2889 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) ||
offsetof         2891 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, nonresum_mondo_pa)) ||
offsetof         2893 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, nonresum_kernel_buf_pa)) ||
offsetof         2895 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, fault_info)) ||
offsetof         2897 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, cpu_mondo_block_pa)) ||
offsetof         2899 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, cpu_list_pa)) ||
offsetof         2901 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, tsb_huge)) ||
offsetof         2903 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, tsb_huge_temp)) ||
offsetof         2905 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, irq_worklist_pa)) ||
offsetof         2907 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, cpu_mondo_qmask)) ||
offsetof         2909 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, dev_mondo_qmask)) ||
offsetof         2911 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, resum_qmask)) ||
offsetof         2913 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, nonresum_qmask)) ||
offsetof         2915 arch/sparc/kernel/traps_64.c 		      offsetof(struct trap_per_cpu, __per_cpu_base)));
offsetof         2918 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb)) ||
offsetof         2920 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb_rss_limit)) ||
offsetof         2922 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb_nentries)) ||
offsetof         2924 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb_reg_val)) ||
offsetof         2926 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb_map_vaddr)) ||
offsetof         2928 arch/sparc/kernel/traps_64.c 		      offsetof(struct tsb_config, tsb_map_pte)));
offsetof          182 arch/sparc/net/bpf_jit_comp_32.c do {	unsigned int _off = offsetof(STRUCT, FIELD);			\
offsetof          188 arch/sparc/net/bpf_jit_comp_32.c do {	unsigned int _off = offsetof(STRUCT, FIELD);			\
offsetof          194 arch/sparc/net/bpf_jit_comp_32.c do {	unsigned int _off = offsetof(STRUCT, FIELD);			\
offsetof          200 arch/sparc/net/bpf_jit_comp_32.c do {	unsigned int _off = offsetof(STRUCT, FIELD);			\
offsetof          859 arch/sparc/net/bpf_jit_comp_64.c 	off = offsetof(struct bpf_array, map.max_entries);
offsetof          879 arch/sparc/net/bpf_jit_comp_64.c 	off = offsetof(struct bpf_array, ptrs);
offsetof          887 arch/sparc/net/bpf_jit_comp_64.c 	off = offsetof(struct bpf_prog, bpf_func);
offsetof          295 arch/um/drivers/cow_user.c 	if (n < offsetof(typeof(header->v1), backing_file)) {
offsetof           21 arch/um/include/shared/common-offsets.h DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx));
offsetof           36 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TSK_ACTIVE_MM,	offsetof(struct task_struct, active_mm));
offsetof           38 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_FLAGS,	offsetof(struct thread_info, flags));
offsetof           39 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_PREEMPT,	offsetof(struct thread_info, preempt_count));
offsetof           40 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_ADDR_LIMIT,	offsetof(struct thread_info, addr_limit));
offsetof           41 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_TASK,		offsetof(struct thread_info, task));
offsetof           42 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));
offsetof           43 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_CPU_SAVE,	offsetof(struct thread_info, cpu_context));
offsetof           44 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_USED_CP,	offsetof(struct thread_info, used_cp));
offsetof           46 arch/unicore32/kernel/asm-offsets.c 	DEFINE(TI_FPSTATE,	offsetof(struct thread_info, fpstate));
offsetof           49 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R0,		offsetof(struct pt_regs, UCreg_00));
offsetof           50 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R1,		offsetof(struct pt_regs, UCreg_01));
offsetof           51 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R2,		offsetof(struct pt_regs, UCreg_02));
offsetof           52 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R3,		offsetof(struct pt_regs, UCreg_03));
offsetof           53 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R4,		offsetof(struct pt_regs, UCreg_04));
offsetof           54 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R5,		offsetof(struct pt_regs, UCreg_05));
offsetof           55 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R6,		offsetof(struct pt_regs, UCreg_06));
offsetof           56 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R7,		offsetof(struct pt_regs, UCreg_07));
offsetof           57 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R8,		offsetof(struct pt_regs, UCreg_08));
offsetof           58 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R9,		offsetof(struct pt_regs, UCreg_09));
offsetof           59 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R10,		offsetof(struct pt_regs, UCreg_10));
offsetof           60 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R11,		offsetof(struct pt_regs, UCreg_11));
offsetof           61 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R12,		offsetof(struct pt_regs, UCreg_12));
offsetof           62 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R13,		offsetof(struct pt_regs, UCreg_13));
offsetof           63 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R14,		offsetof(struct pt_regs, UCreg_14));
offsetof           64 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R15,		offsetof(struct pt_regs, UCreg_15));
offsetof           65 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R16,		offsetof(struct pt_regs, UCreg_16));
offsetof           66 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R17,		offsetof(struct pt_regs, UCreg_17));
offsetof           67 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R18,		offsetof(struct pt_regs, UCreg_18));
offsetof           68 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R19,		offsetof(struct pt_regs, UCreg_19));
offsetof           69 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R20,		offsetof(struct pt_regs, UCreg_20));
offsetof           70 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R21,		offsetof(struct pt_regs, UCreg_21));
offsetof           71 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R22,		offsetof(struct pt_regs, UCreg_22));
offsetof           72 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R23,		offsetof(struct pt_regs, UCreg_23));
offsetof           73 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R24,		offsetof(struct pt_regs, UCreg_24));
offsetof           74 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R25,		offsetof(struct pt_regs, UCreg_25));
offsetof           75 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_R26,		offsetof(struct pt_regs, UCreg_26));
offsetof           76 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_FP,		offsetof(struct pt_regs, UCreg_fp));
offsetof           77 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_IP,		offsetof(struct pt_regs, UCreg_ip));
offsetof           78 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_SP,		offsetof(struct pt_regs, UCreg_sp));
offsetof           79 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_LR,		offsetof(struct pt_regs, UCreg_lr));
offsetof           80 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_PC,		offsetof(struct pt_regs, UCreg_pc));
offsetof           81 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_PSR,		offsetof(struct pt_regs, UCreg_asr));
offsetof           82 arch/unicore32/kernel/asm-offsets.c 	DEFINE(S_OLD_R0,	offsetof(struct pt_regs, UCreg_ORIG_00));
offsetof           85 arch/unicore32/kernel/asm-offsets.c 	DEFINE(VMA_VM_MM,	offsetof(struct vm_area_struct, vm_mm));
offsetof           86 arch/unicore32/kernel/asm-offsets.c 	DEFINE(VMA_VM_FLAGS,	offsetof(struct vm_area_struct, vm_flags));
offsetof           94 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_ADDRESS,		offsetof(struct pbe, address));
offsetof           95 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_ORIN_ADDRESS,	offsetof(struct pbe, orig_address));
offsetof           96 arch/unicore32/kernel/asm-offsets.c 	DEFINE(PBE_NEXT,		offsetof(struct pbe, next));
offsetof           97 arch/unicore32/kernel/asm-offsets.c 	DEFINE(SWSUSP_CPU,		offsetof(struct swsusp_arch_regs, \
offsetof          100 arch/unicore32/kernel/asm-offsets.c 	DEFINE(SWSUSP_FPSTATE,		offsetof(struct swsusp_arch_regs, \
offsetof          121 arch/unicore32/kernel/setup.c 	      "I" (offsetof(struct stack, irq[0])),
offsetof          123 arch/unicore32/kernel/setup.c 	      "I" (offsetof(struct stack, abt[0])),
offsetof          125 arch/unicore32/kernel/setup.c 	      "I" (offsetof(struct stack, und[0])),
offsetof           69 arch/x86/crypto/poly1305_glue.c 	BUILD_BUG_ON(offsetof(struct poly1305_simd_desc_ctx, base));
offsetof           43 arch/x86/crypto/sha1_ssse3_glue.c 	BUILD_BUG_ON(offsetof(struct sha1_state, state) != 0);
offsetof           58 arch/x86/crypto/sha256_ssse3_glue.c 	BUILD_BUG_ON(offsetof(struct sha256_state, state) != 0);
offsetof           57 arch/x86/crypto/sha512_ssse3_glue.c 	BUILD_BUG_ON(offsetof(struct sha512_state, state) != 0);
offsetof          104 arch/x86/events/intel/bts.c 	buf = kzalloc_node(offsetof(struct bts_buffer, buf[nbuf]), GFP_KERNEL, node);
offsetof           26 arch/x86/include/asm/bootparam_utils.h 		.start = offsetof(struct boot_params, struct_member),	\
offsetof           61 arch/x86/include/asm/cpu_entry_area.h 	offsetof(struct cea_exception_stacks, st## _stack)
offsetof          339 arch/x86/include/asm/paravirt_types.h 	(offsetof(struct paravirt_patch_template, x) / sizeof(void *))
offsetof          333 arch/x86/include/asm/processor.h #define IO_BITMAP_OFFSET		(offsetof(struct tss_struct, io_bitmap) - offsetof(struct tss_struct, x86_tss))
offsetof          505 arch/x86/include/asm/processor.h 	*offset = offsetof(struct thread_struct, fpu.state);
offsetof          202 arch/x86/include/asm/ptrace.h #define MAX_REG_OFFSET (offsetof(struct pt_regs, ss))
offsetof          220 arch/x86/include/asm/ptrace.h 	if (offset == offsetof(struct pt_regs, cs) ||
offsetof          221 arch/x86/include/asm/ptrace.h 	    offset == offsetof(struct pt_regs, ss) ||
offsetof          222 arch/x86/include/asm/ptrace.h 	    offset == offsetof(struct pt_regs, ds) ||
offsetof          223 arch/x86/include/asm/ptrace.h 	    offset == offsetof(struct pt_regs, es) ||
offsetof          224 arch/x86/include/asm/ptrace.h 	    offset == offsetof(struct pt_regs, fs) ||
offsetof          225 arch/x86/include/asm/ptrace.h 	    offset == offsetof(struct pt_regs, gs)) {
offsetof          311 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, ax),
offsetof          312 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, cx),
offsetof          313 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, dx),
offsetof          316 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, di),
offsetof          317 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, si),
offsetof          318 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, dx),
offsetof          319 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, cx),
offsetof          320 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, r8),
offsetof          321 arch/x86/include/asm/ptrace.h 		offsetof(struct pt_regs, r9),
offsetof           72 arch/x86/include/asm/stackprotector.h 	BUILD_BUG_ON(offsetof(struct fixed_percpu_data, stack_canary) != 40);
offsetof           10 arch/x86/include/asm/unwind.h #define IRET_FRAME_OFFSET (offsetof(struct pt_regs, ip))
offsetof           56 arch/x86/kernel/asm-offsets_32.c 	       offsetof(struct cpu_entry_area, tss.x86_tss.sp1) -
offsetof           85 arch/x86/kernel/asm-offsets_64.c 	DEFINE(DB_STACK_OFFSET, offsetof(struct cea_exception_stacks, DB_stack) -
offsetof           86 arch/x86/kernel/asm-offsets_64.c 	       offsetof(struct cea_exception_stacks, DB1_stack));
offsetof           90 arch/x86/kernel/asm-offsets_64.c 	DEFINE(stack_canary_offset, offsetof(struct fixed_percpu_data, stack_canary));
offsetof          379 arch/x86/kernel/cpu/mce/core.c 		return offsetof(struct mce, ip);
offsetof          381 arch/x86/kernel/cpu/mce/core.c 		return offsetof(struct mce, status);
offsetof          383 arch/x86/kernel/cpu/mce/core.c 		return offsetof(struct mce, addr);
offsetof          385 arch/x86/kernel/cpu/mce/core.c 		return offsetof(struct mce, misc);
offsetof          387 arch/x86/kernel/cpu/mce/core.c 		return offsetof(struct mce, mcgstatus);
offsetof           45 arch/x86/kernel/devicetree.c 	initial_dtb = data + offsetof(struct setup_data, data);
offsetof          687 arch/x86/kernel/e820.c 	size = offsetof(struct e820_table, entries) + sizeof(struct e820_entry)*e820_table->nr_entries;
offsetof          692 arch/x86/kernel/e820.c 	size = offsetof(struct e820_table, entries) + sizeof(struct e820_entry)*e820_table_kexec->nr_entries;
offsetof          697 arch/x86/kernel/e820.c 	size = offsetof(struct e820_table, entries) + sizeof(struct e820_entry)*e820_table_firmware->nr_entries;
offsetof          143 arch/x86/kernel/fpu/init.c #define TYPE_ALIGN(TYPE) offsetof(struct { char x; TYPE test; }, test)
offsetof          368 arch/x86/kernel/fpu/signal.c 			if (!ret && state_size > offsetof(struct xregs_state, header))
offsetof          250 arch/x86/kernel/fpu/xstate.c 	unsigned int last_good_offset = offsetof(struct xregs_state,
offsetof          258 arch/x86/kernel/fpu/xstate.c 	xstate_sizes[0] = offsetof(struct fxregs_state, xmm_space);
offsetof          354 arch/x86/kernel/fpu/xstate.c 	xstate_comp_offsets[1] = offsetof(struct fxregs_state, xmm_space);
offsetof          993 arch/x86/kernel/fpu/xstate.c 	const unsigned off_mxcsr = offsetof(struct fxregs_state, mxcsr);
offsetof         1017 arch/x86/kernel/fpu/xstate.c 		copy_part(offsetof(struct fxregs_state, st_space), 128,
offsetof         1025 arch/x86/kernel/fpu/xstate.c 	copy_part(offsetof(struct fxregs_state, sw_reserved), 48,
offsetof         1030 arch/x86/kernel/fpu/xstate.c 	copy_part(offsetof(struct xregs_state, header), sizeof(header),
offsetof         1093 arch/x86/kernel/fpu/xstate.c 	offset = offsetof(struct xregs_state, header);
offsetof         1122 arch/x86/kernel/fpu/xstate.c 		offset = offsetof(struct fxregs_state, mxcsr);
offsetof         1130 arch/x86/kernel/fpu/xstate.c 	offset = offsetof(struct fxregs_state, sw_reserved);
offsetof         1150 arch/x86/kernel/fpu/xstate.c 	offset = offsetof(struct xregs_state, header);
offsetof         1172 arch/x86/kernel/fpu/xstate.c 		offset = offsetof(struct fxregs_state, mxcsr);
offsetof         1203 arch/x86/kernel/fpu/xstate.c 	offset = offsetof(struct xregs_state, header);
offsetof         1227 arch/x86/kernel/fpu/xstate.c 		offset = offsetof(struct fxregs_state, mxcsr);
offsetof          168 arch/x86/kernel/jailhouse.c 			pa_data += offsetof(struct setup_data, data);
offsetof          283 arch/x86/kernel/kexec-bzimage64.c 	header = (struct setup_header *)(buf + offsetof(struct boot_params, hdr));
offsetof          349 arch/x86/kernel/kexec-bzimage64.c 	unsigned int setup_hdr_offset = offsetof(struct boot_params, hdr);
offsetof           49 arch/x86/kernel/kgdb.c 	{ "ax", 4, offsetof(struct pt_regs, ax) },
offsetof           50 arch/x86/kernel/kgdb.c 	{ "cx", 4, offsetof(struct pt_regs, cx) },
offsetof           51 arch/x86/kernel/kgdb.c 	{ "dx", 4, offsetof(struct pt_regs, dx) },
offsetof           52 arch/x86/kernel/kgdb.c 	{ "bx", 4, offsetof(struct pt_regs, bx) },
offsetof           53 arch/x86/kernel/kgdb.c 	{ "sp", 4, offsetof(struct pt_regs, sp) },
offsetof           54 arch/x86/kernel/kgdb.c 	{ "bp", 4, offsetof(struct pt_regs, bp) },
offsetof           55 arch/x86/kernel/kgdb.c 	{ "si", 4, offsetof(struct pt_regs, si) },
offsetof           56 arch/x86/kernel/kgdb.c 	{ "di", 4, offsetof(struct pt_regs, di) },
offsetof           57 arch/x86/kernel/kgdb.c 	{ "ip", 4, offsetof(struct pt_regs, ip) },
offsetof           58 arch/x86/kernel/kgdb.c 	{ "flags", 4, offsetof(struct pt_regs, flags) },
offsetof           59 arch/x86/kernel/kgdb.c 	{ "cs", 4, offsetof(struct pt_regs, cs) },
offsetof           60 arch/x86/kernel/kgdb.c 	{ "ss", 4, offsetof(struct pt_regs, ss) },
offsetof           61 arch/x86/kernel/kgdb.c 	{ "ds", 4, offsetof(struct pt_regs, ds) },
offsetof           62 arch/x86/kernel/kgdb.c 	{ "es", 4, offsetof(struct pt_regs, es) },
offsetof           64 arch/x86/kernel/kgdb.c 	{ "ax", 8, offsetof(struct pt_regs, ax) },
offsetof           65 arch/x86/kernel/kgdb.c 	{ "bx", 8, offsetof(struct pt_regs, bx) },
offsetof           66 arch/x86/kernel/kgdb.c 	{ "cx", 8, offsetof(struct pt_regs, cx) },
offsetof           67 arch/x86/kernel/kgdb.c 	{ "dx", 8, offsetof(struct pt_regs, dx) },
offsetof           68 arch/x86/kernel/kgdb.c 	{ "si", 8, offsetof(struct pt_regs, si) },
offsetof           69 arch/x86/kernel/kgdb.c 	{ "di", 8, offsetof(struct pt_regs, di) },
offsetof           70 arch/x86/kernel/kgdb.c 	{ "bp", 8, offsetof(struct pt_regs, bp) },
offsetof           71 arch/x86/kernel/kgdb.c 	{ "sp", 8, offsetof(struct pt_regs, sp) },
offsetof           72 arch/x86/kernel/kgdb.c 	{ "r8", 8, offsetof(struct pt_regs, r8) },
offsetof           73 arch/x86/kernel/kgdb.c 	{ "r9", 8, offsetof(struct pt_regs, r9) },
offsetof           74 arch/x86/kernel/kgdb.c 	{ "r10", 8, offsetof(struct pt_regs, r10) },
offsetof           75 arch/x86/kernel/kgdb.c 	{ "r11", 8, offsetof(struct pt_regs, r11) },
offsetof           76 arch/x86/kernel/kgdb.c 	{ "r12", 8, offsetof(struct pt_regs, r12) },
offsetof           77 arch/x86/kernel/kgdb.c 	{ "r13", 8, offsetof(struct pt_regs, r13) },
offsetof           78 arch/x86/kernel/kgdb.c 	{ "r14", 8, offsetof(struct pt_regs, r14) },
offsetof           79 arch/x86/kernel/kgdb.c 	{ "r15", 8, offsetof(struct pt_regs, r15) },
offsetof           80 arch/x86/kernel/kgdb.c 	{ "ip", 8, offsetof(struct pt_regs, ip) },
offsetof           81 arch/x86/kernel/kgdb.c 	{ "flags", 4, offsetof(struct pt_regs, flags) },
offsetof           82 arch/x86/kernel/kgdb.c 	{ "cs", 4, offsetof(struct pt_regs, cs) },
offsetof           83 arch/x86/kernel/kgdb.c 	{ "ss", 4, offsetof(struct pt_regs, ss) },
offsetof           18 arch/x86/kernel/perf_regs.c #define PT_REGS_OFFSET(id, r) [id] = offsetof(struct pt_regs, r)
offsetof           63 arch/x86/kernel/ptrace.c #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
offsetof          160 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0);
offsetof          170 arch/x86/kernel/ptrace.c 	if (offset != offsetof(struct user_regs_struct, gs))
offsetof          200 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          201 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          210 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          226 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, r15) != 0);
offsetof          238 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          245 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          251 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          257 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          264 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          265 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          281 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,fs):
offsetof          286 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,gs):
offsetof          291 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,ds):
offsetof          296 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,es):
offsetof          305 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,cs):
offsetof          310 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,ss):
offsetof          358 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          359 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          360 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          361 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          362 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          363 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          366 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, flags):
offsetof          370 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,fs_base):
offsetof          381 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct,gs_base):
offsetof          400 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, cs):
offsetof          401 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ds):
offsetof          402 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, es):
offsetof          403 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs):
offsetof          404 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs):
offsetof          405 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, ss):
offsetof          408 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, flags):
offsetof          412 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, fs_base):
offsetof          414 arch/x86/kernel/ptrace.c 	case offsetof(struct user_regs_struct, gs_base):
offsetof          748 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof          749 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof          750 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof          764 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof          765 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof          766 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof          855 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.l):				\
offsetof          859 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.rs):				\
offsetof          861 arch/x86/kernel/ptrace.c 				       offsetof(struct user_regs_struct, rs), \
offsetof          888 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.orig_eax):
offsetof          904 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.eflags):
offsetof          907 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, u_debugreg[0]) ...
offsetof          908 arch/x86/kernel/ptrace.c 		offsetof(struct user32, u_debugreg[7]):
offsetof          909 arch/x86/kernel/ptrace.c 		regno -= offsetof(struct user32, u_debugreg[0]);
offsetof          929 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.l):				\
offsetof          933 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.rs):				\
offsetof          935 arch/x86/kernel/ptrace.c 				       offsetof(struct user_regs_struct, rs)); \
offsetof          962 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, regs.eflags):
offsetof          966 arch/x86/kernel/ptrace.c 	case offsetof(struct user32, u_debugreg[0]) ...
offsetof          967 arch/x86/kernel/ptrace.c 		offsetof(struct user32, u_debugreg[7]):
offsetof          968 arch/x86/kernel/ptrace.c 		regno -= offsetof(struct user32, u_debugreg[0]);
offsetof         1129 arch/x86/kernel/ptrace.c 		    addr < offsetof(struct user_regs_struct, cs))
offsetof         1135 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof         1136 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof         1137 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof         1150 arch/x86/kernel/ptrace.c 		    addr < offsetof(struct user_regs_struct, cs))
offsetof         1155 arch/x86/kernel/ptrace.c 		else if (addr >= offsetof(struct user, u_debugreg[0]) &&
offsetof         1156 arch/x86/kernel/ptrace.c 			 addr <= offsetof(struct user, u_debugreg[7])) {
offsetof         1157 arch/x86/kernel/ptrace.c 			addr -= offsetof(struct user, u_debugreg[0]);
offsetof           20 arch/x86/kernel/signal_compat.c 	int _sifields_offset = offsetof(compat_siginfo_t, _sifields);
offsetof           43 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields) != 3 * sizeof(int));
offsetof           44 arch/x86/kernel/signal_compat.c #define CHECK_CSI_OFFSET(name)	  BUILD_BUG_ON(_sifields_offset != offsetof(compat_siginfo_t, _sifields.name))
offsetof           46 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0);
offsetof           47 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4);
offsetof           48 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_code)  != 8);
offsetof           50 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_signo) != 0);
offsetof           51 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_errno) != 4);
offsetof           52 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_code)  != 8);
offsetof           73 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x10);
offsetof           74 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x14);
offsetof           75 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_pid) != 0xC);
offsetof           76 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_uid) != 0x10);
offsetof           82 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_tid)     != 0x10);
offsetof           83 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x14);
offsetof           84 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_value)   != 0x18);
offsetof           85 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_tid)     != 0x0C);
offsetof           86 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_overrun) != 0x10);
offsetof           87 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_value)   != 0x14);
offsetof           93 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid)   != 0x10);
offsetof           94 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid)   != 0x14);
offsetof           95 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x18);
offsetof           96 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_pid)   != 0x0C);
offsetof           97 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_uid)   != 0x10);
offsetof           98 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_value) != 0x14);
offsetof          104 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid)    != 0x10);
offsetof          105 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_uid)    != 0x14);
offsetof          106 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_status) != 0x18);
offsetof          107 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_utime)  != 0x20);
offsetof          108 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_stime)  != 0x28);
offsetof          109 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_pid)    != 0x0C);
offsetof          110 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_uid)    != 0x10);
offsetof          111 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_status) != 0x14);
offsetof          112 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_utime)  != 0x18);
offsetof          113 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_stime)  != 0x1C);
offsetof          119 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._utime)  != 0x18);
offsetof          120 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields._sigchld_x32._stime)  != 0x20);
offsetof          127 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x10);
offsetof          128 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_addr) != 0x0C);
offsetof          130 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_addr_lsb) != 0x18);
offsetof          131 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_addr_lsb) != 0x10);
offsetof          133 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_lower) != 0x20);
offsetof          134 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_upper) != 0x28);
offsetof          135 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_lower) != 0x14);
offsetof          136 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_upper) != 0x18);
offsetof          138 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_pkey) != 0x20);
offsetof          139 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_pkey) != 0x14);
offsetof          145 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_band)   != 0x10);
offsetof          146 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_fd)     != 0x18);
offsetof          147 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_band) != 0x0C);
offsetof          148 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_fd)   != 0x10);
offsetof          154 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_call_addr) != 0x10);
offsetof          155 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_syscall)   != 0x18);
offsetof          156 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(siginfo_t, si_arch)      != 0x1C);
offsetof          157 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_call_addr) != 0x0C);
offsetof          158 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_syscall)   != 0x10);
offsetof          159 arch/x86/kernel/signal_compat.c 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_arch)      != 0x14);
offsetof          270 arch/x86/kernel/tboot.c 		offsetof(struct acpi_table_facs, firmware_waking_vector);
offsetof          654 arch/x86/kernel/traps.c 	memmove(new_stack, s, offsetof(struct bad_iret_stack, regs.ip));
offsetof          478 arch/x86/kernel/unwind_orc.c 		if (!get_reg(state, offsetof(struct pt_regs, r10), &sp)) {
offsetof          486 arch/x86/kernel/unwind_orc.c 		if (!get_reg(state, offsetof(struct pt_regs, r13), &sp)) {
offsetof          494 arch/x86/kernel/unwind_orc.c 		if (!get_reg(state, offsetof(struct pt_regs, di), &sp)) {
offsetof          502 arch/x86/kernel/unwind_orc.c 		if (!get_reg(state, offsetof(struct pt_regs, dx), &sp)) {
offsetof          573 arch/x86/kernel/unwind_orc.c 		if (get_reg(state, offsetof(struct pt_regs, bp), &tmp))
offsetof          781 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r8);
offsetof          784 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r9);
offsetof          787 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r10);
offsetof          790 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r11);
offsetof          793 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r12);
offsetof          796 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r13);
offsetof          799 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r14);
offsetof          802 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, r15);
offsetof          811 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, ax);
offsetof          814 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, cx);
offsetof          817 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, dx);
offsetof          820 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, bx);
offsetof          823 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, sp);
offsetof          826 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, bp);
offsetof          829 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, si);
offsetof          832 arch/x86/kernel/uprobes.c 			reg_offset = offsetof(struct pt_regs, di);
offsetof         3274 arch/x86/kvm/emulate.c 	u32 eip_offset = offsetof(struct tss_segment_32, eip);
offsetof         3275 arch/x86/kvm/emulate.c 	u32 ldt_sel_offset = offsetof(struct tss_segment_32, ldt_selector);
offsetof         4086 arch/x86/kvm/emulate.c 	return offsetof(struct fxregs_state, xmm_space[0]) + nregs * 16;
offsetof          568 arch/x86/kvm/hyperv.c 	int msg_off = offsetof(struct hv_message_page, sint_message[sint]);
offsetof          585 arch/x86/kvm/hyperv.c 				     msg_off + offsetof(struct hv_message,
offsetof          599 arch/x86/kvm/hyperv.c 					      offsetof(struct hv_message,
offsetof          942 arch/x86/kvm/hyperv.c 	BUILD_BUG_ON(offsetof(HV_REFERENCE_TSC_PAGE, tsc_sequence) != 0);
offsetof         1409 arch/x86/kvm/hyperv.c 				   ingpa + offsetof(struct hv_tlb_flush_ex,
offsetof         1509 arch/x86/kvm/hyperv.c 				   ingpa + offsetof(struct hv_send_ipi_ex,
offsetof         2190 arch/x86/kvm/svm.c 	BUILD_BUG_ON_MSG(offsetof(struct vcpu_svm, vcpu) != 0,
offsetof         5768 arch/x86/kvm/svm.c 		  [vmcb]"i"(offsetof(struct vcpu_svm, vmcb_pa)),
offsetof         5769 arch/x86/kvm/svm.c 		  [rbx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBX])),
offsetof         5770 arch/x86/kvm/svm.c 		  [rcx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RCX])),
offsetof         5771 arch/x86/kvm/svm.c 		  [rdx]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RDX])),
offsetof         5772 arch/x86/kvm/svm.c 		  [rsi]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RSI])),
offsetof         5773 arch/x86/kvm/svm.c 		  [rdi]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RDI])),
offsetof         5774 arch/x86/kvm/svm.c 		  [rbp]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_RBP]))
offsetof         5776 arch/x86/kvm/svm.c 		  , [r8]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R8])),
offsetof         5777 arch/x86/kvm/svm.c 		  [r9]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R9])),
offsetof         5778 arch/x86/kvm/svm.c 		  [r10]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R10])),
offsetof         5779 arch/x86/kvm/svm.c 		  [r11]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R11])),
offsetof         5780 arch/x86/kvm/svm.c 		  [r12]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R12])),
offsetof         5781 arch/x86/kvm/svm.c 		  [r13]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R13])),
offsetof         5782 arch/x86/kvm/svm.c 		  [r14]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R14])),
offsetof         5783 arch/x86/kvm/svm.c 		  [r15]"i"(offsetof(struct vcpu_svm, vcpu.arch.regs[VCPU_REGS_R15]))
offsetof           16 arch/x86/kvm/vmx/evmcs.c #define EVMCS1_OFFSET(x) offsetof(struct hv_enlightened_vmcs, x)
offsetof           57 arch/x86/kvm/vmx/nested.c #define SHADOW_FIELD_RO(x, y) { x, offsetof(struct vmcs12, y) },
offsetof           64 arch/x86/kvm/vmx/nested.c #define SHADOW_FIELD_RW(x, y) { x, offsetof(struct vmcs12, y) },
offsetof          965 arch/x86/kvm/vmx/nested.c 					     offsetof(struct vmx_msr_entry, value),
offsetof         2885 arch/x86/kvm/vmx/nested.c 		[launched]"i"(offsetof(struct loaded_vmcs, launched)),
offsetof         2886 arch/x86/kvm/vmx/nested.c 		[host_state_rsp]"i"(offsetof(struct loaded_vmcs, host_state.rsp)),
offsetof         4576 arch/x86/kvm/vmx/nested.c 				     vmptr + offsetof(struct vmcs12,
offsetof            6 arch/x86/kvm/vmx/vmcs12.c #define VMCS12_OFFSET(x) offsetof(struct vmcs12, x)
offsetof          219 arch/x86/kvm/vmx/vmcs12.h 	BUILD_BUG_ON_MSG(offsetof(struct vmcs12, field) != (loc),	\
offsetof         6681 arch/x86/kvm/vmx/vmx.c 	BUILD_BUG_ON_MSG(offsetof(struct vcpu_vmx, vcpu) != 0,
offsetof           97 arch/x86/kvm/x86.c #define VM_STAT(x, ...) offsetof(struct kvm, stat.x), KVM_STAT_VM, ## __VA_ARGS__
offsetof           98 arch/x86/kvm/x86.c #define VCPU_STAT(x, ...) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU, ## __VA_ARGS__
offsetof         2335 arch/x86/kvm/x86.c 	BUILD_BUG_ON(offsetof(struct pvclock_vcpu_time_info, version) != 0);
offsetof          133 arch/x86/lib/insn-eval.c 	if (regoff == offsetof(struct pt_regs, di) && is_string_insn(insn))
offsetof          175 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, ax):
offsetof          176 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, cx):
offsetof          177 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, dx):
offsetof          185 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, bx):
offsetof          186 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, si):
offsetof          189 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, di):
offsetof          194 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, bp):
offsetof          195 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, sp):
offsetof          198 arch/x86/lib/insn-eval.c 	case offsetof(struct pt_regs, ip):
offsetof          268 arch/x86/lib/insn-eval.c 	if (regoff == offsetof(struct pt_regs, ip)) {
offsetof          402 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, ax),
offsetof          403 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, cx),
offsetof          404 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, dx),
offsetof          405 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
offsetof          406 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, sp),
offsetof          407 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bp),
offsetof          408 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, si),
offsetof          409 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, di),
offsetof          411 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r8),
offsetof          412 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r9),
offsetof          413 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r10),
offsetof          414 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r11),
offsetof          415 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r12),
offsetof          416 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r13),
offsetof          417 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r14),
offsetof          418 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, r15),
offsetof          511 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
offsetof          512 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
offsetof          513 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bp),
offsetof          514 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bp),
offsetof          515 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, si),
offsetof          516 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, di),
offsetof          517 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bp),
offsetof          518 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, bx),
offsetof          522 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, si),
offsetof          523 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, di),
offsetof          524 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, si),
offsetof          525 arch/x86/lib/insn-eval.c 		offsetof(struct pt_regs, di),
offsetof          650 arch/x86/math-emu/fpu_entry.c 				 offsetof(struct swregs_state, st_space));
offsetof          713 arch/x86/math-emu/fpu_entry.c 				  offsetof(struct swregs_state, st_space));
offsetof           33 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ax),
offsetof           34 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, cx),
offsetof           35 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, dx),
offsetof           36 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, bx),
offsetof           37 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, sp),
offsetof           38 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, bp),
offsetof           39 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, si),
offsetof           40 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, di)
offsetof           46 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, cs),
offsetof           47 arch/x86/math-emu/get_address.c 	offsetof(struct kernel_vm86_regs, ds),
offsetof           48 arch/x86/math-emu/get_address.c 	offsetof(struct kernel_vm86_regs, es),
offsetof           49 arch/x86/math-emu/get_address.c 	offsetof(struct kernel_vm86_regs, fs),
offsetof           50 arch/x86/math-emu/get_address.c 	offsetof(struct kernel_vm86_regs, gs),
offsetof           51 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ss),
offsetof           52 arch/x86/math-emu/get_address.c 	offsetof(struct kernel_vm86_regs, ds)
offsetof           59 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, cs),
offsetof           60 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ds),
offsetof           61 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, es),
offsetof           62 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, fs),
offsetof           63 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ds),	/* dummy, not saved on stack */
offsetof           64 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ss),
offsetof           65 arch/x86/math-emu/get_address.c 	offsetof(struct pt_regs, ds)
offsetof          161 arch/x86/mm/cpu_entry_area.c 	BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^
offsetof          261 arch/x86/net/bpf_jit_comp.c 	      offsetof(struct bpf_array, map.max_entries));
offsetof          280 arch/x86/net/bpf_jit_comp.c 		    offsetof(struct bpf_array, ptrs));
offsetof          293 arch/x86/net/bpf_jit_comp.c 	      offsetof(struct bpf_prog, bpf_func));
offsetof         1305 arch/x86/net/bpf_jit_comp32.c 	      offsetof(struct bpf_array, map.max_entries));
offsetof         1339 arch/x86/net/bpf_jit_comp32.c 	EMIT3_off32(0x8B, 0x94, 0x90, offsetof(struct bpf_array, ptrs));
offsetof         1353 arch/x86/net/bpf_jit_comp32.c 	      offsetof(struct bpf_prog, bpf_func));
offsetof          693 arch/x86/pci/common.c 				      offsetof(struct pci_setup_rom, romdata);
offsetof          645 arch/x86/platform/efi/efi_64.c 	rt = (u32 *)(table + offsetof(efi_system_table_32_t, runtime));	 \
offsetof          646 arch/x86/platform/efi/efi_64.c 	___f = (u32 *)(*rt + offsetof(efi_runtime_services_32_t, func)); \
offsetof           95 arch/x86/power/hibernate.c 	size = offsetof(struct e820_table, entries) +
offsetof          131 arch/x86/um/ptrace_32.c 	else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
offsetof          132 arch/x86/um/ptrace_32.c 		 (addr <= offsetof(struct user, u_debugreg[7]))) {
offsetof          133 arch/x86/um/ptrace_32.c 		addr -= offsetof(struct user, u_debugreg[0]);
offsetof          187 arch/x86/um/ptrace_32.c 	else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
offsetof          188 arch/x86/um/ptrace_32.c 		 (addr <= offsetof(struct user, u_debugreg[7]))) {
offsetof          189 arch/x86/um/ptrace_32.c 		addr -= offsetof(struct user, u_debugreg[0]);
offsetof          125 arch/x86/um/ptrace_64.c 	else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
offsetof          126 arch/x86/um/ptrace_64.c 		(addr <= offsetof(struct user, u_debugreg[7]))) {
offsetof          127 arch/x86/um/ptrace_64.c 		addr -= offsetof(struct user, u_debugreg[0]);
offsetof          192 arch/x86/um/ptrace_64.c 	else if ((addr >= offsetof(struct user, u_debugreg[0])) &&
offsetof          193 arch/x86/um/ptrace_64.c 		(addr <= offsetof(struct user, u_debugreg[7]))) {
offsetof          194 arch/x86/um/ptrace_64.c 		addr -= offsetof(struct user, u_debugreg[0]);
offsetof           28 arch/x86/xen/vga.c 		if (size < offsetof(struct dom0_vga_console_info, u.text_mode_3)
offsetof           41 arch/x86/xen/vga.c 		if (size < offsetof(struct dom0_vga_console_info,
offsetof           65 arch/x86/xen/vga.c 		if (size >= offsetof(struct dom0_vga_console_info,
offsetof           69 arch/x86/xen/vga.c 		if (size >= offsetof(struct dom0_vga_console_info,
offsetof           32 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_PC, offsetof (struct pt_regs, pc));
offsetof           33 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_PS, offsetof (struct pt_regs, ps));
offsetof           34 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
offsetof           35 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
offsetof           36 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
offsetof           37 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
offsetof           38 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
offsetof           39 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
offsetof           40 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
offsetof           41 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount));
offsetof           42 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SAR, offsetof (struct pt_regs, sar));
offsetof           43 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_ICOUNTLEVEL, offsetof (struct pt_regs, icountlevel));
offsetof           44 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SYSCALL, offsetof (struct pt_regs, syscall));
offsetof           45 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_SCOMPARE1, offsetof(struct pt_regs, scompare1));
offsetof           46 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_THREADPTR, offsetof(struct pt_regs, threadptr));
offsetof           47 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG, offsetof (struct pt_regs, areg[0]));
offsetof           48 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG0, offsetof (struct pt_regs, areg[0]));
offsetof           49 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG1, offsetof (struct pt_regs, areg[1]));
offsetof           50 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG2, offsetof (struct pt_regs, areg[2]));
offsetof           51 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG3, offsetof (struct pt_regs, areg[3]));
offsetof           52 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG4, offsetof (struct pt_regs, areg[4]));
offsetof           53 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG5, offsetof (struct pt_regs, areg[5]));
offsetof           54 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG6, offsetof (struct pt_regs, areg[6]));
offsetof           55 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG7, offsetof (struct pt_regs, areg[7]));
offsetof           56 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG8, offsetof (struct pt_regs, areg[8]));
offsetof           57 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG9, offsetof (struct pt_regs, areg[9]));
offsetof           58 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG10, offsetof (struct pt_regs, areg[10]));
offsetof           59 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG11, offsetof (struct pt_regs, areg[11]));
offsetof           60 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG12, offsetof (struct pt_regs, areg[12]));
offsetof           61 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG13, offsetof (struct pt_regs, areg[13]));
offsetof           62 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG14, offsetof (struct pt_regs, areg[14]));
offsetof           63 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG15, offsetof (struct pt_regs, areg[15]));
offsetof           64 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase));
offsetof           65 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
offsetof           67 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_AREG_END, offsetof (struct pt_regs, areg[XCHAL_NUM_AREGS]));
offsetof           68 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_USER_SIZE, offsetof(struct pt_regs, areg[XCHAL_NUM_AREGS]));
offsetof           69 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PT_XTREGS_OPT, offsetof(struct pt_regs, xtregs_opt));
offsetof           73 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_PTRACE, offsetof (struct task_struct, ptrace));
offsetof           74 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_MM, offsetof (struct task_struct, mm));
offsetof           75 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm));
offsetof           76 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_PID, offsetof (struct task_struct, pid));
offsetof           77 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_THREAD, offsetof (struct task_struct, thread));
offsetof           78 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_THREAD_INFO, offsetof (struct task_struct, stack));
offsetof           80 arch/xtensa/kernel/asm-offsets.c 	DEFINE(TASK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
offsetof           93 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_RA, offsetof (struct task_struct, thread.ra));
offsetof           94 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_SP, offsetof (struct task_struct, thread.sp));
offsetof           95 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_CPENABLE, offsetof (struct thread_info, cpenable));
offsetof           97 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP0, offsetof(struct thread_info, xtregs_cp.cp0));
offsetof           98 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP1, offsetof(struct thread_info, xtregs_cp.cp1));
offsetof           99 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP2, offsetof(struct thread_info, xtregs_cp.cp2));
offsetof          100 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP3, offsetof(struct thread_info, xtregs_cp.cp3));
offsetof          101 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP4, offsetof(struct thread_info, xtregs_cp.cp4));
offsetof          102 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP5, offsetof(struct thread_info, xtregs_cp.cp5));
offsetof          103 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP6, offsetof(struct thread_info, xtregs_cp.cp6));
offsetof          104 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_CP7, offsetof(struct thread_info, xtregs_cp.cp7));
offsetof          106 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_XTREGS_USER, offsetof (struct thread_info, xtregs_user));
offsetof          108 arch/xtensa/kernel/asm-offsets.c 	DEFINE(THREAD_CURRENT_DS, offsetof (struct task_struct, \
offsetof          112 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_USERS, offsetof(struct mm_struct, mm_users));
offsetof          113 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_PGD, offsetof (struct mm_struct, pgd));
offsetof          114 arch/xtensa/kernel/asm-offsets.c 	DEFINE(MM_CONTEXT, offsetof (struct mm_struct, context));
offsetof          117 arch/xtensa/kernel/asm-offsets.c 	DEFINE(PAGE_FLAGS, offsetof(struct page, flags));
offsetof          126 arch/xtensa/kernel/asm-offsets.c 	       offsetof(struct debug_table, debug_exception));
offsetof          127 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_DEBUG_SAVE, offsetof(struct debug_table, debug_save));
offsetof          129 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_DBREAKC_SAVE, offsetof(struct debug_table, dbreakc_save));
offsetof          130 arch/xtensa/kernel/asm-offsets.c 	DEFINE(DT_ICOUNT_SAVE, offsetof(struct debug_table, icount_save));
offsetof          132 arch/xtensa/kernel/asm-offsets.c 	       offsetof(struct debug_table, icount_level_save));
offsetof          136 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_KSTK, offsetof(struct exc_table, kstk));
offsetof          137 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_DOUBLE_SAVE, offsetof(struct exc_table, double_save));
offsetof          138 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_FIXUP, offsetof(struct exc_table, fixup));
offsetof          139 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_PARAM, offsetof(struct exc_table, fixup_param));
offsetof          141 arch/xtensa/kernel/asm-offsets.c 	       offsetof(struct exc_table, fast_user_handler));
offsetof          143 arch/xtensa/kernel/asm-offsets.c 	       offsetof(struct exc_table, fast_kernel_handler));
offsetof          144 arch/xtensa/kernel/asm-offsets.c 	DEFINE(EXC_TABLE_DEFAULT, offsetof(struct exc_table, default_handler));
offsetof         1172 block/bfq-cgroup.c 			offsetof(struct blkcg_gq, stat_bytes), &tmp);
offsetof         1266 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.time),
offsetof         1275 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.service_time),
offsetof         1280 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.wait_time),
offsetof         1285 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.merged),
offsetof         1290 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.queued),
offsetof         1309 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.time),
offsetof         1318 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.service_time),
offsetof         1323 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.wait_time),
offsetof         1328 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.merged),
offsetof         1333 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.queued),
offsetof         1342 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.group_wait_time),
offsetof         1347 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.idle_time),
offsetof         1352 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.empty_time),
offsetof         1357 block/bfq-cgroup.c 		.private = offsetof(struct bfq_group, stats.dequeue),
offsetof          639 block/blk-cgroup.c 			  offsetof(struct blkcg_gq, stat_bytes), true);
offsetof          656 block/blk-cgroup.c 			  offsetof(struct blkcg_gq, stat_ios), true);
offsetof          681 block/blk-cgroup.c 			  offsetof(struct blkcg_gq, stat_bytes), true);
offsetof          696 block/blk-cgroup.c 			  offsetof(struct blkcg_gq, stat_ios), true);
offsetof          955 block/blk-cgroup.c 				offsetof(struct blkcg_gq, stat_bytes), &rwstat);
offsetof          961 block/blk-cgroup.c 					offsetof(struct blkcg_gq, stat_ios), &rwstat);
offsetof         2313 block/blk-mq.c 	BUILD_BUG_ON(ALIGN(offsetof(struct blk_mq_hw_ctx, srcu),
offsetof         1470 block/blk-throttle.c 		.private = offsetof(struct throtl_grp, bps[READ][LIMIT_MAX]),
offsetof         1476 block/blk-throttle.c 		.private = offsetof(struct throtl_grp, bps[WRITE][LIMIT_MAX]),
offsetof         1482 block/blk-throttle.c 		.private = offsetof(struct throtl_grp, iops[READ][LIMIT_MAX]),
offsetof         1488 block/blk-throttle.c 		.private = offsetof(struct throtl_grp, iops[WRITE][LIMIT_MAX]),
offsetof          102 crypto/acompress.c 	.tfmsize = offsetof(struct crypto_acomp, base),
offsetof          446 crypto/adiantum.c 				    offsetof(struct adiantum_request_ctx, u) +
offsetof          212 crypto/aead.c  	.tfmsize = offsetof(struct crypto_aead, base),
offsetof          555 crypto/ahash.c 	.tfmsize = offsetof(struct crypto_ahash, base),
offsetof           90 crypto/akcipher.c 	.tfmsize = offsetof(struct crypto_akcipher, base),
offsetof          534 crypto/chacha20poly1305.c 		align + offsetof(struct chachapoly_req_ctx, u) +
offsetof          535 crypto/chacha20poly1305.c 		max(offsetof(struct chacha_req, req) +
offsetof          538 crypto/chacha20poly1305.c 		    offsetof(struct poly_req, req) +
offsetof          354 crypto/essiv.c 	tctx->ivoffset = offsetof(struct essiv_aead_request_ctx, aead_req) +
offsetof          552 crypto/gcm.c   		align + offsetof(struct crypto_gcm_req_priv_ctx, u) +
offsetof           81 crypto/kpp.c   	.tfmsize = offsetof(struct crypto_kpp, base),
offsetof          111 crypto/rng.c   	.tfmsize = offsetof(struct crypto_rng, base),
offsetof          254 crypto/scompress.c 	.tfmsize = offsetof(struct crypto_scomp, base),
offsetof          444 crypto/shash.c 	.tfmsize = offsetof(struct crypto_shash, base),
offsetof          978 crypto/skcipher.c 	.tfmsize = offsetof(struct crypto_skcipher, base),
offsetof          400 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, state), 0},
offsetof          401 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, rate_now), 0},
offsetof          402 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, capacity_now), 0},
offsetof          403 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, voltage_now), 0},
offsetof          407 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, power_unit), 0},
offsetof          408 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity), 0},
offsetof          409 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, full_charge_capacity), 0},
offsetof          410 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, technology), 0},
offsetof          411 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_voltage), 0},
offsetof          412 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity_warning), 0},
offsetof          413 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity_low), 0},
offsetof          414 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, capacity_granularity_1), 0},
offsetof          415 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, capacity_granularity_2), 0},
offsetof          416 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, model_number), 1},
offsetof          417 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, serial_number), 1},
offsetof          418 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, type), 1},
offsetof          419 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, oem_info), 1},
offsetof          423 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, revision), 0},
offsetof          424 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, power_unit), 0},
offsetof          425 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity), 0},
offsetof          426 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, full_charge_capacity), 0},
offsetof          427 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, technology), 0},
offsetof          428 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_voltage), 0},
offsetof          429 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity_warning), 0},
offsetof          430 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, design_capacity_low), 0},
offsetof          431 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, cycle_count), 0},
offsetof          432 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, measurement_accuracy), 0},
offsetof          433 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, max_sampling_time), 0},
offsetof          434 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, min_sampling_time), 0},
offsetof          435 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, max_averaging_interval), 0},
offsetof          436 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, min_averaging_interval), 0},
offsetof          437 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, capacity_granularity_1), 0},
offsetof          438 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, capacity_granularity_2), 0},
offsetof          439 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, model_number), 1},
offsetof          440 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, serial_number), 1},
offsetof          441 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, type), 1},
offsetof          442 drivers/acpi/battery.c 	{offsetof(struct acpi_battery, oem_info), 1},
offsetof          771 drivers/acpi/nfit/core.c 	if (dcr->header.length < offsetof(struct acpi_nfit_control_region,
offsetof          776 drivers/acpi/nfit/core.c 	return offsetof(struct acpi_nfit_control_region, window_size);
offsetof          307 drivers/acpi/sbs.c 	{0x01, SMBUS_READ_WORD, offsetof(struct acpi_battery, alarm_capacity)},
offsetof          308 drivers/acpi/sbs.c 	{0x03, SMBUS_READ_WORD, offsetof(struct acpi_battery, mode)},
offsetof          309 drivers/acpi/sbs.c 	{0x10, SMBUS_READ_WORD, offsetof(struct acpi_battery, full_charge_capacity)},
offsetof          310 drivers/acpi/sbs.c 	{0x17, SMBUS_READ_WORD, offsetof(struct acpi_battery, cycle_count)},
offsetof          311 drivers/acpi/sbs.c 	{0x18, SMBUS_READ_WORD, offsetof(struct acpi_battery, design_capacity)},
offsetof          312 drivers/acpi/sbs.c 	{0x19, SMBUS_READ_WORD, offsetof(struct acpi_battery, design_voltage)},
offsetof          313 drivers/acpi/sbs.c 	{0x1a, SMBUS_READ_WORD, offsetof(struct acpi_battery, spec)},
offsetof          314 drivers/acpi/sbs.c 	{0x1c, SMBUS_READ_WORD, offsetof(struct acpi_battery, serial_number)},
offsetof          315 drivers/acpi/sbs.c 	{0x20, SMBUS_READ_BLOCK, offsetof(struct acpi_battery, manufacturer_name)},
offsetof          316 drivers/acpi/sbs.c 	{0x21, SMBUS_READ_BLOCK, offsetof(struct acpi_battery, device_name)},
offsetof          317 drivers/acpi/sbs.c 	{0x22, SMBUS_READ_BLOCK, offsetof(struct acpi_battery, device_chemistry)},
offsetof          321 drivers/acpi/sbs.c 	{0x08, SMBUS_READ_WORD, offsetof(struct acpi_battery, temp_now)},
offsetof          322 drivers/acpi/sbs.c 	{0x09, SMBUS_READ_WORD, offsetof(struct acpi_battery, voltage_now)},
offsetof          323 drivers/acpi/sbs.c 	{0x0a, SMBUS_READ_WORD, offsetof(struct acpi_battery, rate_now)},
offsetof          324 drivers/acpi/sbs.c 	{0x0b, SMBUS_READ_WORD, offsetof(struct acpi_battery, rate_avg)},
offsetof          325 drivers/acpi/sbs.c 	{0x0f, SMBUS_READ_WORD, offsetof(struct acpi_battery, capacity_now)},
offsetof          326 drivers/acpi/sbs.c 	{0x0e, SMBUS_READ_WORD, offsetof(struct acpi_battery, state_of_charge)},
offsetof          327 drivers/acpi/sbs.c 	{0x16, SMBUS_READ_WORD, offsetof(struct acpi_battery, state)},
offsetof          469 drivers/ata/pata_mpc52xx.c 					offsetof(struct mpc52xx_ata, fifo_data);
offsetof          475 drivers/ata/pata_mpc52xx.c 					offsetof(struct mpc52xx_ata, fifo_data);
offsetof         1229 drivers/ata/sata_dwc_460ex.c 	hsdev->dmadr = res->start + SATA_DWC_REG_OFFSET + offsetof(struct sata_dwc_regs, dmadr);
offsetof          504 drivers/ata/sata_inic162x.c 	cpb->prd = cpu_to_le32(pp->pkt_dma + offsetof(struct inic_pkt, prd));
offsetof          528 drivers/ata/sata_inic162x.c 				       offsetof(struct inic_pkt, cdb));
offsetof          567 drivers/atm/ambassador.c     wr_mem (dev, offsetof(amb_mem, mb.adapter.cmd_address), virt_to_bus (ptrs->in));
offsetof          630 drivers/atm/ambassador.c     wr_mem (dev, offsetof(amb_mem, mb.adapter.tx_address), virt_to_bus (txq->in.ptr));
offsetof          631 drivers/atm/ambassador.c     wr_mem (dev, offsetof(amb_mem, doorbell), TX_FRAME);
offsetof          687 drivers/atm/ambassador.c     wr_mem (dev, offsetof(amb_mem, mb.adapter.rx_address[pool]), virt_to_bus (rxq->in.ptr));
offsetof          816 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, interrupt_control),
offsetof          817 drivers/atm/ambassador.c 	    rd_plain (dev, offsetof(amb_mem, interrupt_control))
offsetof          824 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, interrupt_control),
offsetof          825 drivers/atm/ambassador.c 	    rd_plain (dev, offsetof(amb_mem, interrupt_control))
offsetof          837 drivers/atm/ambassador.c     u32 interrupt = rd_plain (dev, offsetof(amb_mem, interrupt));
offsetof          847 drivers/atm/ambassador.c     wr_plain (dev, offsetof(amb_mem, interrupt), -1);
offsetof         1747 drivers/atm/ambassador.c   wr_mem (dev, offsetof(amb_mem, doorbell), virt_to_bus (lb) & ~onegigmask);
offsetof         1764 drivers/atm/ambassador.c     while (rd_plain (dev, offsetof(amb_mem, doorbell)))
offsetof         1852 drivers/atm/ambassador.c   word = rd_plain (dev, offsetof(amb_mem, reset_control));
offsetof         1854 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, reset_control), word | AMB_RESET_BITS);
offsetof         1859 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, interrupt_control), AMB_DOORBELL_BITS);
offsetof         1861 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, interrupt), -1);
offsetof         1864 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, mb.loader.ready), 0);
offsetof         1866 drivers/atm/ambassador.c   wr_plain (dev, offsetof(amb_mem, reset_control), word &~ AMB_RESET_BITS);
offsetof         1874 drivers/atm/ambassador.c     while (!rd_plain (dev, offsetof(amb_mem, mb.loader.ready)))
offsetof         1884 drivers/atm/ambassador.c     word = rd_mem (dev, offsetof(amb_mem, mb.loader.result));
offsetof         2001 drivers/atm/ambassador.c   wr_mem (dev, offsetof(amb_mem, doorbell), virt_to_bus (&a));
offsetof         2007 drivers/atm/ambassador.c   while (rd_plain (dev, offsetof(amb_mem, doorbell)))
offsetof         2075 drivers/atm/ambassador.c 	mapreg = rd_plain (dev, offsetof(amb_mem, stuff[10]));
offsetof         2078 drivers/atm/ambassador.c 	wr_plain (dev, offsetof(amb_mem, stuff[10]), mapreg);
offsetof          831 drivers/atm/he.c 		he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data);
offsetof         1917 drivers/atm/he.c 		new_tail->phys = mapping + offsetof(struct he_buff, data);
offsetof          107 drivers/base/devres.c 	memset(dr, 0, offsetof(struct devres, data));
offsetof           49 drivers/base/power/runtime.c 		__rpm_get_callback(dev, offsetof(struct dev_pm_ops, callback))
offsetof         1903 drivers/block/drbd/drbd_nl.c 			offsetof(struct bm_extent, lce));
offsetof         3488 drivers/block/floppy.c 				offsetof(struct floppy_struct, name));
offsetof         3683 drivers/block/floppy.c 	BUILD_BUG_ON(offsetof(struct floppy_struct, name) !=
offsetof         3684 drivers/block/floppy.c 		     offsetof(struct compat_floppy_struct, name));
offsetof         3690 drivers/block/floppy.c 	if (copy_from_user(&v, arg, offsetof(struct floppy_struct, name)))
offsetof         3716 drivers/block/floppy.c 	memcpy(&v, p, offsetof(struct floppy_struct, name));
offsetof         3609 drivers/block/skd_main.c 	BUILD_BUG_ON(offsetof(struct skd_msg_buf, fmh) != 0);
offsetof         3610 drivers/block/skd_main.c 	BUILD_BUG_ON(offsetof(struct skd_msg_buf, scsi) != 64);
offsetof          703 drivers/block/virtio_blk.c 	virtio_cwrite8(vdev, offsetof(struct virtio_blk_config, wce), i);
offsetof          115 drivers/bluetooth/btwilink.c 		.offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
offsetof          122 drivers/bluetooth/btwilink.c 		.offset_len_in_hdr = offsetof(struct hci_acl_hdr, dlen),
offsetof          129 drivers/bluetooth/btwilink.c 		.offset_len_in_hdr = offsetof(struct hci_sco_hdr, dlen),
offsetof          366 drivers/bus/arm-cci.c 	[offsetof_cpu_port_mpidr_lsb] "i" (offsetof(struct cpu_port, mpidr)),
offsetof          368 drivers/bus/arm-cci.c 	[offsetof_cpu_port_mpidr_lsb] "i" (offsetof(struct cpu_port, mpidr)+4),
offsetof          370 drivers/bus/arm-cci.c 	[offsetof_cpu_port_port] "i" (offsetof(struct cpu_port, port)),
offsetof          373 drivers/bus/arm-cci.c 	[offsetof_port_phys] "i" (offsetof(struct cci_ace_port, phys)) );
offsetof          542 drivers/cdrom/cdrom.c 	if (ret < 0 || ret < (int)offsetof(typeof(di),disc_type))
offsetof          753 drivers/cdrom/cdrom.c 	if (ret < 0 || ret < offsetof(typeof(di), n_first_track))
offsetof          790 drivers/cdrom/cdrom.c 	if (ret < 0 || ret < offsetof(typeof(di),disc_type))
offsetof         2852 drivers/cdrom/cdrom.c 	if (ret < (int)(offsetof(typeof(di), last_track_lsb)
offsetof         2859 drivers/cdrom/cdrom.c 	if (ti_size < (int)offsetof(typeof(ti), track_start))
offsetof         2870 drivers/cdrom/cdrom.c 	if (ti_size < (int)(offsetof(typeof(ti), track_size)
offsetof         2875 drivers/cdrom/cdrom.c 	if (ti.lra_v && ti_size >= (int)(offsetof(typeof(ti), last_rec_address)
offsetof         2917 drivers/cdrom/cdrom.c 	if (ret < 0 || ret < offsetof(typeof(di), last_track_lsb)
offsetof         2924 drivers/cdrom/cdrom.c 	if (ti_size < 0 || ti_size < offsetof(typeof(ti), track_start))
offsetof         2938 drivers/cdrom/cdrom.c 	if (ti.nwa_v && ti_size >= offsetof(typeof(ti), next_writable)
offsetof          148 drivers/char/pcmcia/cm4000_cs.c 		offsetof(struct cm4000_dev, atr_csum))
offsetof          324 drivers/char/tpm/tpm2-cmd.c 				       offsetof(struct tpm2_get_random_out,
offsetof          338 drivers/char/tpm/tpm2-cmd.c 		    offsetof(struct tpm2_get_random_out, buffer) +
offsetof          890 drivers/char/tpm/tpm2-cmd.c 			offsetof(struct tpm2_pcr_selection, size_of_select);
offsetof         3427 drivers/crypto/caam/caamalg.c 					offsetof(struct caam_ctx,
offsetof         3437 drivers/crypto/caam/caamalg.c 	ctx->sh_desc_dec_dma = dma_addr + offsetof(struct caam_ctx,
offsetof         3439 drivers/crypto/caam/caamalg.c 	ctx->key_dma = dma_addr + offsetof(struct caam_ctx, key);
offsetof         3471 drivers/crypto/caam/caamalg.c 			       offsetof(struct caam_ctx, sh_desc_enc_dma),
offsetof         1063 drivers/crypto/caam/caamalg_qi.c 	if (unlikely(offsetof(struct aead_edesc, sgt) + qm_sg_bytes + ivsize >
offsetof         1322 drivers/crypto/caam/caamalg_qi.c 	if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes +
offsetof          470 drivers/crypto/caam/caamalg_qi2.c 	if (unlikely(offsetof(struct aead_edesc, sgt) + qm_sg_bytes + ivsize >
offsetof         1189 drivers/crypto/caam/caamalg_qi2.c 	if (unlikely(offsetof(struct skcipher_edesc, sgt) + qm_sg_bytes +
offsetof         1547 drivers/crypto/caam/caamalg_qi2.c 					offsetof(struct caam_ctx, flc_dma),
offsetof         1585 drivers/crypto/caam/caamalg_qi2.c 			       offsetof(struct caam_ctx, flc_dma), ctx->dir,
offsetof         1876 drivers/crypto/caam/caamhash.c 					offsetof(struct caam_hash_ctx, key),
offsetof         1893 drivers/crypto/caam/caamhash.c 					offsetof(struct caam_hash_ctx,
offsetof         1895 drivers/crypto/caam/caamhash.c 	ctx->sh_desc_fin_dma = dma_addr + offsetof(struct caam_hash_ctx,
offsetof         1897 drivers/crypto/caam/caamhash.c 	ctx->sh_desc_digest_dma = dma_addr + offsetof(struct caam_hash_ctx,
offsetof         1915 drivers/crypto/caam/caamhash.c 			       offsetof(struct caam_hash_ctx, key),
offsetof           89 drivers/crypto/chelsio/chtls/chtls_cm.h #define failover_flowc_wr_len offsetof(struct fw_flowc_wr, mnemval[3])
offsetof           79 drivers/crypto/chelsio/chtls/chtls_io.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
offsetof          887 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, command_bufs[i][0]));
offsetof          890 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, result_bufs[i][0]));
offsetof          894 drivers/crypto/hifn_795x.c 			offsetof(struct hifn_dma, cmdr[0]));
offsetof          896 drivers/crypto/hifn_795x.c 			offsetof(struct hifn_dma, srcr[0]));
offsetof          898 drivers/crypto/hifn_795x.c 			offsetof(struct hifn_dma, dstr[0]));
offsetof          900 drivers/crypto/hifn_795x.c 			offsetof(struct hifn_dma, resr[0]));
offsetof          983 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, cmdr[0]));
offsetof          985 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, srcr[0]));
offsetof          987 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, dstr[0]));
offsetof          989 drivers/crypto/hifn_795x.c 				offsetof(struct hifn_dma, resr[0]));
offsetof         1029 drivers/crypto/qat/qat_common/qat_uclo.c 	min_ver_offset = suof_size - offsetof(struct icp_qat_suof_filehdr,
offsetof           69 drivers/dma-buf/dma-resv.c 	list = kmalloc(offsetof(typeof(*list), shared[shared_max]), GFP_KERNEL);
offsetof           73 drivers/dma-buf/dma-resv.c 	list->shared_max = (ksize(list) - offsetof(typeof(*list), shared)) /
offsetof          522 drivers/dma/altera-msgdma.c 		  offsetof(struct msgdma_extended_desc, control));
offsetof           84 drivers/dma/bestcomm/ata.c 				offsetof(struct mpc52xx_sdma, tcr[tsk->tasknum]);
offsetof          128 drivers/dma/bestcomm/fec.c 				offsetof(struct mpc52xx_sdma, tcr[tsk->tasknum]);
offsetof          229 drivers/dma/bestcomm/fec.c 				offsetof(struct mpc52xx_sdma, tcr[tsk->tasknum]);
offsetof          131 drivers/dma/bestcomm/gen_bd.c 				offsetof(struct mpc52xx_sdma, tcr[tsk->tasknum]);
offsetof          215 drivers/dma/bestcomm/gen_bd.c 				offsetof(struct mpc52xx_sdma, tcr[tsk->tasknum]);
offsetof          112 drivers/dma/sh/rcar-dmac.c 	((PAGE_SIZE - offsetof(struct rcar_dmac_desc_page, descs)) /	\
offsetof          115 drivers/dma/sh/rcar-dmac.c 	((PAGE_SIZE - offsetof(struct rcar_dmac_desc_page, chunks)) /	\
offsetof          343 drivers/dma/stm32-mdma.c 	desc = kzalloc(offsetof(typeof(*desc), node[count]), GFP_NOWAIT);
offsetof          256 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          258 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          260 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          262 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          264 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          266 drivers/edac/cell_edac.c 	BUILD_BUG_ON(offsetof(struct cbe_mic_tm_regs,
offsetof          564 drivers/firewire/core-cdev.c 	if (rsp->length <= sizeof(*rsp) - offsetof(typeof(*rsp), data))
offsetof          117 drivers/firmware/efi/apple-properties.c 	size_t offset = offsetof(struct properties_header, dev_header[0]);
offsetof          675 drivers/firmware/efi/efi.c 		offsetof(struct efi_fdt_params, field),    \
offsetof           96 drivers/firmware/efi/rci2-table.c 		    offsetof(struct rci2_table_global_hdr, rci2_sig),
offsetof          104 drivers/firmware/efi/rci2-table.c 				  offsetof(struct rci2_table_global_hdr,
offsetof          168 drivers/firmware/tegra/ivc.c 	unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          201 drivers/firmware/tegra/ivc.c 	unsigned int offset = offsetof(struct tegra_ivc_header, rx.count);
offsetof          293 drivers/firmware/tegra/ivc.c 	unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
offsetof          294 drivers/firmware/tegra/ivc.c 	unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
offsetof          346 drivers/firmware/tegra/ivc.c 	unsigned int tx = offsetof(struct tegra_ivc_header, tx.count);
offsetof          347 drivers/firmware/tegra/ivc.c 	unsigned int rx = offsetof(struct tegra_ivc_header, rx.count);
offsetof          388 drivers/firmware/tegra/ivc.c 	unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          418 drivers/firmware/tegra/ivc.c 	unsigned int offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          426 drivers/firmware/tegra/ivc.c 		offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          465 drivers/firmware/tegra/ivc.c 		offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          504 drivers/firmware/tegra/ivc.c 		offset = offsetof(struct tegra_ivc_header, tx.count);
offsetof          564 drivers/firmware/tegra/ivc.c 	BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, tx.count),
offsetof          566 drivers/firmware/tegra/ivc.c 	BUILD_BUG_ON(!IS_ALIGNED(offsetof(struct tegra_ivc_header, rx.count),
offsetof          232 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	new = kmalloc(offsetof(typeof(*new), shared[old->shared_max]),
offsetof         1403 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 	u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]);
offsetof           27 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h #define get_index_into_master_table(master_table, table_name) (offsetof(struct master_table, table_name) / sizeof(uint16_t))
offsetof          200 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 	offset = offsetof(struct binary_header, binary_checksum) +
offsetof         4736 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			      offsetof(struct v10_gfx_meta_data, ce_payload)));
offsetof         4738 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			      offsetof(struct v10_gfx_meta_data, ce_payload)));
offsetof         4742 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					   offsetof(struct v10_gfx_meta_data,
offsetof         4770 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			      offsetof(struct v10_gfx_meta_data, de_payload)));
offsetof         4772 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 			      offsetof(struct v10_gfx_meta_data, de_payload)));
offsetof         4776 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 					   offsetof(struct v10_gfx_meta_data,
offsetof         4472 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 						     + offsetof(struct vi_mqd_allocation, dynamic_cu_mask));
offsetof         4474 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 						     + offsetof(struct vi_mqd_allocation, dynamic_cu_mask));
offsetof         7213 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			offsetof(struct vi_gfx_meta_data_chained_ib, ce_payload);
offsetof         7217 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 			offsetof(struct vi_gfx_meta_data, ce_payload);
offsetof         7245 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		de_payload_addr = csa_addr + offsetof(struct vi_gfx_meta_data_chained_ib, de_payload);
offsetof         7250 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		de_payload_addr = csa_addr + offsetof(struct vi_gfx_meta_data, de_payload);
offsetof         3431 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
offsetof         3434 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 			      + offsetof(struct v9_mqd_allocation, dynamic_cu_mask));
offsetof         5313 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	amdgpu_ring_write(ring, lower_32_bits(csa_addr + offsetof(struct v9_gfx_meta_data, ce_payload)));
offsetof         5314 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	amdgpu_ring_write(ring, upper_32_bits(csa_addr + offsetof(struct v9_gfx_meta_data, ce_payload)));
offsetof         5335 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	amdgpu_ring_write(ring, lower_32_bits(csa_addr + offsetof(struct v9_gfx_meta_data, de_payload)));
offsetof         5336 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	amdgpu_ring_write(ring, upper_32_bits(csa_addr + offsetof(struct v9_gfx_meta_data, de_payload)));
offsetof          589 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				     offsetof(SMU7_Firmware_Header, DpmTable),
offsetof          596 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				     offsetof(SMU7_Firmware_Header, SoftRegisters),
offsetof          614 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsVoltageChangeEnable),
offsetof          630 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsInterval),
offsetof          644 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsBootLevel),
offsetof          791 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, LowSclkInterruptT),
offsetof          840 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsThermThrottleEnable),
offsetof          854 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsLevel),
offsetof          864 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsDpmLevelCount),
offsetof          945 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UvdLevelCount),
offsetof          955 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UVDInterval),
offsetof          963 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UvdLevel),
offsetof         1007 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VceLevelCount),
offsetof         1018 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VCEInterval),
offsetof         1027 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VceLevel),
offsetof         1070 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SamuLevelCount),
offsetof         1081 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SAMUInterval),
offsetof         1090 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SamuLevel),
offsetof         1129 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, AcpLevelCount),
offsetof         1140 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, ACPInterval),
offsetof         1149 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, AcpLevel),
offsetof         1441 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, FpsHighT),
offsetof         1450 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, FpsLowT),
offsetof         1515 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, UvdBootLevel),
offsetof         1560 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, VceBootLevel),
offsetof         1594 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, SamuBootLevel),
offsetof         1658 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, AcpBootLevel),
offsetof         1846 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					    offsetof(SMU7_Fusion_DpmTable, GraphicsLevel) +
offsetof         1848 drivers/gpu/drm/amd/amdgpu/kv_dpm.c 					    offsetof(SMU7_Fusion_GraphicsLevel, ClkBypassCntl)),
offsetof         2283 drivers/gpu/drm/amd/amdgpu/si_dpm.c 						  (si_pi->state_table_start + offsetof(SISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         2284 drivers/gpu/drm/amd/amdgpu/si_dpm.c 						   offsetof(PP_SIslands_DPM2Parameters, TDPLimit)),
offsetof         2332 drivers/gpu/drm/amd/amdgpu/si_dpm.c 						   offsetof(SISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         2333 drivers/gpu/drm/amd/amdgpu/si_dpm.c 						   offsetof(PP_SIslands_DPM2Parameters, NearTDPLimit)),
offsetof         4798 drivers/gpu/drm/amd/amdgpu/si_dpm.c 						  offsetof(SMC_SIslands_MCArbDramTimingRegisters, data) +
offsetof         5141 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					  offsetof(SMC_SIslands_MCArbDramTimingRegisters, data) +
offsetof         5738 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		offsetof(SISLANDS_SMC_STATETABLE, driverState);
offsetof         5762 drivers/gpu/drm/amd/amdgpu/si_dpm.c 			offsetof(SISLANDS_SMC_STATETABLE, ULVState);
offsetof         6149 drivers/gpu/drm/amd/amdgpu/si_dpm.c 		offsetof(SMC_SIslands_MCRegisters,
offsetof         1658 drivers/gpu/drm/amd/display/dc/core/dc.c 	if (type == UPDATE_TYPE_FAST && memcmp(&dc->current_state->bw_ctx.bw.dcn.clk, &dc->clk_mgr->clks, offsetof(struct dc_clocks, prev_p_state_change_support)) != 0)
offsetof          526 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c 		       sizeof(*smc_dpm_table) - offsetof(struct atom_smc_dpm_info_v4_6, maxvoltagestepgfx));
offsetof          223 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	unsigned int offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]);
offsetof          575 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 	unsigned int offset = offsetof(ATOM_GPIO_PIN_LUT, asGPIO_Pin[0]);
offsetof          590 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c 		offset += offsetof(ATOM_GPIO_PIN_ASSIGNMENT, ucGPIO_ID) + 1;
offsetof           36 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c 			offsetof(struct atom_voltage_objects_info_v4_1, voltage_object[0]);
offsetof          186 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c 			offsetof(struct atom_gpio_pin_lut_v2_1, gpio_pin[0]);
offsetof          200 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c 		offset += offsetof(struct atom_gpio_pin_assignment, gpio_id) + 1;
offsetof          477 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			offsetof(SMU7_Discrete_DpmTable, GraphicsLevel);
offsetof          548 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			offsetof(SMU7_Discrete_PmFuses, TdcWaterfallCtl),
offsetof          681 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, PmFuseTable),
offsetof         1307 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	uint32_t level_array_address = smu_data->dpm_table_start + offsetof(SMU7_Discrete_DpmTable, MemoryLevel);
offsetof         1826 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 	address = smu_data->mc_reg_table_start + (uint32_t)offsetof(SMU7_Discrete_MCRegisters, data[0]);
offsetof         2102 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 					offsetof(SMU7_Discrete_DpmTable, SystemFlags),
offsetof         2228 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Discrete_DpmTable,
offsetof         2253 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, HandshakeDisables);
offsetof         2255 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, VoltageChangeTimeout);
offsetof         2257 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, AverageGraphicsA);
offsetof         2259 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, AverageMemoryA);
offsetof         2261 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, PreVBlankGap);
offsetof         2263 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, VBlankTimeout);
offsetof         2265 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2267 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2269 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2271 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2273 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2279 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			return offsetof(SMU7_Discrete_DpmTable, LowSclkInterruptT);
offsetof         2379 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, DpmTable),
offsetof         2389 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, SoftRegisters),
offsetof         2401 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, mcRegisterTable),
offsetof         2409 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, FanTable),
offsetof         2419 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, mcArbDramTimingTable),
offsetof         2429 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 				offsetof(SMU7_Firmware_Header, Version),
offsetof         2767 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			offsetof(SMU7_Discrete_DpmTable, GraphicsLevel);
offsetof         2770 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 			offsetof(SMU7_Discrete_DpmTable, MemoryLevel);
offsetof         2790 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_GraphicsLevel, ActivityLevel);
offsetof         2802 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_GraphicsLevel, UpH);
offsetof         2804 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_GraphicsLevel, DownH);
offsetof         2825 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_MemoryLevel, ActivityLevel);
offsetof         2837 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_MemoryLevel, UpH);
offsetof         2839 drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c 						+ offsetof(SMU7_Discrete_MemoryLevel, DownH);
offsetof          232 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, DpmTable),
offsetof          243 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, VRConfig);
offsetof          251 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);
offsetof          310 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, SoftRegisters),
offsetof          613 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_PmFuses, TdcWaterfallCtl),
offsetof          700 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 				offsetof(SMU73_Firmware_Header, PmFuseTable),
offsetof         1015 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);
offsetof         1231 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, MemoryLevel);
offsetof         2111 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, SystemFlags),
offsetof         2283 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 				offsetof(SMU73_Discrete_DpmTable,
offsetof         2302 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, HandshakeDisables);
offsetof         2304 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, VoltageChangeTimeout);
offsetof         2306 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, AverageGraphicsActivity);
offsetof         2308 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, AverageMemoryActivity);
offsetof         2310 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, PreVBlankGap);
offsetof         2312 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, VBlankTimeout);
offsetof         2314 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, UcodeLoadStatus);
offsetof         2316 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2318 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2320 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2322 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2324 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2330 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_Discrete_DpmTable, UvdBootLevel);
offsetof         2332 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_Discrete_DpmTable, VceBootLevel);
offsetof         2334 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			return offsetof(SMU73_Discrete_DpmTable, LowSclkInterruptThreshold);
offsetof         2379 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	mm_boot_level_offset = smu_data->smu7_data.dpm_table_start + offsetof(SMU73_Discrete_DpmTable,
offsetof         2415 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 					offsetof(SMU73_Discrete_DpmTable, VceBootLevel);
offsetof         2457 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, DpmTable),
offsetof         2467 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, SoftRegisters),
offsetof         2479 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, mcRegisterTable),
offsetof         2487 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, FanTable),
offsetof         2497 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, mcArbDramTimingTable),
offsetof         2507 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Firmware_Header, Version),
offsetof         2559 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);
offsetof         2562 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			offsetof(SMU73_Discrete_DpmTable, MemoryLevel);
offsetof         2582 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_GraphicsLevel, ActivityLevel);
offsetof         2594 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_GraphicsLevel, UpHyst);
offsetof         2596 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_GraphicsLevel, DownHyst);
offsetof         2617 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_MemoryLevel, ActivityLevel);
offsetof         2629 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_MemoryLevel, UpHyst);
offsetof         2631 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 						+ offsetof(SMU73_Discrete_MemoryLevel, DownHyst);
offsetof          252 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			offsetof(SMU71_Firmware_Header, SoftRegisters),
offsetof          343 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			offsetof(SMU71_Discrete_PmFuses, TdcWaterfallCtl),
offsetof          444 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, PmFuseTable),
offsetof          965 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Discrete_DpmTable, GraphicsLevel);
offsetof         1354 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	uint32_t level_array_adress = smu_data->smu7_data.dpm_table_start + offsetof(SMU71_Discrete_DpmTable, MemoryLevel);
offsetof         1794 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 	address = smu_data->smu7_data.mc_reg_table_start + (uint32_t)offsetof(SMU71_Discrete_MCRegisters, data[0]);
offsetof         2058 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 										offsetof(SMU71_Discrete_DpmTable, SystemFlags),
offsetof         2193 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Discrete_DpmTable,
offsetof         2218 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, HandshakeDisables);
offsetof         2220 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, VoltageChangeTimeout);
offsetof         2222 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, AverageGraphicsActivity);
offsetof         2224 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, AverageMemoryActivity);
offsetof         2226 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, PreVBlankGap);
offsetof         2228 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, VBlankTimeout);
offsetof         2230 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, UcodeLoadStatus);
offsetof         2232 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2234 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2236 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2238 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2240 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2246 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 			return offsetof(SMU71_Discrete_DpmTable, LowSclkInterruptThreshold);
offsetof         2288 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, DpmTable),
offsetof         2299 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, SoftRegisters),
offsetof         2312 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, mcRegisterTable),
offsetof         2321 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, FanTable),
offsetof         2332 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, mcArbDramTimingTable),
offsetof         2344 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, Version),
offsetof         2355 drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c 				offsetof(SMU71_Firmware_Header, UlvSettings),
offsetof          131 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 				SMU7_FIRMWARE_HEADER_LOCATION + offsetof(SMU74_Firmware_Header, DpmTable),
offsetof          139 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	vr_config_address = dpm_table_start + offsetof(SMU74_Discrete_DpmTable, VRConfig);
offsetof          146 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	graphics_level_address = dpm_table_start + offsetof(SMU74_Discrete_DpmTable, GraphicsLevel);
offsetof          154 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	graphics_level_address = dpm_table_start + offsetof(SMU74_Discrete_DpmTable, MemoryLevel);
offsetof          163 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	graphics_level_address = dpm_table_start + offsetof(SMU74_Discrete_DpmTable, BootMVdd);
offsetof          314 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	smu7_read_smc_sram_dword(hwmgr, SMU7_FIRMWARE_HEADER_LOCATION + offsetof(SMU74_Firmware_Header, SoftRegisters),
offsetof          511 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_PmFuses, TdcWaterfallCtl),
offsetof          595 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 				offsetof(SMU74_Firmware_Header, PmFuseTable),
offsetof          988 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_DpmTable, GraphicsLevel);
offsetof         1132 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_DpmTable, MemoryLevel);
offsetof         1630 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_SoftRegisters, AllowMvddSwitch), 0x1);
offsetof         1749 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 				SMU7_FIRMWARE_HEADER_LOCATION + offsetof(SMU74_Firmware_Header, AvfsMeanNSigma),
offsetof         1759 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 				SMU7_FIRMWARE_HEADER_LOCATION + offsetof(SMU74_Firmware_Header, AvfsSclkOffsetTable),
offsetof         2015 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_DpmTable, SystemFlags),
offsetof         2188 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 	mm_boot_level_offset = smu_data->smu7_data.dpm_table_start + offsetof(SMU74_Discrete_DpmTable,
offsetof         2224 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 					offsetof(SMU74_Discrete_DpmTable, VceBootLevel);
offsetof         2294 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 				offsetof(SMU74_Discrete_DpmTable,
offsetof         2317 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, HandshakeDisables);
offsetof         2319 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, VoltageChangeTimeout);
offsetof         2321 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, AverageGraphicsActivity);
offsetof         2323 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, AverageMemoryActivity);
offsetof         2325 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, PreVBlankGap);
offsetof         2327 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, VBlankTimeout);
offsetof         2329 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, UcodeLoadStatus);
offsetof         2331 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2333 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2335 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2337 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2339 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2345 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_Discrete_DpmTable, UvdBootLevel);
offsetof         2347 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_Discrete_DpmTable, VceBootLevel);
offsetof         2349 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			return offsetof(SMU74_Discrete_DpmTable, LowSclkInterruptThreshold);
offsetof         2394 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, DpmTable),
offsetof         2404 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, SoftRegisters),
offsetof         2416 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, mcRegisterTable),
offsetof         2424 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, FanTable),
offsetof         2434 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, mcArbDramTimingTable),
offsetof         2444 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Firmware_Header, Version),
offsetof         2472 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_DpmTable, GraphicsLevel);
offsetof         2475 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 			offsetof(SMU74_Discrete_DpmTable, MemoryLevel);
offsetof         2495 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_GraphicsLevel, ActivityLevel);
offsetof         2507 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_GraphicsLevel, UpHyst);
offsetof         2509 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_GraphicsLevel, DownHyst);
offsetof         2530 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_MemoryLevel, ActivityLevel);
offsetof         2542 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_MemoryLevel, UpHyst);
offsetof         2544 drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c 						+ offsetof(SMU74_Discrete_MemoryLevel, DownHyst);
offsetof          152 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 			 offsetof(struct SMU8_Firmware_Header, UcodeLoadStatus);
offsetof          672 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 		offsetof(struct SMU8_Firmware_Header, UcodeLoadStatus);
offsetof          729 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c 			 offsetof(struct SMU8_Firmware_Header, Version);
offsetof          219 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			offsetof(SMU72_Firmware_Header, SoftRegisters),
offsetof          695 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Discrete_DpmTable, GraphicsLevel);
offsetof         1097 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Discrete_DpmTable, MemoryLevel);
offsetof         1918 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			offsetof(SMU72_Discrete_PmFuses, TdcWaterfallCtl),
offsetof         2004 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, PmFuseTable),
offsetof         2174 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			(uint32_t)offsetof(SMU72_Discrete_MCRegisters, data[0]);
offsetof         2437 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			smu_data->smu7_data.dpm_table_start + offsetof(SMU72_Discrete_DpmTable, SystemFlags),
offsetof         2583 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Discrete_DpmTable,
offsetof         2610 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, HandshakeDisables);
offsetof         2612 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, VoltageChangeTimeout);
offsetof         2614 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, AverageGraphicsActivity);
offsetof         2616 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, AverageMemoryActivity);
offsetof         2618 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, PreVBlankGap);
offsetof         2620 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, VBlankTimeout);
offsetof         2622 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, UcodeLoadStatus);
offsetof         2624 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2626 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2628 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2630 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2632 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2638 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_Discrete_DpmTable, UvdBootLevel);
offsetof         2640 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_Discrete_DpmTable, VceBootLevel);
offsetof         2642 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			return offsetof(SMU72_Discrete_DpmTable, LowSclkInterruptThreshold);
offsetof         2688 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Discrete_DpmTable, UvdBootLevel);
offsetof         2722 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 					offsetof(SMU72_Discrete_DpmTable, VceBootLevel);
offsetof         2766 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, DpmTable),
offsetof         2776 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, SoftRegisters),
offsetof         2789 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, mcRegisterTable),
offsetof         2797 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, FanTable),
offsetof         2807 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, mcArbDramTimingTable),
offsetof         2817 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 				offsetof(SMU72_Firmware_Header, Version),
offsetof         3155 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			offsetof(SMU72_Discrete_DpmTable, GraphicsLevel);
offsetof         3158 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 			offsetof(SMU72_Discrete_DpmTable, MemoryLevel);
offsetof         3178 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_GraphicsLevel, ActivityLevel);
offsetof         3190 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_GraphicsLevel, UpHyst);
offsetof         3192 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_GraphicsLevel, DownHyst);
offsetof         3213 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_MemoryLevel, ActivityLevel);
offsetof         3225 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_MemoryLevel, UpHyst);
offsetof         3227 drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c 						+ offsetof(SMU72_Discrete_MemoryLevel, DownHyst);
offsetof          216 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			SMU7_FIRMWARE_HEADER_LOCATION + offsetof(SMU75_Firmware_Header, SoftRegisters),
offsetof          235 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, DpmTable),
offsetof          245 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, SoftRegisters),
offsetof          257 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, mcRegisterTable),
offsetof          265 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, FanTable),
offsetof          275 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, mcArbDramTimingTable),
offsetof          285 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Firmware_Header, Version),
offsetof          342 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 	mm_boot_level_offset = smu_data->smu7_data.dpm_table_start + offsetof(SMU75_Discrete_DpmTable,
offsetof          378 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 					offsetof(SMU75_Discrete_DpmTable, VceBootLevel);
offsetof          872 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Discrete_DpmTable, GraphicsLevel);
offsetof         1039 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Discrete_DpmTable, MemoryLevel);
offsetof         1645 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 				offsetof(SMU75_Firmware_Header, AvfsMeanNSigma),
offsetof         1655 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 				offsetof(SMU75_Firmware_Header, AvfsSclkOffsetTable),
offsetof         1713 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 					offsetof(SMU75_SoftRegisters, AllowMvddSwitch),
offsetof         1727 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 				offsetof(SMU75_SoftRegisters, AllowMvddSwitch),
offsetof         1776 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Discrete_PmFuses, TdcWaterfallCtl),
offsetof         1860 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 				offsetof(SMU75_Firmware_Header, PmFuseTable),
offsetof         2141 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			offsetof(SMU75_Discrete_DpmTable, SystemFlags),
offsetof         2165 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, HandshakeDisables);
offsetof         2167 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, VoltageChangeTimeout);
offsetof         2169 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, AverageGraphicsActivity);
offsetof         2171 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, AverageMemoryActivity);
offsetof         2173 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, PreVBlankGap);
offsetof         2175 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, VBlankTimeout);
offsetof         2177 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, UcodeLoadStatus);
offsetof         2179 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, DRAM_LOG_ADDR_H);
offsetof         2181 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, DRAM_LOG_ADDR_L);
offsetof         2183 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, DRAM_LOG_PHY_ADDR_H);
offsetof         2185 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, DRAM_LOG_PHY_ADDR_L);
offsetof         2187 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_SoftRegisters, DRAM_LOG_BUFF_SIZE);
offsetof         2193 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_Discrete_DpmTable, UvdBootLevel);
offsetof         2195 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_Discrete_DpmTable, VceBootLevel);
offsetof         2197 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 			return offsetof(SMU75_Discrete_DpmTable, LowSclkInterruptThreshold);
offsetof         2237 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c 				offsetof(SMU75_Discrete_DpmTable,
offsetof           97 drivers/gpu/drm/armada/armada_drv.c 	BUILD_BUG_ON(offsetof(struct armada_private, drm) != 0);
offsetof         1355 drivers/gpu/drm/drm_bufs.c 	if (copy_to_user(to, &v, offsetof(struct drm_buf_desc, flags)))
offsetof          382 drivers/gpu/drm/drm_ioc32.c 	if (copy_to_user(to + count, &v, offsetof(drm_buf_desc32_t, flags)))
offsetof          891 drivers/gpu/drm/drm_ioc32.c 			   offsetof(drm_mode_fb_cmd232_t, modifier)))
offsetof          286 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, src.buf),
offsetof          291 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, dst.buf),
offsetof          295 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, src.rect),
offsetof          300 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, dst.rect),
offsetof          304 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, transform),
offsetof          308 drivers/gpu/drm/exynos/exynos_drm_ipp.c 		offsetof(struct exynos_drm_ipp_task, alpha),
offsetof         12265 drivers/gpu/drm/i915/display/intel_display.c 	BUILD_BUG_ON(offsetof(struct intel_crtc_state, base));
offsetof          122 drivers/gpu/drm/i915/gem/i915_gem_client_blt.c 	BUILD_BUG_ON(offsetof(typeof(*w), dma));
offsetof           49 drivers/gpu/drm/i915/gem/i915_gem_fence.c 	BUILD_BUG_ON(offsetof(typeof(*stub), dma));
offsetof          249 drivers/gpu/drm/i915/gem/i915_gem_object_types.h 	BUILD_BUG_ON(offsetof(struct drm_i915_gem_object, base));
offsetof           98 drivers/gpu/drm/i915/gvt/firmware.c 	h->cfg_space_offset = offsetof(struct gvt_firmware_header, data);
offsetof          116 drivers/gpu/drm/i915/gvt/firmware.c 	crc32_start = offsetof(struct gvt_firmware_header, crc32) + 4;
offsetof         1175 drivers/gpu/drm/i915/gvt/handlers.c 	(VGT_PVINFO_PAGE + offsetof(struct vgt_if, x))
offsetof          453 drivers/gpu/drm/i915/gvt/kvmgt.c 		case offsetof(struct vfio_region_gfx_edid, link_state):
offsetof          473 drivers/gpu/drm/i915/gvt/kvmgt.c 		case offsetof(struct vfio_region_gfx_edid, edid_size):
offsetof          151 drivers/gpu/drm/i915/gvt/opregion.c 	v->header.bdb_offset = offsetof(struct vbt, bdb_header);
offsetof           46 drivers/gpu/drm/i915/gvt/scheduler.c 	offsetof(struct execlist_ring_context, x)
offsetof         1286 drivers/gpu/drm/i915/gvt/scheduler.c 						  offsetof(struct intel_vgpu_workload, rb_tail),
offsetof         1414 drivers/gpu/drm/i915/gvt/scheduler.c 	offsetof(struct execlist_ring_context, x)
offsetof          236 drivers/gpu/drm/i915/i915_active.c 	BUILD_BUG_ON(offsetof(typeof(*node), base));
offsetof         1455 drivers/gpu/drm/i915/i915_gem_gtt.c 	pd = __alloc_pd(offsetof(typeof(*pd), entry[count]));
offsetof          187 drivers/gpu/drm/i915/i915_gem_gtt.h 	BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) !=
offsetof          188 drivers/gpu/drm/i915/i915_gem_gtt.h 		     offsetof(struct intel_rotation_info, plane[0]));
offsetof          443 drivers/gpu/drm/i915/i915_gem_gtt.h 	BUILD_BUG_ON(offsetof(struct gen6_ppgtt, base));
offsetof          541 drivers/gpu/drm/i915/i915_gem_gtt.h 	BUILD_BUG_ON(offsetof(struct i915_ggtt, vm));
offsetof          549 drivers/gpu/drm/i915/i915_gem_gtt.h 	BUILD_BUG_ON(offsetof(struct i915_ppgtt, vm));
offsetof          115 drivers/gpu/drm/i915/i915_pvinfo.h #define vgtif_offset(x) (offsetof(struct vgt_if, x))
offsetof          262 drivers/gpu/drm/i915/i915_request.h 	BUILD_BUG_ON(offsetof(struct i915_request, fence) != 0);
offsetof           68 drivers/gpu/drm/i915/i915_sw_fence_work.c 	BUILD_BUG_ON(offsetof(typeof(*f), dma));
offsetof          181 drivers/gpu/drm/i915/i915_utils.h #define ptr_offset(ptr, member) offsetof(typeof(*(ptr)), member)
offsetof          200 drivers/gpu/drm/i915/i915_utils.h 	((type __user *)(__mptr - offsetof(type, member))); })
offsetof          289 drivers/gpu/drm/i915/i915_vma.h 	BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
offsetof          290 drivers/gpu/drm/i915/i915_vma.h 		     offsetof(typeof(*view), partial));
offsetof          291 drivers/gpu/drm/i915/i915_vma.h 	BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
offsetof          292 drivers/gpu/drm/i915/i915_vma.h 		     offsetof(typeof(*view), remapped));
offsetof           71 drivers/gpu/drm/mga/mga_ioc32.c 		offsetof(drm_mga_init_t, fb_offset) -
offsetof           72 drivers/gpu/drm/mga/mga_ioc32.c 		offsetof(drm_mga_init_t, chipset));
offsetof           13 drivers/gpu/drm/msm/msm_ringbuffer.h 	((ring)->memptrs_iova + offsetof(struct msm_rbmemptrs, member))
offsetof           18 drivers/gpu/drm/msm/msm_ringbuffer.h 	 offsetof(struct msm_gpu_submit_stats, member))
offsetof          151 drivers/gpu/drm/qxl/qxl_image.c 					size = PAGE_SIZE - offsetof(struct qxl_data_chunk, data);
offsetof          171 drivers/gpu/drm/qxl/qxl_image.c 				out_offset = offsetof(struct qxl_data_chunk, data) + i * chunk_stride;
offsetof          355 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, PmFuseTable) +
offsetof          356 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Discrete_PmFuses, TdcWaterfallCtl),
offsetof          488 drivers/gpu/drm/radeon/ci_dpm.c 					     offsetof(SMU7_Firmware_Header, PmFuseTable),
offsetof         1329 drivers/gpu/drm/radeon/ci_dpm.c 					   offsetof(SMU7_Discrete_DpmTable, LowSclkInterruptT),
offsetof         1541 drivers/gpu/drm/radeon/ci_dpm.c 	ci_write_smc_soft_register(rdev, offsetof(SMU7_SoftRegisters, VoltageChangeTimeout), 0x1000);
offsetof         1824 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, DpmTable),
offsetof         1833 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, SoftRegisters),
offsetof         1842 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, mcRegisterTable),
offsetof         1851 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, FanTable),
offsetof         1860 drivers/gpu/drm/radeon/ci_dpm.c 				     offsetof(SMU7_Firmware_Header, mcArbDramTimingTable),
offsetof         2011 drivers/gpu/drm/radeon/ci_dpm.c 	ci_write_smc_soft_register(rdev, offsetof(SMU7_SoftRegisters, PreVBlankGap), 0x64);
offsetof         2012 drivers/gpu/drm/radeon/ci_dpm.c 	ci_write_smc_soft_register(rdev, offsetof(SMU7_SoftRegisters, VBlankTimeout), (frame_time_in_us - pre_vbi_time_in_us));
offsetof         3281 drivers/gpu/drm/radeon/ci_dpm.c 		offsetof(SMU7_Discrete_DpmTable, GraphicsLevel);
offsetof         3328 drivers/gpu/drm/radeon/ci_dpm.c 		offsetof(SMU7_Discrete_DpmTable, MemoryLevel);
offsetof         3693 drivers/gpu/drm/radeon/ci_dpm.c 				   offsetof(SMU7_Discrete_DpmTable, SystemFlags),
offsetof         4782 drivers/gpu/drm/radeon/ci_dpm.c 				    offsetof(SMU7_Discrete_MCRegisters, data[0]),
offsetof          872 drivers/gpu/drm/radeon/cypress_dpm.c 		offsetof(RV770_SMC_STATETABLE, driverState);
offsetof          896 drivers/gpu/drm/radeon/cypress_dpm.c 		(u16)offsetof(SMC_Evergreen_MCRegisters, data[2]);
offsetof          463 drivers/gpu/drm/radeon/kv_dpm.c 				     offsetof(SMU7_Firmware_Header, DpmTable),
offsetof          470 drivers/gpu/drm/radeon/kv_dpm.c 				     offsetof(SMU7_Firmware_Header, SoftRegisters),
offsetof          488 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsVoltageChangeEnable),
offsetof          504 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsInterval),
offsetof          518 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsBootLevel),
offsetof          709 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, LowSclkInterruptT),
offsetof          758 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsThermThrottleEnable),
offsetof          772 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsLevel),
offsetof          782 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, GraphicsDpmLevelCount),
offsetof          863 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UvdLevelCount),
offsetof          873 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UVDInterval),
offsetof          881 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, UvdLevel),
offsetof          925 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VceLevelCount),
offsetof          936 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VCEInterval),
offsetof          945 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, VceLevel),
offsetof          988 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SamuLevelCount),
offsetof          999 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SAMUInterval),
offsetof         1008 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, SamuLevel),
offsetof         1047 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, AcpLevelCount),
offsetof         1058 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, ACPInterval),
offsetof         1067 drivers/gpu/drm/radeon/kv_dpm.c 				   offsetof(SMU7_Fusion_DpmTable, AcpLevel),
offsetof         1373 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, FpsHighT),
offsetof         1382 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, FpsLowT),
offsetof         1447 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, UvdBootLevel),
offsetof         1495 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, VceBootLevel),
offsetof         1533 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, SamuBootLevel),
offsetof         1597 drivers/gpu/drm/radeon/kv_dpm.c 					   offsetof(SMU7_Fusion_DpmTable, AcpBootLevel),
offsetof         1782 drivers/gpu/drm/radeon/kv_dpm.c 					    offsetof(SMU7_Fusion_DpmTable, GraphicsLevel) +
offsetof         1784 drivers/gpu/drm/radeon/kv_dpm.c 					    offsetof(SMU7_Fusion_GraphicsLevel, ClkBypassCntl)),
offsetof           30 drivers/gpu/drm/radeon/mkregtable.c 		     (type *)((char *)__mptr - offsetof(type, member)); })
offsetof         1495 drivers/gpu/drm/radeon/ni_dpm.c 					      (u16)(pi->state_table_start + offsetof(NISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         1496 drivers/gpu/drm/radeon/ni_dpm.c 						    offsetof(PP_NIslands_DPM2Parameters, TDPLimit)),
offsetof         1654 drivers/gpu/drm/radeon/ni_dpm.c 						    offsetof(SMC_NIslands_MCArbDramTimingRegisters, data) +
offsetof         2488 drivers/gpu/drm/radeon/ni_dpm.c 					 offsetof(NISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         2489 drivers/gpu/drm/radeon/ni_dpm.c 					 offsetof(PP_NIslands_DPM2Parameters, PowerBoostLimit),
offsetof         2688 drivers/gpu/drm/radeon/ni_dpm.c 		offsetof(NISLANDS_SMC_STATETABLE, driverState);
offsetof         3038 drivers/gpu/drm/radeon/ni_dpm.c 		(u16)offsetof(SMC_NIslands_MCRegisters, data[NISLANDS_MCREGISTERTABLE_FIRST_DRIVERSTATE_SLOT]);
offsetof         3396 drivers/gpu/drm/radeon/radeon_atombios.c 	u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO, asVoltageObj[0]);
offsetof         3403 drivers/gpu/drm/radeon/radeon_atombios.c 		offset += offsetof(ATOM_VOLTAGE_OBJECT, asFormula.ucVIDAdjustEntries) +
offsetof         3413 drivers/gpu/drm/radeon/radeon_atombios.c 	u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V2, asVoltageObj[0]);
offsetof         3420 drivers/gpu/drm/radeon/radeon_atombios.c 		offset += offsetof(ATOM_VOLTAGE_OBJECT_V2, asFormula.asVIDAdjustEntries) +
offsetof         3430 drivers/gpu/drm/radeon/radeon_atombios.c 	u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]);
offsetof         3949 drivers/gpu/drm/radeon/radeon_atombios.c 						((le16_to_cpu(vram_module->usModuleSize) - offsetof(ATOM_VRAM_MODULE_V4, asMemTiming)) /
offsetof         1386 drivers/gpu/drm/radeon/rv770_dpm.c 		offsetof(RV770_SMC_STATETABLE, driverState);
offsetof         2193 drivers/gpu/drm/radeon/si_dpm.c 					   (si_pi->state_table_start + offsetof(SISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         2194 drivers/gpu/drm/radeon/si_dpm.c 						 offsetof(PP_SIslands_DPM2Parameters, TDPLimit)),
offsetof         2242 drivers/gpu/drm/radeon/si_dpm.c 					    offsetof(SISLANDS_SMC_STATETABLE, dpm2Params) +
offsetof         2243 drivers/gpu/drm/radeon/si_dpm.c 					    offsetof(PP_SIslands_DPM2Parameters, NearTDPLimit)),
offsetof         4334 drivers/gpu/drm/radeon/si_dpm.c 					   offsetof(SMC_SIslands_MCArbDramTimingRegisters, data) +
offsetof         4678 drivers/gpu/drm/radeon/si_dpm.c 				   offsetof(SMC_SIslands_MCArbDramTimingRegisters, data) +
offsetof         5276 drivers/gpu/drm/radeon/si_dpm.c 		offsetof(SISLANDS_SMC_STATETABLE, driverState);
offsetof         5302 drivers/gpu/drm/radeon/si_dpm.c 			offsetof(SISLANDS_SMC_STATETABLE, ULVState);
offsetof         5695 drivers/gpu/drm/radeon/si_dpm.c 		offsetof(SMC_SIslands_MCRegisters,
offsetof          151 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[0].shader),
offsetof          152 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[1].shader),
offsetof          153 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[2].shader),
offsetof          156 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, render_targets),
offsetof          159 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, texture_units),
offsetof          162 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[0].const_buffers),
offsetof          163 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[1].const_buffers),
offsetof          164 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[2].const_buffers),
offsetof          167 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, ds_view),
offsetof          170 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[0].shader_res),
offsetof          171 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[1].shader_res),
offsetof          172 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, per_shader[2].shader_res),
offsetof          175 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, so_targets),
offsetof          178 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, vertex_buffers),
offsetof          181 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	offsetof(struct vmw_ctx_binding_state, index_buffer),
offsetof          937 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c 		(u64)offsetof(struct vmw_cmdbuf_dheader, cmd);
offsetof         2555 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	BUILD_BUG_ON(offsetof(typeof(*cmd), r_body.sid) !=
offsetof         2556 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		     offsetof(typeof(*cmd), sid));
offsetof         2557 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	BUILD_BUG_ON(offsetof(typeof(*cmd), i_body.sid) !=
offsetof         2558 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		     offsetof(typeof(*cmd), sid));
offsetof         2559 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	BUILD_BUG_ON(offsetof(typeof(*cmd), u_body.sid) !=
offsetof         2560 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		     offsetof(typeof(*cmd), sid));
offsetof          148 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs);
offsetof          160 drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c 	alloc_size = offsetof(struct vmw_user_simple_resource, simple) +
offsetof          286 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	size_t size = offsetof(struct vmw_view, cmd) + view->cmd_size;
offsetof          346 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	size = offsetof(struct vmw_view, cmd) + cmd_size;
offsetof          573 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
offsetof          574 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 		     offsetof(SVGA3dCmdDXDefineShaderResourceView, sid));
offsetof          575 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
offsetof          576 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 		     offsetof(SVGA3dCmdDXDefineRenderTargetView, sid));
offsetof          577 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 	BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) !=
offsetof          578 drivers/gpu/drm/vmwgfx/vmwgfx_so.c 		     offsetof(SVGA3dCmdDXDefineDepthStencilView, sid));
offsetof          687 drivers/hid/hid-multitouch.c 		       offsetof(struct mt_usages, __name))
offsetof          205 drivers/hid/hid-u2fzero.c 	actual_length = min3((size_t)ret - offsetof(struct u2f_hid_msg,
offsetof          393 drivers/hid/hidraw.c 				else if (copy_to_user(user_arg + offsetof(
offsetof          109 drivers/hid/i2c-hid/i2c-hid-core.c 	.registerIndex = offsetof(struct i2c_hid_desc, wCommandRegister)
offsetof          115 drivers/hid/i2c-hid/i2c-hid-core.c 		.registerIndex = offsetof(struct i2c_hid_desc,
offsetof          236 drivers/hid/intel-ish-hid/ishtp-fw-loader.c 	offsetof(struct loader_xfer_ipc_fragment, data)
offsetof          992 drivers/hid/usbhid/hid-core.c 	size_t offset = offsetof(struct hid_descriptor, desc);
offsetof          658 drivers/hwtracing/intel_th/msu.c 			offsetof(struct msc_block_desc, hw_tag);
offsetof          248 drivers/hwtracing/stm/policy.c 		kzalloc(offsetof(struct stp_policy_node, priv[pdrv->priv_sz]),
offsetof          186 drivers/i2c/busses/i2c-brcmstb.c 	__bsc_readl(_dev->base + offsetof(struct bsc_regs, _reg))
offsetof          189 drivers/i2c/busses/i2c-brcmstb.c 	__bsc_writel(_val, _dev->base + offsetof(struct bsc_regs, _reg))
offsetof          108 drivers/i2c/busses/i2c-hydra.c 	if (!request_mem_region(base+offsetof(struct Hydra, CachePD), 4,
offsetof          114 drivers/i2c/busses/i2c-hydra.c 		release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
offsetof          123 drivers/i2c/busses/i2c-hydra.c 		release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
offsetof          135 drivers/i2c/busses/i2c-hydra.c 			   offsetof(struct Hydra, CachePD), 4);
offsetof          271 drivers/infiniband/core/device.c #define IB_MANDATORY_FUNC(x) { offsetof(struct ib_device_ops, x), #x }
offsetof          552 drivers/infiniband/core/device.c 	BUILD_BUG_ON(offsetof(struct ib_device, coredev.dev) !=
offsetof          553 drivers/infiniband/core/device.c 		     offsetof(struct ib_device, dev));
offsetof          192 drivers/infiniband/core/sa_query.c 	.struct_offset_bytes = offsetof(struct sa_path_rec, field),	\
offsetof          293 drivers/infiniband/core/sa_query.c 		offsetof(struct sa_path_rec, field), \
offsetof          422 drivers/infiniband/core/sa_query.c 	.struct_offset_bytes = offsetof(struct ib_sa_mcmember_rec, field),	\
offsetof          506 drivers/infiniband/core/sa_query.c 	.struct_offset_bytes = offsetof(struct ib_sa_service_rec, field),	\
offsetof          554 drivers/infiniband/core/sa_query.c 	.struct_offset_bytes = offsetof(struct ib_class_port_info, field),	\
offsetof          631 drivers/infiniband/core/sa_query.c 		offsetof(struct opa_class_port_info, field),	\
offsetof          712 drivers/infiniband/core/sa_query.c 	.struct_offset_bytes = offsetof(struct ib_sa_guidinfo_rec, field),	\
offsetof           43 drivers/infiniband/core/ud_header.c 	.struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field),      \
offsetof          737 drivers/infiniband/core/user_mad.c 		     (u32 __user *) (arg + offsetof(struct ib_user_mad_reg_req, id)))) {
offsetof          805 drivers/infiniband/core/user_mad.c 				(u32 __user *) (arg + offsetof(struct
offsetof          855 drivers/infiniband/core/user_mad.c 				offsetof(struct ib_user_mad_reg_req2, id)))) {
offsetof         2749 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_eth_filter, real_sz);
offsetof         2760 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_ipv4_filter, real_sz);
offsetof         2771 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_ipv6_filter, real_sz);
offsetof         2787 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_tcp_udp_filter, real_sz);
offsetof         2798 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_tunnel_filter, real_sz);
offsetof         2813 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_esp_filter, real_sz);
offsetof         2824 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_gre_filter, real_sz);
offsetof         2835 drivers/infiniband/core/uverbs_cmd.c 		ib_filter_sz = offsetof(struct ib_flow_mpls_filter, real_sz);
offsetof         3712 drivers/infiniband/core/uverbs_cmd.c 			  BUILD_BUG_ON_ZERO(offsetof(req, response) != 0) +    \
offsetof         3723 drivers/infiniband/core/uverbs_cmd.c 			BUILD_BUG_ON_ZERO(offsetof(req, driver_data) !=        \
offsetof         3725 drivers/infiniband/core/uverbs_cmd.c 			BUILD_BUG_ON_ZERO(offsetof(resp, driver_data) !=       \
offsetof         3731 drivers/infiniband/core/uverbs_cmd.c 			1 + BUILD_BUG_ON_ZERO(offsetof(req, driver_data) !=    \
offsetof           80 drivers/infiniband/core/uverbs_ioctl.c 		offsetof(struct bundle_priv, internal_buffer) +
offsetof          585 drivers/infiniband/core/uverbs_ioctl.c 			offsetof(struct bundle_priv, internal_buffer);
offsetof          150 drivers/infiniband/core/uverbs_std_types_flow_action.c 	BUILD_BUG_ON(offsetof(struct ib_uverbs_flow_ipv4_filter, flags) +
offsetof          152 drivers/infiniband/core/uverbs_std_types_flow_action.c 	BUILD_BUG_ON(offsetof(struct ib_uverbs_flow_ipv6_filter, reserved) +
offsetof          695 drivers/infiniband/hw/bnxt_re/qplib_fp.c 			((offsetof(typeof(*srqe), data) + 15) >> 4);
offsetof         1607 drivers/infiniband/hw/bnxt_re/qplib_fp.c 				((offsetof(typeof(*sqe), data) + 15) >> 4);
offsetof         1626 drivers/infiniband/hw/bnxt_re/qplib_fp.c 				((offsetof(typeof(*sqe), data) + 15) >> 4);
offsetof         1659 drivers/infiniband/hw/bnxt_re/qplib_fp.c 				((offsetof(typeof(*sqe), data) + 15) >> 4);
offsetof         1863 drivers/infiniband/hw/bnxt_re/qplib_fp.c 			((offsetof(typeof(*rqe), data) + 15) >> 4);
offsetof          604 drivers/infiniband/hw/cxgb4/cm.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
offsetof          842 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	FLOWC_LEN = offsetof(struct fw_flowc_wr, mnemval[FW_FLOWC_MNEM_MAX])
offsetof          631 drivers/infiniband/hw/cxgb4/qp.c 	BUILD_BUG_ON(offsetof(struct fw_ri_rdma_write_cmpl_wr, u) > 64);
offsetof          150 drivers/infiniband/hw/efa/efa_verbs.c #define field_avail(x, fld, sz) (offsetof(typeof(x), fld) + \
offsetof         1359 drivers/infiniband/hw/hfi1/file_ops.c 		addr = arg + offsetof(struct hfi1_tid_info, tidcnt);
offsetof         1364 drivers/infiniband/hw/hfi1/file_ops.c 		addr = arg + offsetof(struct hfi1_tid_info, length);
offsetof         1398 drivers/infiniband/hw/hfi1/file_ops.c 		addr = arg + offsetof(struct hfi1_tid_info, tidcnt);
offsetof         1436 drivers/infiniband/hw/hfi1/file_ops.c 	addr = arg + offsetof(struct hfi1_tid_info, tidcnt);
offsetof          191 drivers/infiniband/hw/hfi1/ruc.c #define BTH2_OFFSET (offsetof(struct hfi1_sdma_header, \
offsetof          849 drivers/infiniband/hw/hfi1/sdma.c 	.head_offset = offsetof(struct sdma_rht_node, node),
offsetof          850 drivers/infiniband/hw/hfi1/sdma.c 	.key_offset = offsetof(struct sdma_rht_node, cpu_id),
offsetof          311 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 	return (struct i40iw_sc_qp *)((char *)entry - offsetof(struct i40iw_sc_qp, list));
offsetof          430 drivers/infiniband/hw/mlx4/main.c #define field_avail(type, fld, sz) (offsetof(type, fld) + \
offsetof          461 drivers/infiniband/hw/mlx4/main.c 	resp.response_length = offsetof(typeof(resp), response_length) +
offsetof          618 drivers/infiniband/hw/mlx4/main.c 		resp.response_length = offsetof(typeof(resp), rss_caps) +
offsetof          632 drivers/infiniband/hw/mlx4/main.c 		resp.response_length = offsetof(typeof(resp), tso_caps) +
offsetof         1346 drivers/infiniband/hw/mlx4/main.c 		   offsetof(typeof(filter), field) -\
offsetof          716 drivers/infiniband/hw/mlx4/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), reserved1) +
offsetof         2115 drivers/infiniband/hw/mlx4/qp.c 	rss_context = (void *)context + offsetof(struct mlx4_qp_context,
offsetof         4142 drivers/infiniband/hw/mlx4/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), comp_mask) +
offsetof         4278 drivers/infiniband/hw/mlx4/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), reserved) +
offsetof         4361 drivers/infiniband/hw/mlx4/qp.c 	min_resp_len = offsetof(typeof(resp), reserved) + sizeof(resp.reserved);
offsetof         4393 drivers/infiniband/hw/mlx4/qp.c 		resp.response_length = offsetof(typeof(resp), response_length) +
offsetof           86 drivers/infiniband/hw/mlx5/ah.c 		u32 min_resp_len = offsetof(typeof(resp), dmac) +
offsetof         1777 drivers/infiniband/hw/mlx5/main.c 	size_t min_req_v2 = offsetof(struct mlx5_ib_alloc_ucontext_req_v2,
offsetof         1823 drivers/infiniband/hw/mlx5/main.c 	resp.response_length = min(offsetof(typeof(resp), response_length) +
offsetof         1925 drivers/infiniband/hw/mlx5/main.c 				offsetof(struct mlx5_init_seg, internal_timer_h) % PAGE_SIZE;
offsetof         2244 drivers/infiniband/hw/mlx5/main.c 		       offsetof(struct mlx5_init_seg, internal_timer_h)) >>
offsetof         2624 drivers/infiniband/hw/mlx5/main.c 		   offsetof(typeof(filter), field) -\
offsetof         3800 drivers/infiniband/hw/mlx5/main.c 		min_ucmd_sz = offsetof(typeof(ucmd_hdr), reserved) +
offsetof           67 drivers/infiniband/hw/mlx5/mlx5_ib.h #define field_avail(type, fld, sz) (offsetof(type, fld) +		\
offsetof         1944 drivers/infiniband/hw/mlx5/mr.c 	resp.response_length = min(offsetof(typeof(resp), response_length) +
offsetof         1615 drivers/infiniband/hw/mlx5/qp.c 	min_resp_len = offsetof(typeof(resp), bfreg_index) + sizeof(resp.bfreg_index);
offsetof         1619 drivers/infiniband/hw/mlx5/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), flags) + sizeof(ucmd.flags);
offsetof         3850 drivers/infiniband/hw/mlx5/qp.c 		u32 min_resp_len = offsetof(typeof(resp), dctn) +
offsetof         3905 drivers/infiniband/hw/mlx5/qp.c 		required_cmd_sz = offsetof(typeof(ucmd), reserved) +
offsetof         6050 drivers/infiniband/hw/mlx5/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), single_stride_log_num_of_bytes)
offsetof         6133 drivers/infiniband/hw/mlx5/qp.c 	min_resp_len = offsetof(typeof(resp), reserved) + sizeof(resp.reserved);
offsetof         6163 drivers/infiniband/hw/mlx5/qp.c 		resp.response_length = offsetof(typeof(resp), response_length) +
offsetof         6221 drivers/infiniband/hw/mlx5/qp.c 	min_resp_len = offsetof(typeof(resp), reserved) + sizeof(resp.reserved);
offsetof         6255 drivers/infiniband/hw/mlx5/qp.c 		resp.response_length = offsetof(typeof(resp), response_length) +
offsetof         6296 drivers/infiniband/hw/mlx5/qp.c 	required_cmd_sz = offsetof(typeof(ucmd), reserved) + sizeof(ucmd.reserved);
offsetof          473 drivers/infiniband/hw/mthca/mthca_mr.c 	       sizeof *mpt_entry - offsetof(struct mthca_mpt_entry, lkey));
offsetof          640 drivers/infiniband/hw/mthca/mthca_mr.c 	       sizeof *mpt_entry - offsetof(struct mthca_mpt_entry, start));
offsetof          750 drivers/infiniband/hw/mthca/mthca_mr.c 		    offsetof(struct mthca_mpt_entry, window_count) -
offsetof          751 drivers/infiniband/hw/mthca/mthca_mr.c 		    offsetof(struct mthca_mpt_entry, start));
offsetof           94 drivers/infiniband/hw/mthca/mthca_srq.c 	return (int *) (wqe + offsetof(struct mthca_next_seg, imm));
offsetof         3535 drivers/infiniband/hw/qedr/verbs.c 		offset = offsetof(struct rdma_srq_producers, wqe_prod);
offsetof          415 drivers/infiniband/hw/qib/qib_sysfs.c 		.counter = offsetof(struct qib_ibport, rvp.n_##N) \
offsetof          421 drivers/infiniband/hw/qib/qib_sysfs.c 		.counter = offsetof(struct qib_ibport, rvp.z_##N) \
offsetof           51 drivers/infiniband/hw/usnic/usnic_uiom.c 	((PAGE_SIZE - offsetof(struct usnic_uiom_chunk, page_list))	/\
offsetof         2293 drivers/infiniband/sw/rdmavt/qp.c 	BUILD_BUG_ON(offsetof(struct ib_sge, addr) !=
offsetof         2294 drivers/infiniband/sw/rdmavt/qp.c 		     offsetof(struct rvt_wqe_sge, addr));
offsetof         2295 drivers/infiniband/sw/rdmavt/qp.c 	BUILD_BUG_ON(offsetof(struct ib_sge, length) !=
offsetof         2296 drivers/infiniband/sw/rdmavt/qp.c 		     offsetof(struct rvt_wqe_sge, length));
offsetof         2297 drivers/infiniband/sw/rdmavt/qp.c 	BUILD_BUG_ON(offsetof(struct ib_sge, lkey) !=
offsetof         2298 drivers/infiniband/sw/rdmavt/qp.c 		     offsetof(struct rvt_wqe_sge, lkey));
offsetof           98 drivers/infiniband/sw/rxe/rxe_pool.c 		.key_offset	= offsetof(struct rxe_mc_grp, mgid),
offsetof           46 drivers/infiniband/ulp/ipoib/ipoib_ethtool.c 		.stat_offset = offsetof(struct rtnl_link_stats64, m) }
offsetof           67 drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c 				  offsetof(struct opa_vnic_stats, m) }
offsetof          488 drivers/infiniband/ulp/srpt/ib_srpt.c 	BUILD_BUG_ON(offsetof(struct ib_dm_mad, data) != IB_MGMT_DEVICE_HDR);
offsetof         1101 drivers/input/misc/ims-pcu.c 	.field_offset = offsetof(struct ims_pcu, _field),		\
offsetof          353 drivers/input/misc/yealink.c 	case offsetof(struct yld_status, led):
offsetof          357 drivers/input/misc/yealink.c 	case offsetof(struct yld_status, dialtone):
offsetof          361 drivers/input/misc/yealink.c 	case offsetof(struct yld_status, ringtone):
offsetof          365 drivers/input/misc/yealink.c 	case offsetof(struct yld_status, keynum):
offsetof          200 drivers/input/misc/yealink.h 	_PIC('.', offsetof(struct yld_status, led)	, 0x01, "LED" ),
offsetof          201 drivers/input/misc/yealink.h 	_PIC('.', offsetof(struct yld_status, dialtone) , 0x01, "DIALTONE" ),
offsetof          202 drivers/input/misc/yealink.h 	_PIC('.', offsetof(struct yld_status, ringtone) , 0x24, "RINGTONE" ),
offsetof         1264 drivers/input/mouse/elantech.c 		.field_offset = offsetof(struct elantech_data, _name),	\
offsetof         1274 drivers/input/mouse/elantech.c 		.field_offset = offsetof(struct elantech_data, info) +	       \
offsetof         1275 drivers/input/mouse/elantech.c 				offsetof(struct elantech_device_info, _name),  \
offsetof           85 drivers/input/mouse/psmouse-base.c 			(void *) offsetof(struct psmouse, rate),
offsetof           88 drivers/input/mouse/psmouse-base.c 			(void *) offsetof(struct psmouse, resolution),
offsetof           91 drivers/input/mouse/psmouse-base.c 			(void *) offsetof(struct psmouse, resetafter),
offsetof           94 drivers/input/mouse/psmouse-base.c 			(void *) offsetof(struct psmouse, resync_time),
offsetof          136 drivers/input/mouse/trackpoint.c 		.field_offset = offsetof(struct trackpoint_data, _name),	\
offsetof          172 drivers/input/mouse/trackpoint.c 	.field_offset		= offsetof(struct trackpoint_data,	\
offsetof          251 drivers/input/rmi4/rmi_f34.c 	BUILD_BUG_ON(offsetof(struct rmi_f34_firmware, data) !=
offsetof          217 drivers/input/touchscreen/cyttsp4_core.c 			offsetof(struct cyttsp4_cydata, mfgid_sz)
offsetof          235 drivers/input/touchscreen/cyttsp4_core.c 	read_offset += offsetof(struct cyttsp4_cydata, mfgid_sz)
offsetof          252 drivers/input/touchscreen/cyttsp4_core.c 				- offsetof(struct cyttsp4_cydata, cyito_idh),
offsetof          354 drivers/input/touchscreen/edt-ft5x06.c 		.field_offset = offsetof(struct edt_ft5x06_ts_data, _field), \
offsetof         1017 drivers/input/touchscreen/elants_i2c.c 		.field_offset = offsetof(struct elants_data, _field),	\
offsetof           80 drivers/input/touchscreen/raspberrypi-ts.c 		 ts->fw_regs_va + offsetof(struct rpi_ts_regs, num_points));
offsetof         1354 drivers/iommu/arm-smmu.c 	cfg = kzalloc(offsetof(struct arm_smmu_master_cfg, smendx[i]),
offsetof         2333 drivers/iommu/iommu.c 	size = offsetof(struct iommu_fwspec, ids[fwspec->num_ids + num_ids]);
offsetof           46 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, adr.adrController)},
offsetof           48 drivers/isdn/capi/capiutil.c 	{_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)},
offsetof           50 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, B1configuration)},
offsetof           52 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, B1protocol)},
offsetof           54 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, B2configuration)},
offsetof           56 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, B2protocol)},
offsetof           58 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, B3configuration)},
offsetof           60 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, B3protocol)},
offsetof           62 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, BC)},
offsetof           64 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, BChannelinformation)},
offsetof           66 drivers/isdn/capi/capiutil.c 	{_CMSTRUCT, offsetof(_cmsg, BProtocol)},
offsetof           68 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, CalledPartyNumber)},
offsetof           70 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, CalledPartySubaddress)},
offsetof           72 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, CallingPartyNumber)},
offsetof           74 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, CallingPartySubaddress)},
offsetof           76 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, CIPmask)},
offsetof           78 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, CIPmask2)},
offsetof           80 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, CIPValue)},
offsetof           82 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, Class)},
offsetof           84 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, ConnectedNumber)},
offsetof           86 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, ConnectedSubaddress)},
offsetof           88 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, Data)},
offsetof           90 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, DataHandle)},
offsetof           92 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, DataLength)},
offsetof           94 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, FacilityConfirmationParameter)},
offsetof           96 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, Facilitydataarray)},
offsetof           98 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, FacilityIndicationParameter)},
offsetof          100 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, FacilityRequestParameter)},
offsetof          102 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, FacilitySelector)},
offsetof          104 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, Flags)},
offsetof          106 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, Function)},
offsetof          108 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, HLC)},
offsetof          110 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, Info)},
offsetof          112 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, InfoElement)},
offsetof          114 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, InfoMask)},
offsetof          116 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, InfoNumber)},
offsetof          118 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, Keypadfacility)},
offsetof          120 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, LLC)},
offsetof          122 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, ManuData)},
offsetof          124 drivers/isdn/capi/capiutil.c 	{_CDWORD, offsetof(_cmsg, ManuID)},
offsetof          126 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, NCPI)},
offsetof          128 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, Reason)},
offsetof          130 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, Reason_B3)},
offsetof          132 drivers/isdn/capi/capiutil.c 	{_CWORD, offsetof(_cmsg, Reject)},
offsetof          134 drivers/isdn/capi/capiutil.c 	{_CSTRUCT, offsetof(_cmsg, Useruserdata)}
offsetof          175 drivers/macintosh/rack-meter.c 		 offsetof(struct rackmeter_dma, mark));
offsetof          177 drivers/macintosh/rack-meter.c 		 offsetof(struct rackmeter_dma, buf1));
offsetof          179 drivers/macintosh/rack-meter.c 		 offsetof(struct rackmeter_dma, buf2));
offsetof          186 drivers/macintosh/rack-meter.c 		offsetof(struct rackmeter_dma, mark));
offsetof          193 drivers/macintosh/rack-meter.c 		offsetof(struct rackmeter_dma, buf1));
offsetof          199 drivers/macintosh/rack-meter.c 		offsetof(struct rackmeter_dma, mark));
offsetof          206 drivers/macintosh/rack-meter.c 		offsetof(struct rackmeter_dma, buf2));
offsetof          244 drivers/md/bcache/closure.h 	BUILD_BUG_ON(offsetof(struct closure, fn)
offsetof          245 drivers/md/bcache/closure.h 		     != offsetof(struct work_struct, func));
offsetof          150 drivers/md/bcache/journal.c 			i = kmalloc(offsetof(struct journal_replay, j) +
offsetof          845 drivers/md/bcache/super.c 	if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio),
offsetof         1824 drivers/md/bcache/super.c 	    bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio),
offsetof          119 drivers/md/dm-integrity.c #define MAX_TAG_SIZE			(JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_BLOCK]))
offsetof         3012 drivers/md/dm-integrity.c 	ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block]) + ic->tag_size,
offsetof          523 drivers/md/dm-ioctl.c 			needed += align_val(offsetof(struct dm_name_list, name) + strlen(hc->name) + 1);
offsetof         1753 drivers/md/dm-ioctl.c 	const size_t minimum_data_size = offsetof(struct dm_ioctl, data);
offsetof         1894 drivers/md/dm-ioctl.c 	param->data_size = offsetof(struct dm_ioctl, data);
offsetof          916 drivers/md/dm-writecache.c 			sb_entries_offset = offsetof(struct wc_memory_superblock, entries);
offsetof         1764 drivers/md/dm-writecache.c 		offset = offsetof(struct wc_memory_superblock, entries[n_blocks]);
offsetof         1962 drivers/md/dm-writecache.c 				offsetof(struct writeback_struct, bio),
offsetof          109 drivers/md/dm.c 		return (char *)bio - offsetof(struct dm_target_io, clone) - data_size;
offsetof          110 drivers/md/dm.c 	return (char *)bio - offsetof(struct dm_target_io, clone) - offsetof(struct dm_io, tio) - data_size;
offsetof          118 drivers/md/dm.c 		return (struct bio *)((char *)io + offsetof(struct dm_io, tio) + offsetof(struct dm_target_io, clone));
offsetof          120 drivers/md/dm.c 	return (struct bio *)((char *)io + offsetof(struct dm_target_io, clone));
offsetof         3004 drivers/md/dm.c 		front_pad = roundup(per_io_data_size, __alignof__(struct dm_target_io)) + offsetof(struct dm_target_io, clone);
offsetof         3005 drivers/md/dm.c 		io_front_pad = roundup(front_pad,  __alignof__(struct dm_io)) + offsetof(struct dm_io, tio);
offsetof         3014 drivers/md/dm.c 		front_pad = offsetof(struct dm_rq_clone_bio_info, clone);
offsetof          116 drivers/md/raid1.c 	int size = offsetof(struct r1bio, bios[pi->raid_disks]);
offsetof           94 drivers/md/raid10.c 	int size = offsetof(struct r10bio, devs[conf->copies]);
offsetof         1001 drivers/media/dvb-core/dvb_frontend.c 	memset(c, 0, offsetof(struct dtv_frontend_properties, strength));
offsetof           63 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2cpu_mb),
offsetof           65 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2cpu_mb),
offsetof           67 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2cpu_mb),
offsetof           69 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2cpu_mb),
offsetof           71 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2apu_mb),
offsetof           73 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2apu_mb),
offsetof           75 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2apu_mb),
offsetof           77 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2apu_mb),
offsetof           79 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2hpu_mb),
offsetof           81 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2hpu_mb),
offsetof           83 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2hpu_mb),
offsetof           85 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2hpu_mb),
offsetof           87 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2ppu_mb),
offsetof           89 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2ppu_mb),
offsetof           91 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2ppu_mb),
offsetof           93 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2ppu_mb),
offsetof           95 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2epu_mb),
offsetof           97 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2epu_mb),
offsetof           99 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2epu_mb),
offsetof          101 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2epu_mb),
offsetof          104 drivers/media/pci/cx18/cx18-scb.c 	cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu_state),
offsetof          913 drivers/media/platform/exynos4-is/fimc-is-param.h 	(offsetof(struct is_region, shared) + 32 * sizeof(u32))
offsetof          755 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, luma),
offsetof          757 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, luma),
offsetof          764 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, hmed),
offsetof          766 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, hmed),
offsetof          770 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, cfa),
offsetof          772 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, cfa),
offsetof          776 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, csup),
offsetof          778 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, csup),
offsetof          782 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, wbal),
offsetof          784 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, wbal),
offsetof          788 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, blkadj),
offsetof          790 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, blkadj),
offsetof          794 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, rgb2rgb),
offsetof          796 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, rgb2rgb),
offsetof          800 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, csc),
offsetof          802 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, csc),
offsetof          806 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, yclimit),
offsetof          808 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, yclimit),
offsetof          812 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, dcor),
offsetof          814 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, dcor),
offsetof          830 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, nf),
offsetof          832 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, nf),
offsetof          836 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct prev_params, gamma),
offsetof          838 drivers/media/platform/omap3isp/isppreview.c 		offsetof(struct omap3isp_prev_update_config, gamma),
offsetof          780 drivers/media/platform/sti/hva/hva-h264.c 			     offsetof(struct hva_h264_task, po);
offsetof          199 drivers/media/platform/ti-vpe/vpdma.h #define ADB_ADDR(dma_buf, str, fld)	((dma_buf)->addr + offsetof(str, fld))
offsetof          816 drivers/media/rc/redrat3.c 	sendbuf_len = offsetof(struct redrat3_irdata,
offsetof         1335 drivers/media/usb/uvc/uvc_v4l2.c 	if (copy_to_user(up, kp, offsetof(typeof(*up), menu_info)) ||
offsetof         1374 drivers/media/usb/uvc/uvc_v4l2.c 	if (copy_to_user(up, kp, offsetof(typeof(*up), data)))
offsetof          358 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 			 offsetof(struct v4l2_create_buffers32, format)))
offsetof          418 drivers/media/v4l2-core/v4l2-compat-ioctl32.c 			 offsetof(struct v4l2_create_buffers32, format)) ||
offsetof          422 drivers/media/v4l2-core/v4l2-fwnode.c 		       sizeof(*vep) - offsetof(typeof(*vep), bus));
offsetof           35 drivers/media/v4l2-core/v4l2-ioctl.c 	memset((u8 *)(p) + offsetof(typeof(*(p)), field) + sizeof((p)->field), \
offsetof           36 drivers/media/v4l2-core/v4l2-ioctl.c 	0, sizeof(*(p)) - offsetof(typeof(*(p)), field) - sizeof((p)->field))
offsetof         1041 drivers/media/v4l2-core/v4l2-ioctl.c 	offset = offsetof(struct v4l2_pix_format, priv)
offsetof         2555 drivers/media/v4l2-core/v4l2-ioctl.c 	memset(p, 0, offsetof(struct v4l2_sliced_vbi_cap, type));
offsetof         2642 drivers/media/v4l2-core/v4l2-ioctl.c 	((offsetof(struct v4l2_struct, field) +			\
offsetof          393 drivers/memstick/core/memstick.c 		card->reg_addr.r_offset = offsetof(struct ms_register, id);
offsetof          395 drivers/memstick/core/memstick.c 		card->reg_addr.w_offset = offsetof(struct ms_register, id);
offsetof          209 drivers/memstick/core/ms_block.c 	msb->reg_addr.w_offset = offsetof(struct ms_register, id);
offsetof          211 drivers/memstick/core/ms_block.c 	msb->reg_addr.r_offset = offsetof(struct ms_register, id);
offsetof          354 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, param),
offsetof          396 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, status),
offsetof          410 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, extra_data),
offsetof          493 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, param),
offsetof          503 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, extra_data),
offsetof          600 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, param),
offsetof          614 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, extra_data),
offsetof          695 drivers/memstick/core/ms_block.c 			offsetof(struct ms_register, param),
offsetof          549 drivers/memstick/core/mspro_block.c 		if ((*mrq)->data[offsetof(struct ms_status_register, status0)]
offsetof         1127 drivers/memstick/core/mspro_block.c 	card->reg_addr.r_offset = offsetof(struct mspro_register, status);
offsetof         1129 drivers/memstick/core/mspro_block.c 	card->reg_addr.w_offset = offsetof(struct mspro_register, param);
offsetof         3132 drivers/message/fusion/mptbase.c 	if (facts->MsgLength > offsetof(IOCFactsReply_t, RequestFrameSize)/sizeof(u32)) {
offsetof         3188 drivers/message/fusion/mptbase.c 		if (facts->MsgLength >= (offsetof(IOCFactsReply_t,FWImageSize) + 7)/4 &&
offsetof         3237 drivers/message/fusion/mptbase.c 		     ioc->name, facts->MsgLength, (offsetof(IOCFactsReply_t,
offsetof         3624 drivers/message/fusion/mptbase.c 	request_size = offsetof(FWUpload_t, SGL) + sizeof(FWUploadTCSGE_t) +
offsetof         2267 drivers/message/fusion/mptsas.c 		(((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4));
offsetof         2890 drivers/message/fusion/mptsas.c 		(((int *) mf) + (offsetof(SmpPassthroughRequest_t, SGL) / 4));
offsetof         4157 drivers/message/fusion/mptsas.c 	phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
offsetof         5085 drivers/message/fusion/mptsas.c 	    offsetof(EventNotificationReply_t, Data));
offsetof         2153 drivers/message/fusion/mptscsih.c 		phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
offsetof         2231 drivers/message/fusion/mptscsih.c 		phys_disk = kzalloc(offsetof(RaidPhysDiskPage1_t, Path) +
offsetof          242 drivers/misc/mic/scif/scif_fence.c 		src += offsetof(struct scif_status, val);
offsetof          276 drivers/misc/mic/scif/scif_fence.c 			      src - offsetof(struct scif_status, val));
offsetof          133 drivers/misc/sgi-gru/grukservices.c #define HSTATUS(mq, h)	((mq) + offsetof(struct message_queue, hstatus[h]))
offsetof           63 drivers/misc/sgi-xp/xpnet.c 		(XPNET_MSG_SIZE - offsetof(struct xpnet_message, data))
offsetof           24 drivers/misc/vmw_vmci/vmci_handle_array.h 	offsetof(struct vmci_handle_arr, entries)
offsetof          583 drivers/mmc/host/mmc_spi.c 			t->tx_dma = dma + offsetof(struct scratch, data_token);
offsetof          604 drivers/mmc/host/mmc_spi.c 			t->tx_dma = dma + offsetof(struct scratch, crc_val);
offsetof          610 drivers/mmc/host/mmc_spi.c 			t->rx_dma = dma + offsetof(struct scratch, crc_val);
offsetof          636 drivers/mmc/host/mmc_spi.c 			t->rx_dma = dma + offsetof(struct scratch, status);
offsetof         1405 drivers/mmc/host/mmc_spi.c 	host->status.rx_dma = host->data_dma + offsetof(struct scratch, status);
offsetof           43 drivers/mtd/parsers/parser_imagetag.c 				offsetof(struct bcm_tag, header_crc));
offsetof         4020 drivers/net/bonding/bond_main.c 	new_arr = kzalloc(offsetof(struct bond_up_slave, arr[bond->slave_cnt]),
offsetof          141 drivers/net/can/cc770/cc770.h 	priv->read_reg(priv, offsetof(struct cc770_regs, member))
offsetof          144 drivers/net/can/cc770/cc770.h 	priv->write_reg(priv, offsetof(struct cc770_regs, member), value)
offsetof          403 drivers/net/can/mscan/mpc5xxx_can.c 		     sizeof(*regs) - offsetof(struct mscan_regs, canidar1_0));
offsetof          252 drivers/net/can/usb/ucan.c #define UCAN_OUT_HDR_SIZE offsetof(struct ucan_message_out, msg)
offsetof          254 drivers/net/can/usb/ucan.c #define UCAN_IN_HDR_SIZE offsetof(struct ucan_message_in, msg)
offsetof         1079 drivers/net/can/usb/ucan.c 			offsetof(struct ucan_can_msg, dlc) +
offsetof          699 drivers/net/ethernet/3com/typhoon.c 	tcpd_offset += offsetof(struct tcpopt_desc, bytesTx);
offsetof         1180 drivers/net/ethernet/3com/typhoon.c #define shared_offset(x)	offsetof(struct typhoon_shared, x)
offsetof         1241 drivers/net/ethernet/alacritech/slicoss.c 	sm->link_paddr = paddr + offsetof(struct slic_shmem_data, link);
offsetof          138 drivers/net/ethernet/altera/altera_msgdmahw.h #define msgdma_respoffs(a) (offsetof(struct msgdma_response, a))
offsetof          139 drivers/net/ethernet/altera/altera_msgdmahw.h #define msgdma_csroffs(a) (offsetof(struct msgdma_csr, a))
offsetof          140 drivers/net/ethernet/altera/altera_msgdmahw.h #define msgdma_descroffs(a) (offsetof(struct msgdma_extended_desc, a))
offsetof           94 drivers/net/ethernet/altera/altera_sgdmahw.h #define sgdma_csroffs(a) (offsetof(struct sgdma_csr, a))
offsetof           95 drivers/net/ethernet/altera/altera_sgdmahw.h #define sgdma_descroffs(a) (offsetof(struct sgdma_descrip, a))
offsetof          360 drivers/net/ethernet/altera/altera_tse.h #define tse_csroffs(a) (offsetof(struct altera_tse_mac, a))
offsetof           44 drivers/net/ethernet/amazon/ena/ena_ethtool.c 	.stat_offset = offsetof(struct ena_com_stats_admin, stat) \
offsetof           49 drivers/net/ethernet/amazon/ena/ena_ethtool.c 	.stat_offset = offsetof(struct ena_stats_##stat_type, stat) \
offsetof          132 drivers/net/ethernet/amd/ariadne.c 				 offsetof(struct lancedata, tx_buff[i]));
offsetof          134 drivers/net/ethernet/amd/ariadne.c 				  offsetof(struct lancedata, tx_buff[i])) |
offsetof          148 drivers/net/ethernet/amd/ariadne.c 				 offsetof(struct lancedata, rx_buff[i]));
offsetof          150 drivers/net/ethernet/amd/ariadne.c 				  offsetof(struct lancedata, rx_buff[i])) |
offsetof          456 drivers/net/ethernet/amd/ariadne.c 	lance->RDP = swloww(ARIADNE_RAM + offsetof(struct lancedata, tx_ring));
offsetof          458 drivers/net/ethernet/amd/ariadne.c 	lance->RDP = swhighw(ARIADNE_RAM + offsetof(struct lancedata, tx_ring));
offsetof          462 drivers/net/ethernet/amd/ariadne.c 	lance->RDP = swloww(ARIADNE_RAM + offsetof(struct lancedata, rx_ring));
offsetof          464 drivers/net/ethernet/amd/ariadne.c 	lance->RDP = swhighw(ARIADNE_RAM + offsetof(struct lancedata, rx_ring));
offsetof          617 drivers/net/ethernet/amd/atarilance.c 	MEM->init.rx_ring.adr_lo = offsetof( struct lance_memory, rx_head );
offsetof          620 drivers/net/ethernet/amd/atarilance.c 	MEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head );
offsetof          692 drivers/net/ethernet/amd/atarilance.c 	offset = offsetof( struct lance_memory, packet_area );
offsetof          233 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_init_block, rt), type)
offsetof          239 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_rx_desc, rt), type)
offsetof          245 drivers/net/ethernet/amd/declance.c 	shift_off(offsetof(struct lance_tx_desc, rt), type)
offsetof          474 drivers/net/ethernet/amd/declance.c 	leptr = offsetof(struct lance_init_block, brx_ring);
offsetof          483 drivers/net/ethernet/amd/declance.c 	leptr = offsetof(struct lance_init_block, btx_ring);
offsetof          133 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	  offsetof(struct xgbe_prv_data, mmc_stats._var),	\
offsetof          139 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	  offsetof(struct xgbe_prv_data, ext_stats._var),	\
offsetof           12 drivers/net/ethernet/apm/xgene-v2/ethtool.c #define XGE_STAT(m)		{ #m, offsetof(struct xge_pdata, stats.m) }
offsetof           18 drivers/net/ethernet/apm/xgene/xgene_enet_ethtool.c #define XGENE_STAT(m) { #m, offsetof(struct rtnl_link_stats64, m) }
offsetof          321 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 			  offsetof(struct hw_atl_utils_mbox, info) +
offsetof          322 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 			  offsetof(struct hw_aq_info, phy_temperature);
offsetof          464 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 	u32 addr = self->mbox_addr + offsetof(struct hw_atl_utils_mbox, info) +
offsetof          465 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c 		   offsetof(struct hw_aq_info, caps_hi);
offsetof          284 drivers/net/ethernet/atheros/alx/ethtool.c 	BUILD_BUG_ON(sizeof(hw->stats) - offsetof(struct alx_hw_stats, rx_ok) <
offsetof         3134 drivers/net/ethernet/atheros/atlx/atl1.c 	sizeof(((struct atl1_adapter *)0)->m), offsetof(struct atl1_adapter, m)
offsetof          434 drivers/net/ethernet/aurora/nb8800.c 			txb->dma_desc + offsetof(struct nb8800_tx_desc, buf);
offsetof          794 drivers/net/ethernet/aurora/nb8800.c 			rx_dma + offsetof(struct nb8800_rx_desc, report);
offsetof          807 drivers/net/ethernet/aurora/nb8800.c 			offsetof(struct nb8800_tx_desc, report);
offsetof          902 drivers/net/ethernet/aurora/nb8800.c 		txb->dma_desc + offsetof(struct nb8800_tx_desc, buf);
offsetof         1232 drivers/net/ethernet/broadcom/bcm63xx_enet.c 		     offsetof(struct bcm_enet_priv, m)
offsetof         1234 drivers/net/ethernet/broadcom/bcm63xx_enet.c 		     offsetof(struct net_device_stats, m)
offsetof          622 drivers/net/ethernet/broadcom/bcmsysport.h 	.stat_offset = offsetof(struct net_device_stats, m), \
offsetof          629 drivers/net/ethernet/broadcom/bcmsysport.h 	.stat_offset = offsetof(struct bcm_sysport_stats64, m), \
offsetof          636 drivers/net/ethernet/broadcom/bcmsysport.h 	.stat_offset = offsetof(struct bcm_sysport_priv, m), \
offsetof          648 drivers/net/ethernet/broadcom/bcmsysport.h 	.stat_offset = offsetof(struct bcm_sysport_priv, m), \
offsetof          656 drivers/net/ethernet/broadcom/bcmsysport.h 	.stat_offset = offsetof(struct bcm_sysport_priv, m), \
offsetof         7501 drivers/net/ethernet/broadcom/bnx2.c #define STATS_OFFSET32(offset_name) (offsetof(struct statistics_block, offset_name) / 4)
offsetof          205 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 					 offsetof(struct shmem_region, field))
offsetof          210 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 					 offsetof(struct shmem2_region, field))
offsetof          214 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 					 offsetof(struct mf_cfg, field))
offsetof          216 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 					 offsetof(struct mf2_cfg, field))
offsetof          225 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 					 offsetof(struct shmem2_region, field)))
offsetof          506 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			(offsetof(struct bnx2x_eth_q_stats, stat_name) / 4)
offsetof          771 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define SKB_CS_OFF(skb)		(offsetof(struct tcphdr, check) - \
offsetof          813 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_status_block_u, func)
offsetof          815 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_status_block_c, func)
offsetof         1022 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			(offsetof(struct bnx2x_eth_stats, stat_name) / 4)
offsetof         1176 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 		(bp->slowpath_mapping + offsetof(struct bnx2x_slowpath, var))
offsetof         2362 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define DEF_USB_FUNC_OFF	offsetof(struct cstorm_def_status_block_u, func)
offsetof         2363 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define DEF_CSB_FUNC_OFF	offsetof(struct cstorm_def_status_block_c, func)
offsetof         2364 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define DEF_XSB_FUNC_OFF	offsetof(struct xstorm_def_status_block, func)
offsetof         2365 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h #define DEF_TSB_FUNC_OFF	offsetof(struct tstorm_def_status_block, func)
offsetof         2368 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_def_status_block_u, igu_index)
offsetof         2370 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_def_status_block_c, igu_index)
offsetof         2372 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct xstorm_def_status_block, igu_index)
offsetof         2374 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct tstorm_def_status_block, igu_index)
offsetof         2377 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_def_status_block_u, segment)
offsetof         2379 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct cstorm_def_status_block_c, segment)
offsetof         2381 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct xstorm_def_status_block, segment)
offsetof         2383 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h 			offsetof(struct tstorm_def_status_block, segment)
offsetof         1127 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 			     offsetof(struct extended_dev_info_shared_cfg,
offsetof          255 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_lfa, additional_config));
offsetof          263 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_lfa, additional_config),
offsetof          270 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			     offsetof(struct shmem_region,
offsetof          299 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_lfa, req_duplex));
offsetof          308 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_lfa, req_flow_ctrl));
offsetof          317 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_lfa, req_line_speed));
offsetof          327 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					    offsetof(struct shmem_lfa,
offsetof          340 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		       offsetof(struct shmem_lfa, additional_config)) &
offsetof          350 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem2_region,
offsetof         2104 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_region,
offsetof         2114 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		       offsetof(struct shmem2_region,
offsetof         2821 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		   offsetof(struct shmem2_region, eee_status[params->port]))
offsetof         2886 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				    offsetof(struct shmem_region, dev_info.
offsetof         3000 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		       offsetof(struct shmem2_region,
offsetof         3063 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_region,
offsetof         3071 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			  offsetof(struct shmem_region,
offsetof         3809 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		   offsetof(struct shmem_region, dev_info.
offsetof         3849 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					offsetof(struct shmem_region, dev_info.
offsetof         4001 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     offsetof(struct shmem_region, dev_info.
offsetof         4334 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				offsetof(struct shmem_region,
offsetof         4411 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				offsetof(struct shmem_region, dev_info.
offsetof         4474 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region,
offsetof         4495 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region, dev_info.
offsetof         4810 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				   offsetof(struct shmem_region,
offsetof         4820 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					  offsetof(struct shmem2_region,
offsetof         4827 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         4844 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         6775 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		offsetof(struct shmem2_region, link_change_count[params->port]);
offsetof         7415 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region, dev_info.
offsetof         7790 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem_region,
offsetof         7922 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			  offsetof(struct shmem_region,
offsetof         8218 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		offsetof(struct shmem_region,
offsetof         8266 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region, dev_info.
offsetof         8531 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem_region,
offsetof         8564 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region,
offsetof         8686 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			     offsetof(struct shmem_region, dev_info.
offsetof         8980 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem_region,
offsetof         9353 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem_region,
offsetof         9383 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			     offsetof(struct shmem_region, dev_info.
offsetof         10134 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		    offsetof(struct shmem2_region,
offsetof         10156 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			   offsetof(struct shmem_region,
offsetof         10187 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				offsetof(struct shmem_region,
offsetof         10200 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				offsetof(struct shmem_region,
offsetof         10219 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				offsetof(struct shmem2_region,
offsetof         10408 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         11059 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         11300 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         12167 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				    offsetof(struct shmem_region,
offsetof         12171 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				    offsetof(struct shmem_region,
offsetof         12175 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				    offsetof(struct shmem_region,
offsetof         12179 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				    offsetof(struct shmem_region,
offsetof         12198 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					      offsetof(struct shmem_region,
offsetof         12203 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					      offsetof(struct shmem_region,
offsetof         12219 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				       offsetof(struct shmem_region,
offsetof         12237 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					offsetof(struct shmem_region, dev_info.
offsetof         12432 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	config2 = REG_RD(bp, shmem_base + offsetof(struct shmem_region,
offsetof         12435 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		phy->ver_addr = shmem_base + offsetof(struct shmem_region,
offsetof         12446 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		    offsetof(struct shmem2_region, ext_phy_fw_version2)) {
offsetof         12448 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem2_region,
offsetof         12498 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     offsetof(struct shmem_region, dev_info.
offsetof         12501 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					     offsetof(struct shmem_region,
offsetof         12506 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 				     offsetof(struct shmem_region, dev_info.
offsetof         12509 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					     offsetof(struct shmem_region,
offsetof         12644 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			offsetof(struct shmem_region,
offsetof         12848 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_lfa,
offsetof         12885 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, lfa_sts), lfa_sts);
offsetof         12908 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, req_duplex),
offsetof         12912 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, req_flow_ctrl),
offsetof         12916 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, req_line_speed),
offsetof         12921 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		       offsetof(struct shmem_lfa,
offsetof         12927 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_lfa, additional_config));
offsetof         12932 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, additional_config), tmp_val);
offsetof         12935 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_lfa, lfa_sts));
offsetof         12951 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	       offsetof(struct shmem_lfa, lfa_sts), lfa_sts);
offsetof         13370 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 					  offsetof(struct shmem_region,
offsetof         13599 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			 offsetof(struct shmem_region,
offsetof         13631 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			  offsetof(struct shmem_region,
offsetof         13801 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	cfg_pin = (REG_RD(bp, params->shmem_base + offsetof(struct shmem_region,
offsetof         13945 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 			    offsetof(struct shmem_region, dev_info.
offsetof         14052 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 		offsetof(struct shmem_region,
offsetof         6038 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	section = ((u64)mapping) + offsetof(struct host_sp_status_block,
offsetof         6078 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	section = ((u64)mapping) + offsetof(struct host_sp_status_block,
offsetof         6980 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	    (u32)offsetof(struct shmem2_region, lfa_host_addr[BP_PORT(bp)]))
offsetof         9589 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		offsetof(struct shmem_region, validity_map[BP_PORT(bp)]);
offsetof         11084 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	    (u32)offsetof(struct shmem2_region, lfa_host_addr[BP_PORT(bp)]))
offsetof         11087 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		       (u32)offsetof(struct shmem2_region,
offsetof         12082 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			      (u32)offsetof(struct shmem2_region, mf_cfg_addr));
offsetof         12088 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				offsetof(struct shmem_region, func_mb) +
offsetof         14896 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 			scratch_offset += offsetof(struct glob_ncsi_oem_data,
offsetof         1903 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c 		offsetof(struct bnx2x_fw_stats_data, queue_stats) +
offsetof          348 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 		offsetof(struct bnx2x_vf_sp, field))
offsetof          351 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 		offsetof(struct bnx2x_vf_sp, field))
offsetof           63 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		res = offsetof(struct host_port_stats, not_used) + 4;
offsetof           67 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 			res += offsetof(struct host_port_stats,
offsetof           69 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 			       offsetof(struct host_port_stats,
offsetof          342 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		     offsetof(struct emac_stats, rx_stat_falsecarriererrors));
offsetof          344 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		     offsetof(struct emac_stats, rx_stat_falsecarriererrors));
offsetof          357 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 			offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
offsetof          359 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 			offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
offsetof          447 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 				offsetof(struct nig_stats, egress_mac_pkt0_lo));
offsetof          449 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 				offsetof(struct nig_stats, egress_mac_pkt0_lo));
offsetof          461 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 				offsetof(struct nig_stats, egress_mac_pkt1_lo));
offsetof          463 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 				offsetof(struct nig_stats, egress_mac_pkt1_lo));
offsetof         1453 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		offsetof(struct bnx2x_fw_stats_data, storm_counters);
offsetof         1468 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		offsetof(struct bnx2x_fw_stats_data, port);
offsetof         1482 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		offsetof(struct bnx2x_fw_stats_data, pf);
offsetof         1496 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 			offsetof(struct bnx2x_fw_stats_data, fcoe);
offsetof         1513 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c 		offsetof(struct bnx2x_fw_stats_data, queue_stats);
offsetof          459 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 			  offsetof(struct bnx2x_fw_stats_data, queue_stats);
offsetof         1159 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 		  offsetof(struct bnx2x_vf_mbx_msg, resp);
offsetof         7371 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	    offsetof(struct tx_port_stats_ext, pfc_pri0_tx_duration_us) / 8) {
offsetof         1825 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	(offsetof(struct rx_port_stats, counter) / 8)
offsetof         1828 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	((offsetof(struct tx_port_stats, counter) +	\
offsetof         1832 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	(offsetof(struct rx_port_stats_ext, counter) / 8)
offsetof         1835 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	(offsetof(struct tx_port_stats_ext, counter) / 8)
offsetof         1838 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	(offsetof(struct pcie_ctx_hw_stats, counter) / 8)
offsetof          152 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c 	data = &resp->queue_id0 + offsetof(struct bnxt_cos2bw_cfg, queue_id);
offsetof         3034 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	segs_off = offsetof(struct hwrm_dbg_coredump_list_output,
offsetof         3100 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	info.seq_off = offsetof(struct hwrm_dbg_coredump_list_input, seq_no);
offsetof         3101 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	info.data_len_off = offsetof(struct hwrm_dbg_coredump_list_output,
offsetof         3138 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	info.seq_off = offsetof(struct hwrm_dbg_coredump_retrieve_input,
offsetof         3140 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	info.data_len_off = offsetof(struct hwrm_dbg_coredump_retrieve_output,
offsetof           15 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h 	((offsetof(struct hwrm_fwd_resp_input, encap_resp) + n) >	\
offsetof           19 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h 	((offsetof(struct hwrm_exec_fwd_resp_input, encap_request) + n) >\
offsetof           20 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h 	 offsetof(struct hwrm_exec_fwd_resp_input, encap_resp_target_id))
offsetof           23 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h 	((offsetof(struct hwrm_reject_fwd_resp_input, encap_request) + n) >\
offsetof           24 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h 	 offsetof(struct hwrm_reject_fwd_resp_input, encap_resp_target_id))
offsetof         1584 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.head_offset = offsetof(struct bnxt_tc_flow_node, node),
offsetof         1585 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.key_offset = offsetof(struct bnxt_tc_flow_node, cookie),
offsetof         1591 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.head_offset = offsetof(struct bnxt_tc_l2_node, node),
offsetof         1592 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.key_offset = offsetof(struct bnxt_tc_l2_node, key),
offsetof         1598 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.head_offset = offsetof(struct bnxt_tc_l2_node, node),
offsetof         1599 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.key_offset = offsetof(struct bnxt_tc_l2_node, key),
offsetof         1605 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.head_offset = offsetof(struct bnxt_tc_tunnel_node, node),
offsetof         1606 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c 	.key_offset = offsetof(struct bnxt_tc_tunnel_node, key),
offsetof         4888 drivers/net/ethernet/broadcom/cnic.c 			offsetof(struct hc_status_block_data_e1x, index_data) +
offsetof         4890 drivers/net/ethernet/broadcom/cnic.c 			offsetof(struct hc_index_data, flags);
offsetof         4907 drivers/net/ethernet/broadcom/cnic.c 			offsetof(struct hc_status_block_data_e1x, index_data) +
offsetof         4909 drivers/net/ethernet/broadcom/cnic.c 			offsetof(struct hc_index_data, timeout), 64 / 4);
offsetof         5389 drivers/net/ethernet/broadcom/cnic.c 		idx_off = offsetof(struct hc_status_block_e2, index_values) +
offsetof         5394 drivers/net/ethernet/broadcom/cnic.c 		idx_off = offsetof(struct hc_status_block_e1x, index_values) +
offsetof          386 drivers/net/ethernet/broadcom/cnic.h 					 offsetof(struct shmem_region, field))
offsetof          389 drivers/net/ethernet/broadcom/cnic.h 					 offsetof(struct shmem2_region, field))
offsetof          394 drivers/net/ethernet/broadcom/cnic.h 		  offsetof(struct shmem2_region, field)))
offsetof          397 drivers/net/ethernet/broadcom/cnic.h 			((base) + offsetof(struct mf_cfg, field))
offsetof          729 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.stat_offset = offsetof(struct net_device_stats, m), \
offsetof          736 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.stat_offset = offsetof(struct bcmgenet_priv, m), \
offsetof          748 drivers/net/ethernet/broadcom/genet/bcmgenet.c 	.stat_offset = offsetof(struct bcmgenet_priv, m), \
offsetof          893 drivers/net/ethernet/brocade/bna/bnad_ethtool.c 	     i < offsetof(struct bfi_enet_stats, rxf_stats[0]) /
offsetof         1560 drivers/net/ethernet/calxeda/xgmac.c 	{ #m, offsetof(struct xgmac_priv, xstats.m), false }
offsetof          178 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	addr += offsetof(struct cvmx_bootmem_named_block_desc, name);
offsetof          207 drivers/net/ethernet/cavium/liquidio/octeon_console.c 			offsetof(struct cvmx_bootmem_desc, major_version),
offsetof          211 drivers/net/ethernet/cavium/liquidio/octeon_console.c 			offsetof(struct cvmx_bootmem_desc, minor_version),
offsetof          238 drivers/net/ethernet/cavium/liquidio/octeon_console.c 				offsetof(struct cvmx_bootmem_named_block_desc,
offsetof          244 drivers/net/ethernet/cavium/liquidio/octeon_console.c 				offsetof(struct cvmx_bootmem_named_block_desc,
offsetof          269 drivers/net/ethernet/cavium/liquidio/octeon_console.c 					offsetof(struct cvmx_bootmem_desc,
offsetof          275 drivers/net/ethernet/cavium/liquidio/octeon_console.c 					offsetof(struct cvmx_bootmem_desc,
offsetof          282 drivers/net/ethernet/cavium/liquidio/octeon_console.c 					offsetof(struct cvmx_bootmem_desc,
offsetof          292 drivers/net/ethernet/cavium/liquidio/octeon_console.c 					 offsetof(
offsetof          567 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		addr + offsetof(struct octeon_pci_console_desc,
offsetof          672 drivers/net/ethernet/cavium/liquidio/octeon_console.c 			offsetof(struct octeon_pci_console_desc,
offsetof          675 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		coreaddr = console->addr + offsetof(struct octeon_pci_console,
offsetof          678 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		coreaddr = console->addr + offsetof(struct octeon_pci_console,
offsetof          682 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		coreaddr = console->addr + offsetof(struct octeon_pci_console,
offsetof          777 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		offsetof(struct octeon_pci_console, output_read_index));
offsetof          779 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		offsetof(struct octeon_pci_console, output_write_index));
offsetof          797 drivers/net/ethernet/cavium/liquidio/octeon_console.c 				  offsetof(struct octeon_pci_console,
offsetof           28 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	.index = offsetof(struct nicvf_hw_stats, stat) / sizeof(u64), \
offsetof           33 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	.index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \
offsetof         2078 drivers/net/ethernet/cavium/thunder/nicvf_main.c 				mc_list = kmalloc(offsetof(typeof(*mc_list),
offsetof         2257 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		pfconf = seq->private + offsetof(struct seq_tab, data);
offsetof          830 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	.head_offset = offsetof(struct ch_tc_flower_entry, node),
offsetof          831 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	.key_offset = offsetof(struct ch_tc_flower_entry, tc_flower_cookie),
offsetof           91 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.h 		offsetof(struct ch_filter_specification, fs_field) + (offset) }
offsetof         3138 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			     offsetof(struct fw_hdr, fw_ver), 1,
offsetof         3152 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			     offsetof(struct fw_hdr, fw_ver), 1,
offsetof         3166 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			     offsetof(struct fw_hdr, tp_microcode_ver),
offsetof         3721 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			     fw_start + offsetof(struct fw_hdr, fw_ver),
offsetof         7980 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof         8068 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof          638 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd,
offsetof          676 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd,
offsetof         1544 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof         1628 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof         1696 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof         1741 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd,
offsetof         1781 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		size_t len = (offsetof(struct fw_vi_stats_cmd, u) +
offsetof          557 drivers/net/ethernet/cirrus/ep93xx_eth.c 	addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, rdesc);
offsetof          563 drivers/net/ethernet/cirrus/ep93xx_eth.c 	addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, rstat);
offsetof          569 drivers/net/ethernet/cirrus/ep93xx_eth.c 	addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, tdesc);
offsetof          575 drivers/net/ethernet/cirrus/ep93xx_eth.c 	addr = ep->descs_dma_addr + offsetof(struct ep93xx_descs, tstat);
offsetof           37 drivers/net/ethernet/cisco/enic/enic_ethtool.c 	.index = offsetof(struct vnic_tx_stats, stat) / sizeof(u64) \
offsetof           42 drivers/net/ethernet/cisco/enic/enic_ethtool.c 	.index = offsetof(struct vnic_rx_stats, stat) / sizeof(u64) \
offsetof           47 drivers/net/ethernet/cisco/enic/enic_ethtool.c 	.index = offsetof(struct vnic_gen_stats, stat) / sizeof(u64)\
offsetof           57 drivers/net/ethernet/cisco/enic/enic_res.c 			offsetof(struct vnic_enet_config, m), \
offsetof           58 drivers/net/ethernet/cisco/enic/vnic_vic.c 	if (ntohl(vp->length) + offsetof(struct vic_provinfo_tlv, value) +
offsetof           71 drivers/net/ethernet/cisco/enic/vnic_vic.c 		offsetof(struct vic_provinfo_tlv, value) + length);
offsetof          851 drivers/net/ethernet/emulex/benet/be.h 			offsetof(_struct, field)/32,			\
offsetof          864 drivers/net/ethernet/emulex/benet/be.h 			offsetof(_struct, field)/32,			\
offsetof           27 drivers/net/ethernet/emulex/benet/be_ethtool.c 					offsetof(_struct, field)
offsetof         2539 drivers/net/ethernet/emulex/benet/be_main.c 	if (compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] == 0)
offsetof         2570 drivers/net/ethernet/emulex/benet/be_main.c 	compl->dw[offsetof(struct amap_eth_rx_compl_v1, valid) / 32] = 0;
offsetof         2715 drivers/net/ethernet/emulex/benet/be_main.c 	if (compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] == 0)
offsetof         2743 drivers/net/ethernet/emulex/benet/be_main.c 	compl->dw[offsetof(struct amap_eth_tx_compl, valid) / 32] = 0;
offsetof          170 drivers/net/ethernet/faraday/ftmac100.c 				  offsetof(struct ftmac100_descs, rxdes));
offsetof          173 drivers/net/ethernet/faraday/ftmac100.c 				  offsetof(struct ftmac100_descs, txdes));
offsetof           60 drivers/net/ethernet/freescale/enetc/enetc.c 	case offsetof(struct tcphdr, check):
offsetof           63 drivers/net/ethernet/freescale/enetc/enetc.c 	case offsetof(struct udphdr, check):
offsetof          538 drivers/net/ethernet/freescale/fec_mpc52xx.c 		   offsetof(struct mpc52xx_fec, reserved10) -
offsetof          539 drivers/net/ethernet/freescale/fec_mpc52xx.c 		   offsetof(struct mpc52xx_fec, rmon_t_drop));
offsetof          877 drivers/net/ethernet/freescale/fec_mpc52xx.c 	rx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, rfifo_data);
offsetof          878 drivers/net/ethernet/freescale/fec_mpc52xx.c 	tx_fifo = ndev->base_addr + offsetof(struct mpc52xx_fec, tfifo_data);
offsetof          323 drivers/net/ethernet/freescale/fsl_pq_mdio.c 			.mii_offset = offsetof(struct fsl_pq_mdio, mii),
offsetof          330 drivers/net/ethernet/freescale/fsl_pq_mdio.c 			.mii_offset = offsetof(struct fsl_pq_mdio, mii),
offsetof          337 drivers/net/ethernet/freescale/fsl_pq_mdio.c 			.mii_offset = offsetof(struct fsl_pq_mdio, mii),
offsetof          542 drivers/net/ethernet/hisilicon/hip04_eth.c 		offsetof(struct tx_desc, send_addr));
offsetof          415 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h #define MAC_STATS_FIELD_OFF(field) (offsetof(struct mac_hw_stats, field))
offsetof         2514 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof           18 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 	.stats_offset = offsetof(struct hns3_enet_ring, stats) +\
offsetof           19 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 			offsetof(struct ring_stats, _member),   \
offsetof           28 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c #define HCLGE_MAC_STATS_FIELD_OFF(f) (offsetof(struct hclge_mac_stats, f))
offsetof          454 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	.offset = offsetof(struct hinic_vport_stats, _stat_item) \
offsetof          481 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	.offset = offsetof(struct hinic_phy_port_stats, _stat_item) \
offsetof          575 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	.offset = offsetof(struct hinic_txq_stats, _stat_item) \
offsetof          590 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	.offset = offsetof(struct hinic_rxq_stats, _stat_item) \
offsetof           23 drivers/net/ethernet/ibm/ehea/ehea_hw.h #define QPTEMM_OFFSET(x) offsetof(struct ehea_qptemm, x)
offsetof           85 drivers/net/ethernet/ibm/ehea/ehea_hw.h #define MRMWMM_OFFSET(x) offsetof(struct ehea_mrmwmm, x)
offsetof          100 drivers/net/ethernet/ibm/ehea/ehea_hw.h #define QPEDMM_OFFSET(x) offsetof(struct ehea_qpedmm, x)
offsetof          141 drivers/net/ethernet/ibm/ehea/ehea_hw.h #define CQTEMM_OFFSET(x) offsetof(struct ehea_cqtemm, x)
offsetof          160 drivers/net/ethernet/ibm/ehea/ehea_hw.h #define EQTEMM_OFFSET(x) offsetof(struct ehea_eqtemm, x)
offsetof         1972 drivers/net/ethernet/ibm/ehea/ehea_main.c 				   offsetof(struct udphdr, check);
offsetof         1980 drivers/net/ethernet/ibm/ehea/ehea_main.c 				   offsetof(struct tcphdr, check);
offsetof          413 drivers/net/ethernet/ibm/emac/core.h 		offset = offsetof(struct emac_regs, u1.emac4sync.iaht1);
offsetof          415 drivers/net/ethernet/ibm/emac/core.h 		offset = offsetof(struct emac_regs, u0.emac4.iaht1);
offsetof           81 drivers/net/ethernet/ibm/ibmveth.c #define IBMVETH_STAT_OFF(stat) offsetof(struct ibmveth_adapter, stat)
offsetof         1290 drivers/net/ethernet/ibm/ibmveth.c 				     offsetof(struct tcphdr, check));
offsetof          119 drivers/net/ethernet/ibm/ibmvnic.c #define IBMVNIC_STAT_OFF(stat) (offsetof(struct ibmvnic_adapter, stats) + \
offsetof          120 drivers/net/ethernet/ibm/ibmvnic.c 			     offsetof(struct ibmvnic_statistics, stat))
offsetof          653 drivers/net/ethernet/intel/e100.c 	u32 dma_addr = nic->dma_addr + offsetof(struct mem, selftest);
offsetof         1392 drivers/net/ethernet/intel/e100.c 		offsetof(struct mem, dump_buf));
offsetof         1553 drivers/net/ethernet/intel/e100.c 		nic->dma_addr + offsetof(struct mem, stats))))
offsetof         1766 drivers/net/ethernet/intel/e100.c 	cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
offsetof           21 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 				offsetof(struct e1000_adapter, m)
offsetof           24 drivers/net/ethernet/intel/e1000/e1000_ethtool.c 				offsetof(struct net_device, m)
offsetof           30 drivers/net/ethernet/intel/e1000e/ethtool.c 		.stat_offset = offsetof(struct e1000_adapter, m) }
offsetof           35 drivers/net/ethernet/intel/e1000e/ethtool.c 		.stat_offset = offsetof(struct rtnl_link_stats64, m) }
offsetof           22 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	.stat_offset = offsetof(_type, _stat) \
offsetof          444 drivers/net/ethernet/intel/fm10k/fm10k_iov.c 	size = offsetof(struct fm10k_iov_data, vf_info[num_vfs]);
offsetof         1481 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		size = offsetof(struct fm10k_l2_accel, macvlan[7]);
offsetof         1498 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		size = offsetof(struct fm10k_l2_accel,
offsetof         1505 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c 		       offsetof(struct fm10k_l2_accel,
offsetof           47 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	.stat_offset = offsetof(_type, _stat) \
offsetof          661 drivers/net/ethernet/intel/i40e/i40e_lan_hmc.c 	offsetof(struct _struct, _ele),		\
offsetof           46 drivers/net/ethernet/intel/iavf/iavf_ethtool.c 	.stat_offset = offsetof(_type, _stat) \
offsetof           19 drivers/net/ethernet/intel/ice/ice_ethtool.c 	.stat_offset = offsetof(_type, _stat) \
offsetof          304 drivers/net/ethernet/intel/ice/ice_lan_tx_rx.h 	.offset = offsetof(struct _struct, _ele),	\
offsetof           30 drivers/net/ethernet/intel/igb/igb_ethtool.c 	.stat_offset = offsetof(struct igb_adapter, _stat) \
offsetof           80 drivers/net/ethernet/intel/igb/igb_ethtool.c 	.stat_offset = offsetof(struct rtnl_link_stats64, _net_stat) \
offsetof         5796 drivers/net/ethernet/intel/igb/igb_main.c 	case offsetof(struct tcphdr, check):
offsetof         5799 drivers/net/ethernet/intel/igb/igb_main.c 	case offsetof(struct udphdr, check):
offsetof         5801 drivers/net/ethernet/intel/igb/igb_main.c 	case offsetof(struct sctphdr, checksum):
offsetof           24 drivers/net/ethernet/intel/igbvf/ethtool.c 		offsetof(struct igbvf_adapter, current), \
offsetof           25 drivers/net/ethernet/intel/igbvf/ethtool.c 		offsetof(struct igbvf_adapter, base)
offsetof         2094 drivers/net/ethernet/intel/igbvf/netdev.c 	case offsetof(struct tcphdr, check):
offsetof         2097 drivers/net/ethernet/intel/igbvf/netdev.c 	case offsetof(struct udphdr, check):
offsetof         2099 drivers/net/ethernet/intel/igbvf/netdev.c 	case offsetof(struct sctphdr, checksum):
offsetof           20 drivers/net/ethernet/intel/igc/igc_ethtool.c 	.stat_offset = offsetof(struct igc_adapter, _stat) \
offsetof           71 drivers/net/ethernet/intel/igc/igc_ethtool.c 	.stat_offset = offsetof(struct rtnl_link_stats64, _net_stat) \
offsetof          859 drivers/net/ethernet/intel/igc/igc_main.c 	case offsetof(struct tcphdr, check):
offsetof          862 drivers/net/ethernet/intel/igc/igc_main.c 	case offsetof(struct udphdr, check):
offsetof          864 drivers/net/ethernet/intel/igc/igc_main.c 	case offsetof(struct sctphdr, checksum):
offsetof           23 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 				offsetof(struct ixgb_adapter, m)
offsetof           26 drivers/net/ethernet/intel/ixgb/ixgb_ethtool.c 				offsetof(struct net_device, m)
offsetof           34 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 				offsetof(struct ixgbe_adapter, m)
offsetof           37 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 				offsetof(struct rtnl_link_stats64, m)
offsetof         8074 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	case offsetof(struct tcphdr, check):
offsetof         8077 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	case offsetof(struct udphdr, check):
offsetof         8079 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	case offsetof(struct sctphdr, checksum):
offsetof           35 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	.stat_offset = offsetof(struct ixgbevf_adapter, _stat) \
offsetof           42 drivers/net/ethernet/intel/ixgbevf/ethtool.c 	.stat_offset = offsetof(struct net_device_stats, _net_stat) \
offsetof         3858 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	case offsetof(struct tcphdr, check):
offsetof         3861 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	case offsetof(struct udphdr, check):
offsetof         3863 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	case offsetof(struct sctphdr, checksum):
offsetof         1436 drivers/net/ethernet/marvell/mv643xx_eth.c 	  offsetof(struct net_device, stats.m), -1 }
offsetof         1440 drivers/net/ethernet/marvell/mv643xx_eth.c 	  -1, offsetof(struct mv643xx_eth_private, mib_counters.m) }
offsetof           30 drivers/net/ethernet/mediatek/mtk_eth_soc.c 			      offsetof(struct mtk_hw_stats, x) / sizeof(u64) }
offsetof         1202 drivers/net/ethernet/mellanox/mlx4/en_rx.c 	ptr = ((void *) &context) + offsetof(struct mlx4_qp_context, pri_path)
offsetof          926 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		data_offset = offsetof(struct mlx4_en_tx_desc, data);
offsetof          931 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		data_offset = offsetof(struct mlx4_en_tx_desc, lso) + lso_align;
offsetof         1109 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		tx_info->data_offset = offsetof(struct mlx4_en_tx_desc, data);
offsetof          129 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h #define MLX4_FIND_NETDEV_STAT(n) (offsetof(struct net_device_stats, n) / \
offsetof          163 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	size_t rsvd0_off = offsetof(struct mlx5_cmd_prot_block, rsvd0);
offsetof          178 drivers/net/ethernet/mellanox/mlx5/core/cmd.c 	size_t rsvd0_off = offsetof(struct mlx5_cmd_prot_block, rsvd0);
offsetof           14 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.h 	(offsetof(struct mlx5e_umr_wqe, tls_static_params_ctx) + \
offsetof           20 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ktls.h 	(offsetof(struct mlx5e_tx_wqe, tls_progress_params_ctx) + \
offsetof          979 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	.head_offset = offsetof(struct mlx5e_neigh_hash_entry, rhash_node),
offsetof          980 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c 	.key_offset = offsetof(struct mlx5e_neigh_hash_entry, m_neigh),
offsetof          511 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c 	memcpy(umr_wqe, &rq->mpwqe.umr_wqe, offsetof(struct mlx5e_umr_wqe, inline_mtts));
offsetof           44 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld)
offsetof           45 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld)
offsetof           46 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_TX_STAT(type, fld) "tx%d_"#fld, offsetof(type, fld)
offsetof           47 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XDPSQ_STAT(type, fld) "tx%d_xdp_"#fld, offsetof(type, fld)
offsetof           48 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_RQ_XDPSQ_STAT(type, fld) "rx%d_xdp_tx_"#fld, offsetof(type, fld)
offsetof           49 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XSKRQ_STAT(type, fld) "rx%d_xsk_"#fld, offsetof(type, fld)
offsetof           50 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_XSKSQ_STAT(type, fld) "tx%d_xsk_"#fld, offsetof(type, fld)
offsetof           51 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld)
offsetof         2216 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	[FLOW_ACT_MANGLE_HDR_TYPE_ETH] = offsetof(struct pedit_headers, eth),
offsetof         2217 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	[FLOW_ACT_MANGLE_HDR_TYPE_IP4] = offsetof(struct pedit_headers, ip4),
offsetof         2218 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	[FLOW_ACT_MANGLE_HDR_TYPE_IP6] = offsetof(struct pedit_headers, ip6),
offsetof         2219 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	[FLOW_ACT_MANGLE_HDR_TYPE_TCP] = offsetof(struct pedit_headers, tcp),
offsetof         2220 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	[FLOW_ACT_MANGLE_HDR_TYPE_UDP] = offsetof(struct pedit_headers, udp),
offsetof         2254 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		 offsetof(struct pedit_headers, field) + (off), \
offsetof         2641 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		if (offset != offsetof(struct iphdr, ttl) ||
offsetof         2650 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		if (offset != offsetof(struct ipv6hdr, payload_len) ||
offsetof         2755 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		.mangle.offset = offsetof(struct vlan_ethhdr, h_vlan_TCI),
offsetof         3484 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	.head_offset = offsetof(struct mlx5e_tc_flow, node),
offsetof         3485 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	.key_offset = offsetof(struct mlx5e_tc_flow, cookie),
offsetof           92 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	.key_offset = offsetof(struct mlx5_fpga_ipsec_sa_ctx, hw_sa) +
offsetof           94 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c 	.head_offset = offsetof(struct mlx5_fpga_ipsec_sa_ctx, hash),
offsetof          213 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.key_offset = offsetof(struct fs_fte, val),
offsetof          214 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.head_offset = offsetof(struct fs_fte, hash),
offsetof          221 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.key_offset = offsetof(struct mlx5_flow_group, mask),
offsetof          222 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 	.head_offset = offsetof(struct mlx5_flow_group, hash),
offsetof          887 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		s_idx = offsetof(struct mlx5dr_match_param, outer);
offsetof          897 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		s_idx = offsetof(struct mlx5dr_match_param, misc);
offsetof          907 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		s_idx = offsetof(struct mlx5dr_match_param, inner);
offsetof          917 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		s_idx = offsetof(struct mlx5dr_match_param, misc2);
offsetof          927 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_rule.c 		s_idx = offsetof(struct mlx5dr_match_param, misc3);
offsetof          101 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	.key_offset = offsetof(struct mlxsw_afa_set, ht_key),
offsetof          102 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	.head_offset = offsetof(struct mlxsw_afa_set, ht_node),
offsetof          119 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	.key_offset = offsetof(struct mlxsw_afa_fwd_entry, ht_key),
offsetof          120 drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 	.head_offset = offsetof(struct mlxsw_afa_fwd_entry, ht_node),
offsetof           80 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	.key_offset = offsetof(struct mlxsw_sp_acl_ruleset, ht_key),
offsetof           81 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	.head_offset = offsetof(struct mlxsw_sp_acl_ruleset, ht_node),
offsetof           87 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	.key_offset = offsetof(struct mlxsw_sp_acl_rule, cookie),
offsetof           88 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 	.head_offset = offsetof(struct mlxsw_sp_acl_rule, ht_node),
offsetof           56 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c 	.key_offset = offsetof(struct mlxsw_sp_acl_atcam_lkey_id, ht_key),
offsetof           57 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c 	.head_offset = offsetof(struct mlxsw_sp_acl_atcam_lkey_id, ht_node),
offsetof           62 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c 	.key_offset = offsetof(struct mlxsw_sp_acl_atcam_entry, ht_key),
offsetof           63 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_atcam.c 	.head_offset = offsetof(struct mlxsw_sp_acl_atcam_entry, ht_node),
offsetof          259 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 	.key_offset = offsetof(struct mlxsw_sp_acl_tcam_vchunk, priority),
offsetof          260 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 	.head_offset = offsetof(struct mlxsw_sp_acl_tcam_vchunk, ht_node),
offsetof           53 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.key_offset = offsetof(struct mlxsw_sp_fid, fid_index),
offsetof           54 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.head_offset = offsetof(struct mlxsw_sp_fid, ht_node),
offsetof           59 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.key_offset = offsetof(struct mlxsw_sp_fid, vni),
offsetof           60 drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c 	.head_offset = offsetof(struct mlxsw_sp_fid, vni_ht_node),
offsetof           92 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c 	.key_offset = offsetof(struct mlxsw_sp_mr_route, key),
offsetof           93 drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c 	.head_offset = offsetof(struct mlxsw_sp_mr_route, ht_node),
offsetof           81 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	.key_offset = offsetof(struct mlxsw_sp_nve_mc_list, key),
offsetof           82 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	.head_offset = offsetof(struct mlxsw_sp_nve_mc_list, ht_node),
offsetof           57 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	.key_offset = offsetof(struct mlxsw_sp1_ptp_unmatched, key),
offsetof           58 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 	.head_offset = offsetof(struct mlxsw_sp1_ptp_unmatched, ht_node),
offsetof         1123 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c 		.offset = offsetof(struct mlxsw_sp_ptp_port_stats,	\
offsetof         1887 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.key_offset = offsetof(struct mlxsw_sp_neigh_entry, key),
offsetof         1888 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.head_offset = offsetof(struct mlxsw_sp_neigh_entry, ht_node),
offsetof         2970 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.head_offset = offsetof(struct mlxsw_sp_nexthop_group, ht_node),
offsetof         3027 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.key_offset = offsetof(struct mlxsw_sp_nexthop, key),
offsetof         3028 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.head_offset = offsetof(struct mlxsw_sp_nexthop, ht_node),
offsetof         4467 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.key_offset = offsetof(struct mlxsw_sp_fib_node, key),
offsetof         4468 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	.head_offset = offsetof(struct mlxsw_sp_fib_node, ht_node),
offsetof         1888 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 			       offsetof(struct mcp_gen_header, header_length)));
offsetof         1889 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	pattern_off = hdr_off + offsetof(struct mcp_gen_header, led_pattern);
offsetof         2283 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 		bus += offsetof(struct mcp_irq_data, send_done_count);
offsetof         3845 drivers/net/ethernet/myricom/myri10ge/myri10ge.c 	ss_offset = hdr_offset + offsetof(struct mcp_gen_header, string_specs);
offsetof          777 drivers/net/ethernet/neterion/vxge/vxge-main.c 				(ulong)offsetof(
offsetof         2813 drivers/net/ethernet/neterion/vxge/vxge-main.c 		(ulong)offsetof(struct vxge_hw_mrpcim_reg,
offsetof         2820 drivers/net/ethernet/neterion/vxge/vxge-main.c 		(ulong)offsetof(struct vxge_hw_mrpcim_reg,
offsetof         2957 drivers/net/ethernet/neterion/vxge/vxge-main.c 				(ulong)offsetof(
offsetof         2966 drivers/net/ethernet/neterion/vxge/vxge-main.c 					(ulong)offsetof(
offsetof         2976 drivers/net/ethernet/neterion/vxge/vxge-main.c 			(ulong)offsetof(struct vxge_hw_mrpcim_reg,
offsetof         2983 drivers/net/ethernet/neterion/vxge/vxge-main.c 			(ulong)offsetof(struct vxge_hw_mrpcim_reg,
offsetof         3159 drivers/net/ethernet/neterion/vxge/vxge-main.c 					offsetof(struct vxge_hw_mrpcim_reg,
offsetof         2654 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct __sk_buff, len):
offsetof         2659 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct __sk_buff, data):
offsetof         2664 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct __sk_buff, data_end):
offsetof         2685 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct xdp_md, data):
offsetof         2690 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct xdp_md, data_end):
offsetof         2972 drivers/net/ethernet/netronome/nfp/bpf/jit.c 	case offsetof(struct xdp_md, rx_queue_index):
offsetof           19 drivers/net/ethernet/netronome/nfp/bpf/main.c 	.key_offset		= offsetof(struct nfp_bpf_neutral_map, map_id),
offsetof           20 drivers/net/ethernet/netronome/nfp/bpf/main.c 	.head_offset		= offsetof(struct nfp_bpf_neutral_map, l),
offsetof          511 drivers/net/ethernet/netronome/nfp/bpf/verifier.c 			case offsetof(struct xdp_md, rx_queue_index):
offsetof          282 drivers/net/ethernet/netronome/nfp/crypto/tls.c 	BUILD_BUG_ON(offsetof(struct nfp_net_tls_offload_ctx, rx_end) >
offsetof          544 drivers/net/ethernet/netronome/nfp/flower/action.c 	case offsetof(struct iphdr, daddr):
offsetof          552 drivers/net/ethernet/netronome/nfp/flower/action.c 	case offsetof(struct iphdr, saddr):
offsetof          560 drivers/net/ethernet/netronome/nfp/flower/action.c 	case offsetof(struct iphdr, ttl):
offsetof          577 drivers/net/ethernet/netronome/nfp/flower/action.c 	case round_down(offsetof(struct iphdr, tos), 4):
offsetof          631 drivers/net/ethernet/netronome/nfp/flower/action.c 	case offsetof(struct ipv6hdr, payload_len):
offsetof          645 drivers/net/ethernet/netronome/nfp/flower/action.c 	case round_down(offsetof(struct ipv6hdr, flow_lbl), 4):
offsetof          684 drivers/net/ethernet/netronome/nfp/flower/action.c 	if (off < offsetof(struct ipv6hdr, saddr)) {
offsetof          687 drivers/net/ethernet/netronome/nfp/flower/action.c 	} else if (off < offsetof(struct ipv6hdr, daddr)) {
offsetof          688 drivers/net/ethernet/netronome/nfp/flower/action.c 		word = (off - offsetof(struct ipv6hdr, saddr)) / sizeof(exact);
offsetof          691 drivers/net/ethernet/netronome/nfp/flower/action.c 	} else if (off < offsetof(struct ipv6hdr, daddr) +
offsetof          693 drivers/net/ethernet/netronome/nfp/flower/action.c 		word = (off - offsetof(struct ipv6hdr, daddr)) / sizeof(exact);
offsetof           34 drivers/net/ethernet/netronome/nfp/flower/metadata.c 	.key_offset	= offsetof(struct nfp_fl_stats_ctx_to_flow, stats_cxt),
offsetof           35 drivers/net/ethernet/netronome/nfp/flower/metadata.c 	.head_offset	= offsetof(struct nfp_fl_stats_ctx_to_flow, ht_node),
offsetof          476 drivers/net/ethernet/netronome/nfp/flower/metadata.c 	.head_offset		= offsetof(struct nfp_fl_payload, fl_node),
offsetof         1062 drivers/net/ethernet/netronome/nfp/flower/offload.c 		int ip_flags = offsetof(struct nfp_flower_ipv4, ip_ext.flags);
offsetof         1063 drivers/net/ethernet/netronome/nfp/flower/offload.c 		int ip_proto = offsetof(struct nfp_flower_ipv4, ip_ext.proto);
offsetof          162 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c 	.key_offset	= offsetof(struct nfp_tun_offloaded_mac, addr),
offsetof          163 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c 	.head_offset	= offsetof(struct nfp_tun_offloaded_mac, ht_node),
offsetof          246 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 	return ALIGN8(offsetof(struct nfp_dump_rtsym, rtsym) + key_len + 1) +
offsetof          621 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 		ALIGN8(offsetof(struct nfp_dump_rtsym, rtsym) + key_len + 1);
offsetof          630 drivers/net/ethernet/netronome/nfp/nfp_net_debugdump.c 		header_size - offsetof(struct nfp_dump_rtsym, rtsym);
offsetof         1077 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 	BUILD_BUG_ON(offsetof(struct eeprom_buf, data) % 8);
offsetof         1086 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 		offsetof(struct eeprom_buf, data) / NSP_SFF_EEPROM_BLOCK_LEN;
offsetof           24 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_ethtool.c 	.offset = offsetof(struct pch_gbe_hw_stats, m),		\
offsetof          273 drivers/net/ethernet/pasemi/pasemi_mac.c 				       offsetof(struct pasemi_mac_csring, chan));
offsetof          371 drivers/net/ethernet/pasemi/pasemi_mac.c 				     offsetof(struct pasemi_mac_rxring, chan));
offsetof          454 drivers/net/ethernet/pasemi/pasemi_mac.c 				     offsetof(struct pasemi_mac_txring, chan));
offsetof            7 drivers/net/ethernet/pensando/ionic/ionic_stats.h #define IONIC_STAT_TO_OFFSET(type, stat_name) (offsetof(type, stat_name))
offsetof           25 drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c 			offsetof(struct netxen_adapter, m)
offsetof          773 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port,
offsetof          791 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port,
offsetof          810 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		    offsetof(struct public_port, operational_dcbx_mib);
offsetof          827 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		    offsetof(struct public_port, remote_dcbx_mib);
offsetof          843 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 		    offsetof(struct public_port, local_admin_dcbx_mib);
offsetof         1251 drivers/net/ethernet/qlogic/qed/qed_dcbx.c 	    offsetof(struct public_port, local_admin_dcbx_mib);
offsetof          450 drivers/net/ethernet/qlogic/qed/qed_debug.c 	 offsetof(struct static_init, sections[SPAD_SECTION_TRACE]))
offsetof         2059 drivers/net/ethernet/qlogic/qed/qed_debug.c 					      offsetof(struct mcp_public_data,
offsetof         2071 drivers/net/ethernet/qlogic/qed/qed_debug.c 				 offsetof(struct public_global, mfw_ver));
offsetof         4616 drivers/net/ethernet/qlogic/qed/qed_debug.c 			   offsetof(struct mcp_trace, signature));
offsetof         4625 drivers/net/ethernet/qlogic/qed/qed_debug.c 				  offsetof(struct mcp_trace, size));
offsetof         3961 drivers/net/ethernet/qlogic/qed/qed_dev.c 	       offsetof(struct nvm_cfg1, glob) +
offsetof         3962 drivers/net/ethernet/qlogic/qed/qed_dev.c 	       offsetof(struct nvm_cfg1_glob, core_cfg);
offsetof         4010 drivers/net/ethernet/qlogic/qed/qed_dev.c 			offsetof(struct nvm_cfg1, port[MFW_PORT(p_hwfn)]);
offsetof         4013 drivers/net/ethernet/qlogic/qed/qed_dev.c 			   offsetof(struct nvm_cfg1_port, speed_cap_mask));
offsetof         4022 drivers/net/ethernet/qlogic/qed/qed_dev.c 			   offsetof(struct nvm_cfg1_port, link_settings));
offsetof         4068 drivers/net/ethernet/qlogic/qed/qed_dev.c 				   offsetof(struct nvm_cfg1_port, ext_phy));
offsetof         4111 drivers/net/ethernet/qlogic/qed/qed_dev.c 		       offsetof(struct nvm_cfg1, glob) +
offsetof         4112 drivers/net/ethernet/qlogic/qed/qed_dev.c 		       offsetof(struct nvm_cfg1_glob, generic_cont0);
offsetof         4160 drivers/net/ethernet/qlogic/qed/qed_dev.c 		offsetof(struct nvm_cfg1, glob) +
offsetof         4161 drivers/net/ethernet/qlogic/qed/qed_dev.c 		offsetof(struct nvm_cfg1_glob, device_capabilities);
offsetof         4276 drivers/net/ethernet/qlogic/qed/qed_dev.c 	addr = global_addr + offsetof(struct public_global, max_ports);
offsetof         4291 drivers/net/ethernet/qlogic/qed/qed_dev.c 			    offsetof(struct public_port, eee_status));
offsetof         11781 drivers/net/ethernet/qlogic/qed/qed_hsi.h 	(_pub_base + offsetof(struct mcp_public_data, sections[_section]))
offsetof          186 drivers/net/ethernet/qlogic/qed/qed_hw.c 	       offsetof(struct pxp_ptt_entry, offset),
offsetof          326 drivers/net/ethernet/qlogic/qed/qed_hw.c 	       offsetof(struct pxp_ptt_entry, pretend),
offsetof          343 drivers/net/ethernet/qlogic/qed/qed_hw.c 	       offsetof(struct pxp_ptt_entry, pretend),
offsetof          359 drivers/net/ethernet/qlogic/qed/qed_hw.c 	       offsetof(struct pxp_ptt_entry, pretend),
offsetof          379 drivers/net/ethernet/qlogic/qed/qed_hw.c 	       offsetof(struct pxp_ptt_entry, pretend),
offsetof          671 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			offsetof(struct qed_iwarp_ep_memory, in_pdata);
offsetof          679 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			    offsetof(struct qed_iwarp_ep_memory, async_output);
offsetof          870 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			 offsetof(struct qed_iwarp_ep_memory, out_pdata);
offsetof          883 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			offsetof(struct qed_iwarp_ep_memory, in_pdata);
offsetof          890 drivers/net/ethernet/qlogic/qed/qed_iwarp.c 			    offsetof(struct qed_iwarp_ep_memory, async_output);
offsetof         1791 drivers/net/ethernet/qlogic/qed/qed_l2.c 			offsetof(struct public_port, stats),
offsetof         1867 drivers/net/ethernet/qlogic/qed/qed_l2.c 					     offsetof(struct public_port,
offsetof           65 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		     offsetof(struct public_drv_mb, _field), _val)
offsetof           69 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		     offsetof(struct public_drv_mb, _field))
offsetof          214 drivers/net/ethernet/qlogic/qed/qed_mcp.c 					    offsetof(struct public_mfw_mb,
offsetof          227 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				    offsetof(struct public_mfw_mb, sup_msgs));
offsetof          413 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				      offsetof(struct public_drv_mb,
offsetof          435 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			  offsetof(struct public_drv_mb, union_data);
offsetof         1171 drivers/net/ethernet/qlogic/qed/qed_mcp.c 					 offsetof(struct public_path,
offsetof         1214 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		       offsetof(struct public_func, drv_ack_vf_disabled) +
offsetof         1227 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				   offsetof(struct public_port,
offsetof         1235 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			  offsetof(struct public_port, transceiver_data)));
offsetof         1257 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			    offsetof(struct public_port, eee_status));
offsetof         1332 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				offsetof(struct public_port, link_status));
offsetof         1337 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				 offsetof(struct public_port, link_status)));
offsetof         1567 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			       offsetof(struct public_path, process_kill)) &
offsetof         1715 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			  offsetof(struct public_port, oem_cfg_port));
offsetof         1912 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				0) + offsetof(struct public_global, mfw_ver));
offsetof         1917 drivers/net/ethernet/qlogic/qed/qed_mcp.c 					      offsetof(struct public_global,
offsetof         1943 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		       offsetof(struct nvm_cfg1, glob) +
offsetof         1944 drivers/net/ethernet/qlogic/qed/qed_mcp.c 		       offsetof(struct nvm_cfg1_glob, mbi_version);
offsetof         1974 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			       offsetof(struct public_port,
offsetof         2000 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				  offsetof(struct public_port,
offsetof         2154 drivers/net/ethernet/qlogic/qed/qed_mcp.c 			offsetof(struct nvm_cfg1, port[MFW_PORT(p_hwfn)]);
offsetof         2157 drivers/net/ethernet/qlogic/qed/qed_mcp.c 				 offsetof(struct nvm_cfg1_port,
offsetof         1253 drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c 	addr = global_addr + offsetof(struct public_global, data_ptr);
offsetof         1256 drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c 		      offsetof(struct public_global, data_size));
offsetof          503 drivers/net/ethernet/qlogic/qed/qed_spq.c 	p_phys	= p_spq->p_phys + offsetof(struct qed_spq_entry, ramrod);
offsetof         1538 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				  offsetof(struct mstorm_vf_zone,
offsetof         1542 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				  offsetof(struct ustorm_vf_zone,
offsetof         1546 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				  offsetof(struct pstorm_vf_zone,
offsetof         2060 drivers/net/ethernet/qlogic/qed/qed_sriov.c 				offsetof(struct mstorm_vf_zone,
offsetof           45 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	 (offsetof(struct qede_rx_queue, stat_name))
offsetof           67 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	(offsetof(struct qede_tx_queue, stat_name))
offsetof           82 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	(offsetof(type, stat_name) + (base))
offsetof           95 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		   offsetof(struct qede_stats, bb), \
offsetof           99 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		   offsetof(struct qede_stats, ah), \
offsetof          290 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		temp_u16 = offsetof(struct qlcnic_hostrq_rx_ctx, msix_handler);
offsetof           24 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c #define QLC_OFF(m) offsetof(struct qlcnic_adapter, m)
offsetof          990 drivers/net/ethernet/rocker/rocker_ofdpa.c 	entry->key_len = offsetof(struct ofdpa_flow_tbl_key,
offsetof           34 drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c 	offsetof(struct sxgbe_priv_data, xstats.m)		\
offsetof         3123 drivers/net/ethernet/sfc/efx.c 		      offsetof(struct efx_filter_spec, outer_vid)) == 0;
offsetof         3128 drivers/net/ethernet/sfc/efx.c 	BUILD_BUG_ON(offsetof(struct efx_filter_spec, outer_vid) & 3);
offsetof         3131 drivers/net/ethernet/sfc/efx.c 		       offsetof(struct efx_filter_spec, outer_vid)) / 4,
offsetof           37 drivers/net/ethernet/sfc/ethtool.c 		    offsetof(struct efx_##source_name, field) :		\
offsetof           38 drivers/net/ethernet/sfc/ethtool.c 		    offsetof(struct efx_##source_name, field)),		\
offsetof           37 drivers/net/ethernet/sfc/falcon/ethtool.c 		    offsetof(struct ef4_##source_name, field) :		\
offsetof           38 drivers/net/ethernet/sfc/falcon/ethtool.c 		    offsetof(struct ef4_##source_name, field)),		\
offsetof          372 drivers/net/ethernet/sfc/ptp.c 	{ #ext_name, 0, offsetof(struct efx_ptp_data, field_name) }
offsetof          419 drivers/net/ethernet/sfc/siena_sriov.c 	copy[0].to_addr = vf->status_addr + offsetof(struct vfdi_status,
offsetof          426 drivers/net/ethernet/sfc/siena_sriov.c 	data_offset = offsetof(struct vfdi_status, version);
offsetof          460 drivers/net/ethernet/sfc/siena_sriov.c 	copy[pos].to_addr = vf->status_addr + offsetof(struct vfdi_status,
offsetof          811 drivers/net/ethernet/sfc/siena_sriov.c 		 offsetof(struct vfdi_req, u.set_status_page.peer_page_addr[0]))
offsetof          922 drivers/net/ethernet/sfc/siena_sriov.c 	copy[0].to_addr = vf->req_addr + offsetof(struct vfdi_req, rc);
offsetof          926 drivers/net/ethernet/sfc/siena_sriov.c 	copy[1].to_addr = vf->req_addr + offsetof(struct vfdi_req, op);
offsetof         1410 drivers/net/ethernet/sgi/ioc3-eth.c 			csoff += offsetof(struct udphdr, check);
offsetof         1414 drivers/net/ethernet/sgi/ioc3-eth.c 			csoff += offsetof(struct tcphdr, check);
offsetof           19 drivers/net/ethernet/stmicro/stmmac/dwmac5.c #define STAT_OFF(field)		offsetof(struct stmmac_safety_stats, field)
offsetof          604 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c #define STAT_OFF(field)		offsetof(struct stmmac_safety_stats, field)
offsetof          309 drivers/net/ethernet/stmicro/stmmac/enh_desc.c 	memset(p, 0, offsetof(struct dma_desc, des2));
offsetof          177 drivers/net/ethernet/stmicro/stmmac/norm_desc.c 	memset(p, 0, offsetof(struct dma_desc, des2));
offsetof           38 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 	offsetof(struct stmmac_priv, xstats.m)}
offsetof          167 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 	offsetof(struct stmmac_priv, mmc.m)}
offsetof          202 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 		skb->csum_offset = offsetof(struct tcphdr, check);
offsetof         1448 drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c 	dissector->offset[FLOW_DISSECTOR_KEY_PORTS] = offsetof(typeof(keys), key);
offsetof         2883 drivers/net/ethernet/sun/cassini.c 	off = offsetof(struct cas_init_block, tx_compwb);
offsetof         1305 drivers/net/ethernet/sun/sunvnet_common.c 			curr->csum_offset = offsetof(struct tcphdr, check);
offsetof         1307 drivers/net/ethernet/sun/sunvnet_common.c 			curr->csum_offset = offsetof(struct udphdr, check);
offsetof           33 drivers/net/ethernet/synopsys/dwc-xlgmac-ethtool.c 		offsetof(struct xlgmac_pdata, stats.var),	\
offsetof           77 drivers/net/ethernet/ti/cpsw_ethtool.c 				offsetof(struct cpsw_hw_stats, m)
offsetof           80 drivers/net/ethernet/ti/cpsw_ethtool.c 				offsetof(struct cpdma_chan_stats, m)
offsetof           83 drivers/net/ethernet/ti/cpsw_ethtool.c 				offsetof(struct cpdma_chan_stats, m)
offsetof          175 drivers/net/ethernet/ti/netcp_ethss.c 		offsetof(struct gbe##_##rb, rn)
offsetof          177 drivers/net/ethernet/ti/netcp_ethss.c 		offsetof(struct gbenu##_##rb, rn)
offsetof          179 drivers/net/ethernet/ti/netcp_ethss.c 		offsetof(struct xgbe##_##rb, rn)
offsetof          787 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbe_hw_stats, field)				\
offsetof          794 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbe_hw_stats, field)				\
offsetof          801 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbe_hw_stats, field)				\
offsetof          808 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbe_hw_stats, field)				\
offsetof          961 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof          971 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof          978 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof          985 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof          992 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof          999 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof         1006 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof         1013 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof         1020 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct gbenu_hw_stats, field)			\
offsetof         1611 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct xgbe_hw_stats, field)		\
offsetof         1618 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct xgbe_hw_stats, field)		\
offsetof         1625 drivers/net/ethernet/ti/netcp_ethss.c 	offsetof(struct xgbe_hw_stats, field)		\
offsetof         1525 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	BUILD_BUG_ON(offsetof(struct gelic_card, irq_status) % 8);
offsetof         1526 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	BUILD_BUG_ON(offsetof(struct gelic_card, descr) % 32);
offsetof           43 drivers/net/fddi/skfp/pmf.c #define MOFFSS(e)	offsetof(struct fddi_mib, e)
offsetof           44 drivers/net/fddi/skfp/pmf.c #define MOFFMS(e)	offsetof(struct fddi_mib_m, e)
offsetof           45 drivers/net/fddi/skfp/pmf.c #define MOFFAS(e)	offsetof(struct fddi_mib_a, e)
offsetof           46 drivers/net/fddi/skfp/pmf.c #define MOFFPS(e)	offsetof(struct fddi_mib_p, e)
offsetof           25 drivers/net/fjes/fjes_ethtool.c 	.stat_offset = offsetof(struct fjes_adapter, stat) \
offsetof          375 drivers/net/hippi/rrunner.c 			offsetof(struct eeprom, rncd_info.FwStart));
offsetof          538 drivers/net/hippi/rrunner.c 	  htons(rr_read_eeprom_word(rrpriv, offsetof(struct eeprom, manf.BoardULA)));
offsetof          540 drivers/net/hippi/rrunner.c 	  htonl(rr_read_eeprom_word(rrpriv, offsetof(struct eeprom, manf.BoardULA[4])));
offsetof         1506 drivers/net/hippi/rrunner.c 		       offsetof(struct eeprom, rncd_info.AddrRunCodeSegs));
offsetof         1520 drivers/net/hippi/rrunner.c 			offsetof(struct eeprom, manf.HeaderFmt));
offsetof         1365 drivers/net/hyperv/hyperv_net.h #define	NDIS_OFFLOAD_SIZE_6_0		offsetof(struct ndis_offload, ipsecv2)
offsetof         1366 drivers/net/hyperv/hyperv_net.h #define	NDIS_OFFLOAD_SIZE_6_1		offsetof(struct ndis_offload, rsc)
offsetof         1337 drivers/net/hyperv/netvsc_drv.c 	{ "tx_scattered", offsetof(struct netvsc_ethtool_stats, tx_scattered) },
offsetof         1338 drivers/net/hyperv/netvsc_drv.c 	{ "tx_no_memory", offsetof(struct netvsc_ethtool_stats, tx_no_memory) },
offsetof         1339 drivers/net/hyperv/netvsc_drv.c 	{ "tx_no_space",  offsetof(struct netvsc_ethtool_stats, tx_no_space) },
offsetof         1340 drivers/net/hyperv/netvsc_drv.c 	{ "tx_too_big",	  offsetof(struct netvsc_ethtool_stats, tx_too_big) },
offsetof         1341 drivers/net/hyperv/netvsc_drv.c 	{ "tx_busy",	  offsetof(struct netvsc_ethtool_stats, tx_busy) },
offsetof         1342 drivers/net/hyperv/netvsc_drv.c 	{ "tx_send_full", offsetof(struct netvsc_ethtool_stats, tx_send_full) },
offsetof         1343 drivers/net/hyperv/netvsc_drv.c 	{ "rx_comp_busy", offsetof(struct netvsc_ethtool_stats, rx_comp_busy) },
offsetof         1344 drivers/net/hyperv/netvsc_drv.c 	{ "rx_no_memory", offsetof(struct netvsc_ethtool_stats, rx_no_memory) },
offsetof         1345 drivers/net/hyperv/netvsc_drv.c 	{ "stop_queue", offsetof(struct netvsc_ethtool_stats, stop_queue) },
offsetof         1346 drivers/net/hyperv/netvsc_drv.c 	{ "wake_queue", offsetof(struct netvsc_ethtool_stats, wake_queue) },
offsetof         1349 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, rx_packets) },
offsetof         1351 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) },
offsetof         1353 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) },
offsetof         1355 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) },
offsetof         1357 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) },
offsetof         1359 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) },
offsetof         1361 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) },
offsetof         1363 drivers/net/hyperv/netvsc_drv.c 		offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_bytes) },
offsetof         1365 drivers/net/hyperv/netvsc_drv.c 	{ "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
offsetof         1366 drivers/net/hyperv/netvsc_drv.c 	{ "vf_rx_bytes",   offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
offsetof         1367 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },
offsetof         1368 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_bytes",   offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },
offsetof         1369 drivers/net/hyperv/netvsc_drv.c 	{ "vf_tx_dropped", offsetof(struct netvsc_vf_pcpu_stats, tx_dropped) },
offsetof          806 drivers/net/tap.c 		vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto);
offsetof          568 drivers/net/team/team.c 		       sizeof(struct team) - offsetof(struct team, mode_priv));
offsetof         2146 drivers/net/tun.c 		vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto);
offsetof           78 drivers/net/usb/cdc_ncm.c 		.stat_offset = offsetof(struct cdc_ncm_ctx, m) }
offsetof           83 drivers/net/veth.c #define VETH_RQ_STAT(m)	offsetof(struct veth_rq_stats, m)
offsetof           92 drivers/net/virtio_net.c #define VIRTNET_SQ_STAT(m)	offsetof(struct virtnet_sq_stats, m)
offsetof           93 drivers/net/virtio_net.c #define VIRTNET_RQ_STAT(m)	offsetof(struct virtnet_rq_stats, m)
offsetof         1706 drivers/net/virtio_net.c 				       offsetof(struct virtio_net_config, mac) +
offsetof         2290 drivers/net/virtio_net.c 	speed = virtio_cread32(vi->vdev, offsetof(struct virtio_net_config,
offsetof         2294 drivers/net/virtio_net.c 	duplex = virtio_cread8(vi->vdev, offsetof(struct virtio_net_config,
offsetof         2981 drivers/net/virtio_net.c 					 offsetof(struct virtio_net_config,
offsetof         3064 drivers/net/virtio_net.c 				   offsetof(struct virtio_net_config, mac),
offsetof         3102 drivers/net/virtio_net.c 				     offsetof(struct virtio_net_config,
offsetof           41 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  TSO pkts tx",	offsetof(struct UPT1_TxStats, TSOPktsTxOK) },
offsetof           42 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  TSO bytes tx",	offsetof(struct UPT1_TxStats, TSOBytesTxOK) },
offsetof           43 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  ucast pkts tx",	offsetof(struct UPT1_TxStats, ucastPktsTxOK) },
offsetof           44 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  ucast bytes tx",	offsetof(struct UPT1_TxStats, ucastBytesTxOK) },
offsetof           45 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  mcast pkts tx",	offsetof(struct UPT1_TxStats, mcastPktsTxOK) },
offsetof           46 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  mcast bytes tx",	offsetof(struct UPT1_TxStats, mcastBytesTxOK) },
offsetof           47 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  bcast pkts tx",	offsetof(struct UPT1_TxStats, bcastPktsTxOK) },
offsetof           48 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  bcast bytes tx",	offsetof(struct UPT1_TxStats, bcastBytesTxOK) },
offsetof           49 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  pkts tx err",	offsetof(struct UPT1_TxStats, pktsTxError) },
offsetof           50 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  pkts tx discard",	offsetof(struct UPT1_TxStats, pktsTxDiscard) },
offsetof           57 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{"  drv dropped tx total",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           59 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     too many frags", offsetof(struct vmxnet3_tq_driver_stats,
offsetof           61 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     giant hdr",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           63 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     hdr err",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           65 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     tso",		offsetof(struct vmxnet3_tq_driver_stats,
offsetof           67 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  ring full",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           69 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  pkts linearized",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           71 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  hdr cloned",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           73 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  giant hdr",	offsetof(struct vmxnet3_tq_driver_stats,
offsetof           81 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  LRO pkts rx",	offsetof(struct UPT1_RxStats, LROPktsRxOK) },
offsetof           82 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  LRO byte rx",	offsetof(struct UPT1_RxStats, LROBytesRxOK) },
offsetof           83 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  ucast pkts rx",	offsetof(struct UPT1_RxStats, ucastPktsRxOK) },
offsetof           84 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  ucast bytes rx",	offsetof(struct UPT1_RxStats, ucastBytesRxOK) },
offsetof           85 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  mcast pkts rx",	offsetof(struct UPT1_RxStats, mcastPktsRxOK) },
offsetof           86 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  mcast bytes rx",	offsetof(struct UPT1_RxStats, mcastBytesRxOK) },
offsetof           87 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  bcast pkts rx",	offsetof(struct UPT1_RxStats, bcastPktsRxOK) },
offsetof           88 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  bcast bytes rx",	offsetof(struct UPT1_RxStats, bcastBytesRxOK) },
offsetof           89 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  pkts rx OOB",	offsetof(struct UPT1_RxStats, pktsRxOutOfBuf) },
offsetof           90 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  pkts rx err",	offsetof(struct UPT1_RxStats, pktsRxError) },
offsetof           97 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  drv dropped rx total", offsetof(struct vmxnet3_rq_driver_stats,
offsetof           99 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     err",		offsetof(struct vmxnet3_rq_driver_stats,
offsetof          101 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "     fcs",		offsetof(struct vmxnet3_rq_driver_stats,
offsetof          103 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "  rx buf alloc fail", offsetof(struct vmxnet3_rq_driver_stats,
offsetof          111 drivers/net/vmxnet3/vmxnet3_ethtool.c 	{ "tx timeout count",	offsetof(struct vmxnet3_adapter,
offsetof         2171 drivers/net/vxlan.c 		    (skb->csum_offset == offsetof(struct udphdr, check) ||
offsetof         2172 drivers/net/vxlan.c 		     skb->csum_offset == offsetof(struct tcphdr, check)))
offsetof          414 drivers/net/wan/farsync.c #define BUF_OFFSET(X)   (BFM_BASE + offsetof(struct buf_window, X))
offsetof          360 drivers/net/wireless/ath/ath10k/htt_rx.c 		skb_put(msdu, offsetof(struct htt_rx_desc, msdu_payload));
offsetof          361 drivers/net/wireless/ath/ath10k/htt_rx.c 		skb_pull(msdu, offsetof(struct htt_rx_desc, msdu_payload));
offsetof         3862 drivers/net/wireless/ath/ath10k/htt_rx.c 					offsetof(struct htt_resp,
offsetof          756 drivers/net/wireless/ath/ath10k/htt_tx.c #define desc_offset(x) (offsetof(struct htt_rx_desc, x) / 4)
offsetof          775 drivers/net/wireless/ath/ath10k/htt_tx.c #define desc_offset(x) (offsetof(struct htt_rx_desc, x) / 4)
offsetof         1639 drivers/net/wireless/ath/ath10k/mac.c 				    offsetof(struct ieee80211_mgmt,
offsetof         2348 drivers/net/wireless/ath/ath10k/pci.c 					  offsetof(struct pcie_state,
offsetof         2373 drivers/net/wireless/ath/ath10k/pci.c 					  offsetof(struct pcie_state,
offsetof         2396 drivers/net/wireless/ath/ath10k/pci.c 					  offsetof(struct pcie_state,
offsetof         2407 drivers/net/wireless/ath/ath10k/pci.c 					   offsetof(struct pcie_state,
offsetof           17 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
offsetof           26 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
offsetof           35 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
offsetof           44 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
offsetof           53 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
offsetof           66 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
offsetof           75 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
offsetof           84 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01,
offsetof           97 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_shadow_reg_cfg_s_v01,
offsetof          106 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_shadow_reg_cfg_s_v01,
offsetof          119 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_shadow_reg_v2_cfg_s_v01,
offsetof          132 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_memory_region_info_s_v01,
offsetof          141 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_memory_region_info_s_v01,
offsetof          150 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_memory_region_info_s_v01,
offsetof          163 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_cfg_s_v01,
offsetof          172 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_cfg_s_v01,
offsetof          181 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_cfg_s_v01,
offsetof          194 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_s_v01,
offsetof          203 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_s_v01,
offsetof          212 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_s_v01,
offsetof          221 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_s_v01,
offsetof          235 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_resp_s_v01,
offsetof          244 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_resp_s_v01,
offsetof          253 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mem_seg_resp_s_v01,
offsetof          266 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rf_chip_info_s_v01,
offsetof          275 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rf_chip_info_s_v01,
offsetof          288 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rf_board_info_s_v01,
offsetof          301 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_soc_info_s_v01,
offsetof          314 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_fw_version_info_s_v01,
offsetof          323 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_fw_version_info_s_v01,
offsetof          336 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          345 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          354 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          363 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          372 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          381 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          390 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          399 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          408 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          417 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          426 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          435 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          444 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          453 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          462 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          471 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          480 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          489 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          498 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          507 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          516 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          525 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_req_msg_v01,
offsetof          538 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_resp_msg_v01,
offsetof          548 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_resp_msg_v01,
offsetof          557 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ind_register_resp_msg_v01,
offsetof          578 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          587 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          596 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          605 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          614 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          623 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_pin_connect_result_ind_msg_v01,
offsetof          636 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_mode_req_msg_v01,
offsetof          645 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_mode_req_msg_v01,
offsetof          654 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_mode_req_msg_v01,
offsetof          667 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_mode_resp_msg_v01,
offsetof          681 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          690 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          699 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          708 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          717 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          727 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          736 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          745 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          755 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          764 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          773 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          783 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          792 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          801 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_req_msg_v01,
offsetof          815 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_wlan_cfg_resp_msg_v01,
offsetof          833 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          843 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          852 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          862 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          871 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          881 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          890 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          900 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          909 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          919 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          928 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          937 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          946 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cap_resp_msg_v01,
offsetof          959 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof          968 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof          977 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof          986 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof          995 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1004 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1013 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1022 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1031 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1040 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1049 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1058 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1067 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1076 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_req_msg_v01,
offsetof         1089 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_bdf_download_resp_msg_v01,
offsetof         1103 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_report_req_msg_v01,
offsetof         1112 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_report_req_msg_v01,
offsetof         1121 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_report_req_msg_v01,
offsetof         1130 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_report_req_msg_v01,
offsetof         1143 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_report_resp_msg_v01,
offsetof         1157 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_initiate_cal_download_ind_msg_v01,
offsetof         1170 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1179 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1188 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1197 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1206 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1215 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1224 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1233 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1242 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1251 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1260 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1269 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_req_msg_v01,
offsetof         1282 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_download_resp_msg_v01,
offsetof         1296 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_initiate_cal_update_ind_msg_v01,
offsetof         1305 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_initiate_cal_update_ind_msg_v01,
offsetof         1318 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_req_msg_v01,
offsetof         1327 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_req_msg_v01,
offsetof         1340 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1350 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1359 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1368 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1377 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1386 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1395 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1404 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1413 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1422 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1431 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1440 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_cal_update_resp_msg_v01,
offsetof         1453 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_info_req_msg_v01,
offsetof         1462 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_info_req_msg_v01,
offsetof         1475 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_info_resp_msg_v01,
offsetof         1485 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_info_resp_msg_v01,
offsetof         1494 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_info_resp_msg_v01,
offsetof         1512 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_msa_ready_resp_msg_v01,
offsetof         1526 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ini_req_msg_v01,
offsetof         1535 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ini_req_msg_v01,
offsetof         1548 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_ini_resp_msg_v01,
offsetof         1562 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_req_msg_v01,
offsetof         1571 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_req_msg_v01,
offsetof         1580 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_req_msg_v01,
offsetof         1593 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_resp_msg_v01,
offsetof         1603 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_resp_msg_v01,
offsetof         1612 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_resp_msg_v01,
offsetof         1621 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_read_resp_msg_v01,
offsetof         1634 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_write_req_msg_v01,
offsetof         1643 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_write_req_msg_v01,
offsetof         1652 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_write_req_msg_v01,
offsetof         1661 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_write_req_msg_v01,
offsetof         1674 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_athdiag_write_resp_msg_v01,
offsetof         1688 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_vbatt_req_msg_v01,
offsetof         1701 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_vbatt_resp_msg_v01,
offsetof         1715 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mac_addr_req_msg_v01,
offsetof         1724 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mac_addr_req_msg_v01,
offsetof         1737 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_mac_addr_resp_msg_v01,
offsetof         1751 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1760 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1769 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1778 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1787 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1796 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1805 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1814 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1823 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1832 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1841 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1850 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1859 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1868 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1877 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1886 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1895 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1904 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1913 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1922 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1931 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1940 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1949 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1958 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1967 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1976 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1985 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         1998 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         2007 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_req_msg_v01,
offsetof         2020 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_host_cap_resp_msg_v01,
offsetof         2034 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_request_mem_ind_msg_v01,
offsetof         2043 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_request_mem_ind_msg_v01,
offsetof         2057 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_respond_mem_req_msg_v01,
offsetof         2066 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_respond_mem_req_msg_v01,
offsetof         2080 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_respond_mem_resp_msg_v01,
offsetof         2102 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2111 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2120 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2129 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2138 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2147 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2156 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2165 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ind_msg_v01,
offsetof         2182 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_rejuvenate_ack_resp_msg_v01,
offsetof         2196 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_req_msg_v01,
offsetof         2205 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_req_msg_v01,
offsetof         2218 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_resp_msg_v01,
offsetof         2228 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_resp_msg_v01,
offsetof         2237 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_resp_msg_v01,
offsetof         2246 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_resp_msg_v01,
offsetof         2255 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_dynamic_feature_mask_resp_msg_v01,
offsetof         2268 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_m3_info_req_msg_v01,
offsetof         2277 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_m3_info_req_msg_v01,
offsetof         2290 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_m3_info_resp_msg_v01,
offsetof         2304 drivers/net/wireless/ath/ath10k/qmi_wlfw_v01.c 		.offset         = offsetof(struct wlfw_xo_cal_ind_msg_v01,
offsetof          217 drivers/net/wireless/ath/ath10k/targaddrs.h #define HI_ITEM(item)  offsetof(struct host_interest, item)
offsetof         7047 drivers/net/wireless/ath/ath10k/wmi.h 	offsetof(struct ieee80211_hdr_3addr, addr1))
offsetof          129 drivers/net/wireless/ath/ath10k/wow.c 			offsetof(struct ieee80211_hdr_3addr, addr1);
offsetof          130 drivers/net/wireless/ath/ath10k/wow.c 	else if (old->pkt_offset < offsetof(struct ethhdr, h_proto))
offsetof          132 drivers/net/wireless/ath/ath10k/wow.c 			offsetof(struct ieee80211_hdr_3addr, addr3) -
offsetof          133 drivers/net/wireless/ath/ath10k/wow.c 			offsetof(struct ethhdr, h_source);
offsetof          140 drivers/net/wireless/ath/ath10k/wow.c 	else if (total_len > offsetof(struct ethhdr, h_proto))
offsetof          144 drivers/net/wireless/ath/ath10k/wow.c 			offsetof(struct ieee80211_hdr_3addr, addr3);
offsetof          147 drivers/net/wireless/ath/ath10k/wow.c 			offsetof(struct ieee80211_hdr_3addr, addr1);
offsetof          800 drivers/net/wireless/ath/ath6kl/debug.c 					  offsetof(struct htc_endpoint_stats, \
offsetof          302 drivers/net/wireless/ath/ath6kl/target.h #define HI_ITEM(item)  offsetof(struct host_interest, item)
offsetof          279 drivers/net/wireless/ath/carl9170/tx.c 	    offsetof(struct ieee80211_tx_info, status.ack_signal) != 20);
offsetof          283 drivers/net/wireless/ath/carl9170/tx.c 	       offsetof(struct ieee80211_tx_info, status.ack_signal));
offsetof         1860 drivers/net/wireless/ath/wil6210/cfg80211.c 		size_t hlen = offsetof(struct ieee80211_mgmt,
offsetof          375 drivers/net/wireless/ath/wil6210/debugfs.c 		       offsetof(struct wil6210_mbox_ctl, tx));
offsetof          377 drivers/net/wireless/ath/wil6210/debugfs.c 		       offsetof(struct wil6210_mbox_ctl, rx));
offsetof          499 drivers/net/wireless/ath/wil6210/debugfs.c 	{"ICC", 0644, offsetof(struct RGF_ICR, ICC), doff_io32},
offsetof          500 drivers/net/wireless/ath/wil6210/debugfs.c 	{"ICR", 0644, offsetof(struct RGF_ICR, ICR), doff_io32},
offsetof          501 drivers/net/wireless/ath/wil6210/debugfs.c 	{"ICM", 0644, offsetof(struct RGF_ICR, ICM), doff_io32},
offsetof          502 drivers/net/wireless/ath/wil6210/debugfs.c 	{"ICS",	0244, offsetof(struct RGF_ICR, ICS), doff_io32},
offsetof          503 drivers/net/wireless/ath/wil6210/debugfs.c 	{"IMV", 0644, offsetof(struct RGF_ICR, IMV), doff_io32},
offsetof          504 drivers/net/wireless/ath/wil6210/debugfs.c 	{"IMS",	0244, offsetof(struct RGF_ICR, IMS), doff_io32},
offsetof          505 drivers/net/wireless/ath/wil6210/debugfs.c 	{"IMC",	0244, offsetof(struct RGF_ICR, IMC), doff_io32},
offsetof         2440 drivers/net/wireless/ath/wil6210/debugfs.c 	offsetof(struct wil6210_priv, name), type}
offsetof          144 drivers/net/wireless/ath/wil6210/fw_inc.c 	capa_size = size - offsetof(struct wil_fw_record_capabilities,
offsetof          161 drivers/net/wireless/ath/wil6210/fw_inc.c 	if (size <= offsetof(struct wil_fw_record_brd_file, brd_info)) {
offsetof          166 drivers/net/wireless/ath/wil6210/fw_inc.c 	ent_size = size - offsetof(struct wil_fw_record_brd_file, brd_info);
offsetof          226 drivers/net/wireless/ath/wil6210/fw_inc.c 	remain = size - offsetof(struct wil_fw_record_concurrency, combos);
offsetof           88 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMS),
offsetof           94 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMS),
offsetof          100 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMS),
offsetof          106 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IMS),
offsetof          115 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS),
offsetof          123 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS),
offsetof          138 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          144 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          152 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          158 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          167 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          175 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMC),
offsetof          204 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, ICC),
offsetof          206 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, ICC),
offsetof          208 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, ICC),
offsetof          210 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, ICC),
offsetof          212 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, ICC),
offsetof          306 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, ICR));
offsetof          368 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, ICR));
offsetof          419 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, ICR));
offsetof          465 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, ICR));
offsetof          553 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, ICR));
offsetof          698 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICM));
offsetof          701 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICR));
offsetof          703 drivers/net/wireless/ath/wil6210/interrupt.c 				   offsetof(struct RGF_ICR, IMV));
offsetof          706 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICM));
offsetof          709 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICR));
offsetof          711 drivers/net/wireless/ath/wil6210/interrupt.c 					   offsetof(struct RGF_ICR, IMV));
offsetof          715 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICM));
offsetof          718 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICR));
offsetof          720 drivers/net/wireless/ath/wil6210/interrupt.c 				   offsetof(struct RGF_ICR, IMV));
offsetof          723 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICM));
offsetof          726 drivers/net/wireless/ath/wil6210/interrupt.c 					offsetof(struct RGF_ICR, ICR));
offsetof          728 drivers/net/wireless/ath/wil6210/interrupt.c 					   offsetof(struct RGF_ICR, IMV));
offsetof          732 drivers/net/wireless/ath/wil6210/interrupt.c 				offsetof(struct RGF_ICR, ICM));
offsetof          735 drivers/net/wireless/ath/wil6210/interrupt.c 				offsetof(struct RGF_ICR, ICR));
offsetof          737 drivers/net/wireless/ath/wil6210/interrupt.c 				     offsetof(struct RGF_ICR, IMV));
offsetof          858 drivers/net/wireless/ath/wil6210/interrupt.c 		    offsetof(struct RGF_ICR, ICR));
offsetof          860 drivers/net/wireless/ath/wil6210/interrupt.c 		    offsetof(struct RGF_ICR, ICR));
offsetof          862 drivers/net/wireless/ath/wil6210/interrupt.c 		    offsetof(struct RGF_ICR, ICR));
offsetof          864 drivers/net/wireless/ath/wil6210/interrupt.c 		    offsetof(struct RGF_ICR, ICR));
offsetof          866 drivers/net/wireless/ath/wil6210/interrupt.c 		    offsetof(struct RGF_ICR, ICR));
offsetof          874 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, ICS),
offsetof          882 drivers/net/wireless/ath/wil6210/interrupt.c 	wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, ICR),
offsetof          853 drivers/net/wireless/ath/wil6210/main.c 	      offsetof(struct bl_dedicated_registers_v1,
offsetof          859 drivers/net/wireless/ath/wil6210/main.c 		    offsetof(struct bl_dedicated_registers_v1,
offsetof          922 drivers/net/wireless/ath/wil6210/main.c 		    offsetof(struct bl_dedicated_registers_v0,
offsetof          930 drivers/net/wireless/ath/wil6210/main.c 		    offsetof(struct bl_dedicated_registers_v1,
offsetof          997 drivers/net/wireless/ath/wil6210/main.c 				  offsetof(struct bl_dedicated_registers_v0,
offsetof         1138 drivers/net/wireless/ath/wil6210/main.c 		      offsetof(struct bl_dedicated_registers_v0,
offsetof         1142 drivers/net/wireless/ath/wil6210/main.c 		      offsetof(struct bl_dedicated_registers_v1,
offsetof         1387 drivers/net/wireless/ath/wil6210/main.c 			   offsetof(struct bl_dedicated_registers_v0,
offsetof         1394 drivers/net/wireless/ath/wil6210/main.c 			       offsetof(struct bl_dedicated_registers_v1,
offsetof         1397 drivers/net/wireless/ath/wil6210/main.c 				offsetof(struct bl_dedicated_registers_v1,
offsetof         1400 drivers/net/wireless/ath/wil6210/main.c 				offsetof(struct bl_dedicated_registers_v1,
offsetof         1539 drivers/net/wireless/ath/wil6210/main.c 		wil_s(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0);
offsetof         1540 drivers/net/wireless/ath/wil6210/main.c 		wil_w(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, IMV), ~0);
offsetof         1547 drivers/net/wireless/ath/wil6210/main.c 		wil_s(wil, RGF_PAL_UNIT_ICR + offsetof(struct RGF_ICR, ICR),
offsetof          721 drivers/net/wireless/ath/wil6210/wmi.c 				offsetof(struct wil6210_mbox_ctl, tx.tail));
offsetof          749 drivers/net/wireless/ath/wil6210/wmi.c 	wil_w(wil, r->head + offsetof(struct wil6210_mbox_ring_desc, sync), 1);
offsetof          751 drivers/net/wireless/ath/wil6210/wmi.c 	wil_w(wil, RGF_MBOX + offsetof(struct wil6210_mbox_ctl, tx.head),
offsetof          757 drivers/net/wireless/ath/wil6210/wmi.c 	wil_w(wil, RGF_USER_USER_ICR + offsetof(struct RGF_ICR, ICS),
offsetof          795 drivers/net/wireless/ath/wil6210/wmi.c 	if (len > offsetof(struct wmi_ready_event, rfc_read_calib_result)) {
offsetof          802 drivers/net/wireless/ath/wil6210/wmi.c 	if (len > offsetof(struct wmi_ready_event, max_assoc_sta) &&
offsetof          832 drivers/net/wireless/ath/wil6210/wmi.c 	int flen = len - offsetof(struct wmi_rx_mgmt_packet_event, payload);
offsetof          891 drivers/net/wireless/ath/wil6210/wmi.c 		size_t ie_len = d_len - offsetof(struct ieee80211_mgmt,
offsetof          924 drivers/net/wireless/ath/wil6210/wmi.c 	int flen = len - offsetof(struct wmi_tx_mgmt_packet_event, payload);
offsetof         1393 drivers/net/wireless/ath/wil6210/wmi.c 	int flen = len - offsetof(struct wmi_sched_scan_result_event, payload);
offsetof         1571 drivers/net/wireless/ath/wil6210/wmi.c 	if (len < offsetof(struct wmi_link_stats_event, payload)) {
offsetof         1638 drivers/net/wireless/ath/wil6210/wmi.c 	int ie_len = len - offsetof(struct wmi_ft_auth_status_event, ie_info);
offsetof         1728 drivers/net/wireless/ath/wil6210/wmi.c 	int ies_len = len - offsetof(struct wmi_ft_reassoc_status_event,
offsetof         1919 drivers/net/wireless/ath/wil6210/wmi.c 				offsetof(struct wil6210_mbox_ctl, rx.head));
offsetof         1947 drivers/net/wireless/ath/wil6210/wmi.c 		evt = kmalloc(ALIGN(offsetof(struct pending_wmi_event,
offsetof         1958 drivers/net/wireless/ath/wil6210/wmi.c 		      offsetof(struct wil6210_mbox_ring_desc, sync), 0);
offsetof         2003 drivers/net/wireless/ath/wil6210/wmi.c 		      offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail);
offsetof         3429 drivers/net/wireless/ath/wil6210/wmi.c 			offsetof(struct wil6210_mbox_ctl, rx.head));
offsetof          807 drivers/net/wireless/atmel/at76c50x-usb.c 				    offsetof(struct set_mib_buffer,
offsetof          852 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_mac_mgmt, power_mgmt_mode);
offsetof          869 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_local, preamble_type);
offsetof          886 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_mac, frag_threshold);
offsetof          903 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_mac, rts_threshold);
offsetof          919 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_local, txautorate_fallback);
offsetof         1480 drivers/net/wireless/atmel/at76c50x-usb.c 	priv->mib_buf.index = offsetof(struct mib_local, promiscuous_mode);
offsetof         1530 drivers/net/wireless/atmel/at76c50x-usb.c 		el_off = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
offsetof         1533 drivers/net/wireless/atmel/at76c50x-usb.c 		el_off = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof          158 drivers/net/wireless/atmel/at76c50x-usb.h #define AT76_RX_HDRLEN offsetof(struct at76_rx_buffer, packet)
offsetof          173 drivers/net/wireless/atmel/at76c50x-usb.h #define AT76_TX_HDRLEN offsetof(struct at76_tx_buffer, packet)
offsetof          615 drivers/net/wireless/broadcom/b43/debugfs.c 		.file_struct_offset = offsetof(struct b43_dfsentry, \
offsetof         1657 drivers/net/wireless/broadcom/b43/main.c 	variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof         1677 drivers/net/wireless/broadcom/b43/main.c 			tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof          322 drivers/net/wireless/broadcom/b43legacy/debugfs.c 		.file_struct_offset = offsetof(struct b43legacy_dfsentry, \
offsetof          977 drivers/net/wireless/broadcom/b43legacy/main.c 	variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof          997 drivers/net/wireless/broadcom/b43legacy/main.c 			tim_position += offsetof(struct ieee80211_mgmt,
offsetof         1065 drivers/net/wireless/broadcom/b43legacy/main.c 	ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
offsetof         1066 drivers/net/wireless/broadcom/b43legacy/main.c 	B43legacy_WARN_ON(ie_start != offsetof(struct ieee80211_mgmt,
offsetof          987 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		offset = offsetof(struct brcmf_scan_params_le, channel_list) +
offsetof         1021 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 			  offsetof(struct brcmf_escan_params_le, params_le);
offsetof         2011 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	join_params_size = offsetof(struct brcmf_ext_join_params_le, assoc_le) +
offsetof         2012 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 		offsetof(struct brcmf_assoc_params_le, chanspec_list);
offsetof           97 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c 		(base + SBCONFIGOFF + offsetof(struct sbconfig, field))
offsetof          200 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c #define SOCRAMREGOFFS(_f)	offsetof(struct sbsocramregs, _f)
offsetof          201 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c #define SYSMEMREGOFFS(_f)	offsetof(struct sbsocramregs, _f)
offsetof           11 drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.h 		(base + offsetof(struct chipcregs, field))
offsetof         1048 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c 			       offsetof(struct brcmf_fws_mac_descriptor, psq));
offsetof          626 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	s32 memsize = offsetof(struct brcmf_p2p_scan_le,
offsetof         1406 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	mgmt_frame = kzalloc(offsetof(struct ieee80211_mgmt, u) +
offsetof         1418 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 	mgmt_frame_len += offsetof(struct ieee80211_mgmt, u);
offsetof         1618 drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c 			 offsetof(struct brcmf_p2p_pub_act_frame, elts);
offsetof          159 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 		(offsetof(struct sdpcmd_regs, field))
offsetof         2822 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	addr = bus->console_addr + offsetof(struct rte_console, log_le);
offsetof         2943 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	addr = sh->console_addr + offsetof(struct rte_console, log_le);
offsetof         2950 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	addr = sh->console_addr + offsetof(struct rte_console, log_le.buf_size);
offsetof         2957 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	addr = sh->console_addr + offsetof(struct rte_console, log_le.idx);
offsetof          372 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c 				      offsetof(struct macstat, txfunfl[fid]));
offsetof          434 drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h #define D11REGOFFS(field)	offsetof(struct d11regs, field)
offsetof           37 drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c #define DMA64REGOFFS(field)		offsetof(struct dma64regs, field)
offsetof         1109 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 		return offsetof(struct d11regs, fifo64regs[fifonum].dmaxmt);
offsetof         1110 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	return offsetof(struct d11regs, fifo64regs[fifonum].dmarcv);
offsetof         1275 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 					      offsetof(struct d11regs,
offsetof         1744 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr),
offsetof         1747 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
offsetof         1750 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
offsetof         1753 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c 	ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
offsetof          139 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 			    offsetof(struct macstat, txallfrm))
offsetof          173 drivers/net/wireless/broadcom/brcm80211/brcmutil/utils.c 	      offsetof(struct pktq, q) + (sizeof(struct pktq_prec) * num_prec));
offsetof           11 drivers/net/wireless/broadcom/brcm80211/include/chipcommon.h #define CHIPCREGOFFS(field)	offsetof(struct chipcregs, field)
offsetof         7703 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
offsetof         1852 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	    offsetof(struct il_tx_cmd, scratch);
offsetof         1341 drivers/net/wireless/intel/iwlwifi/dvm/main.c 	trans_cfg.cb_data_offs = offsetof(struct ieee80211_tx_info,
offsetof          943 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 				offsetof(struct iwl_fw_dbg_dest_tlv_v1,
offsetof          946 drivers/net/wireless/intel/iwlwifi/iwl-drv.c 				offsetof(struct iwl_fw_dbg_dest_tlv,
offsetof         1584 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		       offsetof(struct iwl_wowlan_status, wake_packet) -
offsetof         1585 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		       offsetof(struct iwl_wowlan_status, pattern_number) +
offsetof          166 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 				.offset = offsetof(struct udphdr, dest),
offsetof          741 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h 			offsetof(struct iwl_mvm_baid_data, reorder_buf) -
offsetof          768 drivers/net/wireless/intel/iwlwifi/mvm/ops.c 	trans_cfg.cb_data_offs = offsetof(struct ieee80211_tx_info,
offsetof          120 drivers/net/wireless/intel/iwlwifi/mvm/power.c 		len = offsetof(struct iwl_beacon_filter_cmd,
offsetof          456 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 	memset(lq_sta, 0, offsetof(typeof(*lq_sta), pers));
offsetof         1723 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	memcpy(search_tbl, tbl, offsetof(struct iwl_scale_tbl_info, win));
offsetof         2972 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	memset(lq_sta, 0, offsetof(typeof(*lq_sta), pers));
offsetof         2049 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	BUILD_BUG_ON(offsetof(struct iwl_mvm_int_sta, sta_id) !=
offsetof         2050 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		     offsetof(struct iwl_mvm_sta, sta_id));
offsetof          104 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c 	filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) +
offsetof         2387 drivers/net/wireless/intel/iwlwifi/pcie/tx.c 		       offsetof(struct iwl_tx_cmd, scratch);
offsetof          353 drivers/net/wireless/intersil/hostap/hostap_common.h offsetof(struct prism2_hostapd_param, u.rid.data)
offsetof          355 drivers/net/wireless/intersil/hostap/hostap_common.h offsetof(struct prism2_hostapd_param, u.generic_elem.data)
offsetof         1152 drivers/net/wireless/intersil/orinoco/main.c 	const int atom_len = offsetof(struct prism2_scan_apinfo, atim);
offsetof         1568 drivers/net/wireless/intersil/orinoco/main.c 		else if (len < (offsetof(struct agere_ext_scan_info,
offsetof          212 drivers/net/wireless/intersil/orinoco/scan.c 			atom_len = offsetof(struct prism2_scan_apinfo, atim);
offsetof          440 drivers/net/wireless/intersil/p54/eeprom.c 	priv->curve_data->offset = offsetof(struct pda_pa_curve_data, data);
offsetof          492 drivers/net/wireless/intersil/p54/eeprom.c 	priv->curve_data->offset = offsetof(struct pda_pa_curve_data, data);
offsetof          436 drivers/net/wireless/intersil/p54/txrx.c 	       offsetof(struct ieee80211_tx_info, status.ack_signal));
offsetof          437 drivers/net/wireless/intersil/p54/txrx.c 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info,
offsetof          563 drivers/net/wireless/mac80211_hwsim.c 	.key_offset = offsetof(struct mac80211_hwsim_data, addresses[1]),
offsetof          564 drivers/net/wireless/mac80211_hwsim.c 	.head_offset = offsetof(struct mac80211_hwsim_data, rht),
offsetof          778 drivers/net/wireless/marvell/libertas/debugfs.c #define item_addr(n)	(offsetof(struct lbs_private, n))
offsetof          394 drivers/net/wireless/marvell/libertas/main.c 		int size = offsetof(struct cmd_ds_mac_multicast_adr,
offsetof          476 drivers/net/wireless/marvell/mwifiex/tdls.c 	tf = skb_put(skb, offsetof(struct ieee80211_tdls_data, u));
offsetof          741 drivers/net/wireless/marvell/mwifiex/tdls.c 	mgmt = skb_put(skb, offsetof(struct ieee80211_mgmt, u));
offsetof          261 drivers/net/wireless/marvell/mwifiex/uap_cmd.c 	int var_offset = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof           40 drivers/net/wireless/marvell/mwifiex/util.h #define item_addr(n)		(offsetof(struct mwifiex_debug_info, n))
offsetof           44 drivers/net/wireless/marvell/mwifiex/util.h #define adapter_item_addr(n)	(offsetof(struct mwifiex_adapter, n))
offsetof         4289 drivers/net/wireless/marvell/mwl8k.c 				offsetof(struct mwl8k_cmd_set_key, length));
offsetof         5632 drivers/net/wireless/marvell/mwl8k.c 	int len = skb->len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof           44 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c #define QTNF_BD_PARAM_OFFSET(n)	offsetof(struct qtnf_extra_bd_params, param##n)
offsetof           87 drivers/net/wireless/quantenna/qtnfmac/shm_ipc.c 	BUILD_BUG_ON(offsetof(struct qtnf_shm_ipc_region, data) !=
offsetof         2188 drivers/net/wireless/ray_cs.c 					 offsetof(struct mac_header, addr_2),
offsetof         2905 drivers/net/wireless/rndis_wlan.c 	if (len < offsetof(struct ndis_80211_status_indication, u) +
offsetof         2913 drivers/net/wireless/rndis_wlan.c 	buflen = len - offsetof(struct ndis_80211_status_indication, u);
offsetof         2972 drivers/net/wireless/rndis_wlan.c 	if (len < offsetof(struct ndis_80211_status_indication, u) +
offsetof         2982 drivers/net/wireless/rndis_wlan.c 			offsetof(struct ndis_80211_status_indication, u);
offsetof         3018 drivers/net/wireless/rndis_wlan.c 	offset = offsetof(struct rndis_indicate, status) +
offsetof           55 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, image_size))
offsetof           57 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, flags))
offsetof           59 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, put))
offsetof           61 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, trace_pc))
offsetof           63 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, get))
offsetof           65 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, status))
offsetof           67 drivers/net/wireless/st/cw1200/hwio.h 	(DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, debug_data))
offsetof         2219 drivers/net/wireless/ti/wlcore/main.c 	memset(wlvif, 0, offsetof(struct wl12xx_vif, persistent));
offsetof         2921 drivers/net/wireless/ti/wlcore/main.c 	ieoffset = offsetof(struct ieee80211_mgmt,
offsetof         2960 drivers/net/wireless/ti/wlcore/main.c 	ieoffset = offsetof(struct ieee80211_mgmt,
offsetof         3998 drivers/net/wireless/ti/wlcore/main.c 	ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
offsetof         4081 drivers/net/wireless/ti/wlcore/main.c 	int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof         5553 drivers/net/wireless/ti/wlcore/main.c 	int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof          989 drivers/net/wireless/ti/wlcore/tx.c 			     offsetof(struct wl1271_tx_hw_res_if,
offsetof          497 drivers/net/wireless/wl3501_cs.c 					  offsetof(struct wl3501_tx_hdr, addr4),
offsetof          525 drivers/net/wireless/wl3501_cs.c 					  offsetof(struct wl3501_tx_hdr, addr4),
offsetof          959 drivers/net/wireless/wl3501_cs.c 			    sig.data + offsetof(struct wl3501_rx_hdr, rssi),
offsetof          965 drivers/net/wireless/wl3501_cs.c 				offsetof(struct wl3501_rx_hdr, addr4),
offsetof          357 drivers/net/xen-netback/interface.c 		offsetof(struct xenvif_stats, rx_gso_checksum_fixup)
offsetof          364 drivers/net/xen-netback/interface.c 		offsetof(struct xenvif_stats, tx_zerocopy_sent),
offsetof          368 drivers/net/xen-netback/interface.c 		offsetof(struct xenvif_stats, tx_zerocopy_success),
offsetof          372 drivers/net/xen-netback/interface.c 		offsetof(struct xenvif_stats, tx_zerocopy_fail)
offsetof          379 drivers/net/xen-netback/interface.c 		offsetof(struct xenvif_stats, tx_frag_overflow)
offsetof         2054 drivers/net/xen-netfront.c 		offsetof(struct netfront_info, rx_gso_checksum_fixup)
offsetof           87 drivers/nvdimm/nd.h 	(offsetof(struct nd_namespace_label, field) \
offsetof          284 drivers/nvme/host/fabrics.c 			case (offsetof(struct nvmf_connect_data, cntlid)):
offsetof          289 drivers/nvme/host/fabrics.c 			case (offsetof(struct nvmf_connect_data, hostnqn)):
offsetof          294 drivers/nvme/host/fabrics.c 			case (offsetof(struct nvmf_connect_data, subsysnqn)):
offsetof          309 drivers/nvme/host/fabrics.c 			case (offsetof(struct nvmf_connect_command, qid)):
offsetof           73 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_rw_command, nsid);
offsetof          415 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_identify, nsid);
offsetof          539 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_identify, nsid);
offsetof          603 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_common_command, nsid);
offsetof          645 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_common_command, cdw11);
offsetof          679 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_common_command, cdw10);
offsetof          694 drivers/nvme/target/admin-cmd.c 		req->error_loc = offsetof(struct nvme_common_command, nsid);
offsetof          763 drivers/nvme/target/admin-cmd.c 				offsetof(struct nvme_common_command, cdw11);
offsetof          776 drivers/nvme/target/admin-cmd.c 			offsetof(struct nvme_common_command, cdw10);
offsetof          892 drivers/nvme/target/admin-cmd.c 	req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof           53 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_rw_command, length);
offsetof           57 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_rw_command, slba);
offsetof           61 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof           72 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_rw_command, nsid);
offsetof           78 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof           92 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, dptr);
offsetof          101 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, dptr);
offsetof          110 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, dptr);
offsetof          837 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, nsid);
offsetof          842 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, nsid);
offsetof          847 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, nsid);
offsetof          879 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, flags);
offsetof          890 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, flags);
offsetof          937 drivers/nvme/target/core.c 		req->error_loc = offsetof(struct nvme_common_command, dptr);
offsetof          286 drivers/nvme/target/discovery.c 			offsetof(struct nvme_common_command, cdw10);
offsetof          308 drivers/nvme/target/discovery.c 			offsetof(struct nvme_common_command, cdw10);
offsetof          324 drivers/nvme/target/discovery.c 			offsetof(struct nvme_common_command, opcode);
offsetof          356 drivers/nvme/target/discovery.c 				offsetof(struct nvme_get_log_page_command, lid);
offsetof          369 drivers/nvme/target/discovery.c 			req->error_loc = offsetof(struct nvme_identify, cns);
offsetof          374 drivers/nvme/target/discovery.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof           17 drivers/nvme/target/fabrics-cmd.c 			offsetof(struct nvmf_property_set_command, attrib);
offsetof           28 drivers/nvme/target/fabrics-cmd.c 			offsetof(struct nvmf_property_set_command, offset);
offsetof           69 drivers/nvme/target/fabrics-cmd.c 			offsetof(struct nvmf_property_get_command, offset);
offsetof           72 drivers/nvme/target/fabrics-cmd.c 			offsetof(struct nvmf_property_get_command, attrib);
offsetof           95 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvmf_common_command, fctype);
offsetof          113 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvmf_connect_command, opcode);
offsetof          118 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvmf_connect_command, sqsize);
offsetof          171 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvmf_connect_command, recfmt);
offsetof          189 drivers/nvme/target/fabrics-cmd.c 				offsetof(struct nvme_common_command, opcode);
offsetof          279 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof          285 drivers/nvme/target/fabrics-cmd.c 		req->error_loc = offsetof(struct nvmf_common_command, fctype);
offsetof           93 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_rw_command, length);
offsetof           97 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_rw_command, slba);
offsetof          100 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof          112 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_rw_command, nsid);
offsetof          118 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof          340 drivers/nvme/target/io-cmd-bdev.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof          392 drivers/nvme/target/io-cmd-file.c 		req->error_loc = offsetof(struct nvme_common_command, opcode);
offsetof           48 drivers/nvme/target/nvmet.h 	(cpu_to_le32((1 << 16) | (offsetof(struct nvmf_connect_data, x))))
offsetof           50 drivers/nvme/target/nvmet.h 	(cpu_to_le32(offsetof(struct nvmf_connect_command, x)))
offsetof          641 drivers/nvme/target/rdma.c 			offsetof(struct nvme_common_command, opcode);
offsetof          709 drivers/nvme/target/rdma.c 				offsetof(struct nvme_common_command, dptr);
offsetof          721 drivers/nvme/target/rdma.c 				offsetof(struct nvme_common_command, dptr);
offsetof          726 drivers/nvme/target/rdma.c 		rsp->req.error_loc = offsetof(struct nvme_common_command, dptr);
offsetof           36 drivers/parisc/hppb.c #define IO_IO_LOW  offsetof(struct bc_module, io_io_low)
offsetof           37 drivers/parisc/hppb.c #define IO_IO_HIGH offsetof(struct bc_module, io_io_high)
offsetof          733 drivers/parisc/led.c 				offsetof(struct pdc_chassis_lcd_info_ret_block, _pad)-1)
offsetof         2041 drivers/parport/parport_ip32.c 	p->base = MACE_BASE + offsetof(struct sgi_mace, isa.parallel);
offsetof         2042 drivers/parport/parport_ip32.c 	p->base_hi = MACE_BASE + offsetof(struct sgi_mace, isa.ecp1284);
offsetof          903 drivers/pci/controller/pci-hyperv.c 	hdr_len = offsetof(struct pci_read_block_response, bytes);
offsetof         1043 drivers/pci/controller/pci-hyperv.c 	pkt_size = offsetof(struct pci_write_block, bytes) + len;
offsetof         2114 drivers/pci/controller/pci-hyperv.c 	dr = kzalloc(offsetof(struct hv_dr_state, func) +
offsetof         2310 drivers/pci/controller/pci-hyperv.c 				    offsetof(struct pci_bus_relations, func) +
offsetof           48 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_GENERIC_TYPE =	offsetof(struct smbios_system_slot, type),
offsetof           49 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_GENERIC_LENGTH =	offsetof(struct smbios_system_slot, length),
offsetof           50 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_GENERIC_HANDLE =	offsetof(struct smbios_system_slot, handle),
offsetof           51 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_NAME_STRING_NUM =	offsetof(struct smbios_system_slot, name_string_num),
offsetof           52 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_TYPE =		offsetof(struct smbios_system_slot, slot_type),
offsetof           53 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_WIDTH =		offsetof(struct smbios_system_slot, slot_width),
offsetof           54 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_CURRENT_USAGE =	offsetof(struct smbios_system_slot, slot_current_usage),
offsetof           55 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_LENGTH =		offsetof(struct smbios_system_slot, slot_length),
offsetof           56 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_NUMBER =		offsetof(struct smbios_system_slot, slot_number),
offsetof           57 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_PROPERTIES1 =	offsetof(struct smbios_system_slot, properties1),
offsetof           58 drivers/pci/hotplug/cpqphp.h 	SMBIOS_SLOT_PROPERTIES2 =	offsetof(struct smbios_system_slot, properties2),
offsetof           69 drivers/pci/hotplug/cpqphp.h 	SMBIOS_GENERIC_TYPE =	offsetof(struct smbios_generic, type),
offsetof           70 drivers/pci/hotplug/cpqphp.h 	SMBIOS_GENERIC_LENGTH =	offsetof(struct smbios_generic, length),
offsetof           71 drivers/pci/hotplug/cpqphp.h 	SMBIOS_GENERIC_HANDLE =	offsetof(struct smbios_generic, handle),
offsetof           93 drivers/pci/hotplug/cpqphp.h 	ANCHOR =		offsetof(struct smbios_entry_point, anchor[0]),
offsetof           94 drivers/pci/hotplug/cpqphp.h 	EP_CHECKSUM =		offsetof(struct smbios_entry_point, ep_checksum),
offsetof           95 drivers/pci/hotplug/cpqphp.h 	EP_LENGTH =		offsetof(struct smbios_entry_point, ep_length),
offsetof           96 drivers/pci/hotplug/cpqphp.h 	MAJOR_VERSION =		offsetof(struct smbios_entry_point, major_version),
offsetof           97 drivers/pci/hotplug/cpqphp.h 	MINOR_VERSION =		offsetof(struct smbios_entry_point, minor_version),
offsetof           98 drivers/pci/hotplug/cpqphp.h 	MAX_SIZE_ENTRY =	offsetof(struct smbios_entry_point, max_size_entry),
offsetof           99 drivers/pci/hotplug/cpqphp.h 	EP_REV =		offsetof(struct smbios_entry_point, ep_rev),
offsetof          100 drivers/pci/hotplug/cpqphp.h 	INT_ANCHOR =		offsetof(struct smbios_entry_point, int_anchor[0]),
offsetof          101 drivers/pci/hotplug/cpqphp.h 	INT_CHECKSUM =		offsetof(struct smbios_entry_point, int_checksum),
offsetof          102 drivers/pci/hotplug/cpqphp.h 	ST_LENGTH =		offsetof(struct smbios_entry_point, st_length),
offsetof          103 drivers/pci/hotplug/cpqphp.h 	ST_ADDRESS =		offsetof(struct smbios_entry_point, st_address),
offsetof          104 drivers/pci/hotplug/cpqphp.h 	NUMBER_OF_ENTRYS =	offsetof(struct smbios_entry_point, number_of_entrys),
offsetof          105 drivers/pci/hotplug/cpqphp.h 	BCD_REV =		offsetof(struct smbios_entry_point, bcd_rev),
offsetof          140 drivers/pci/hotplug/cpqphp.h 	SLOT_RST =		offsetof(struct ctrl_reg, slot_RST),
offsetof          141 drivers/pci/hotplug/cpqphp.h 	SLOT_ENABLE =		offsetof(struct ctrl_reg, slot_enable),
offsetof          142 drivers/pci/hotplug/cpqphp.h 	MISC =			offsetof(struct ctrl_reg, misc),
offsetof          143 drivers/pci/hotplug/cpqphp.h 	LED_CONTROL =		offsetof(struct ctrl_reg, led_control),
offsetof          144 drivers/pci/hotplug/cpqphp.h 	INT_INPUT_CLEAR =	offsetof(struct ctrl_reg, int_input_clear),
offsetof          145 drivers/pci/hotplug/cpqphp.h 	INT_MASK =		offsetof(struct ctrl_reg, int_mask),
offsetof          146 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED0 =	offsetof(struct ctrl_reg, reserved0),
offsetof          147 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED1 =	offsetof(struct ctrl_reg, reserved1),
offsetof          148 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED2 =	offsetof(struct ctrl_reg, reserved1),
offsetof          149 drivers/pci/hotplug/cpqphp.h 	GEN_OUTPUT_AB =		offsetof(struct ctrl_reg, gen_output_AB),
offsetof          150 drivers/pci/hotplug/cpqphp.h 	NON_INT_INPUT =		offsetof(struct ctrl_reg, non_int_input),
offsetof          151 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED3 =	offsetof(struct ctrl_reg, reserved3),
offsetof          152 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED4 =	offsetof(struct ctrl_reg, reserved4),
offsetof          153 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED5 =	offsetof(struct ctrl_reg, reserved5),
offsetof          154 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED6 =	offsetof(struct ctrl_reg, reserved6),
offsetof          155 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED7 =	offsetof(struct ctrl_reg, reserved7),
offsetof          156 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED8 =	offsetof(struct ctrl_reg, reserved8),
offsetof          157 drivers/pci/hotplug/cpqphp.h 	SLOT_MASK =		offsetof(struct ctrl_reg, slot_mask),
offsetof          158 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED9 =	offsetof(struct ctrl_reg, reserved9),
offsetof          159 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED10 =	offsetof(struct ctrl_reg, reserved10),
offsetof          160 drivers/pci/hotplug/cpqphp.h 	CTRL_RESERVED11 =	offsetof(struct ctrl_reg, reserved11),
offsetof          161 drivers/pci/hotplug/cpqphp.h 	SLOT_SERR =		offsetof(struct ctrl_reg, slot_SERR),
offsetof          162 drivers/pci/hotplug/cpqphp.h 	SLOT_POWER =		offsetof(struct ctrl_reg, slot_power),
offsetof          163 drivers/pci/hotplug/cpqphp.h 	NEXT_CURR_FREQ =	offsetof(struct ctrl_reg, next_curr_freq),
offsetof          164 drivers/pci/hotplug/cpqphp.h 	RESET_FREQ_MODE =	offsetof(struct ctrl_reg, reset_freq_mode),
offsetof          184 drivers/pci/hotplug/cpqphp.h 	SIG0 =			offsetof(struct hrt, sig0),
offsetof          185 drivers/pci/hotplug/cpqphp.h 	SIG1 =			offsetof(struct hrt, sig1),
offsetof          186 drivers/pci/hotplug/cpqphp.h 	SIG2 =			offsetof(struct hrt, sig2),
offsetof          187 drivers/pci/hotplug/cpqphp.h 	SIG3 =			offsetof(struct hrt, sig3),
offsetof          188 drivers/pci/hotplug/cpqphp.h 	UNUSED_IRQ =		offsetof(struct hrt, unused_IRQ),
offsetof          189 drivers/pci/hotplug/cpqphp.h 	PCIIRQ =		offsetof(struct hrt, PCIIRQ),
offsetof          190 drivers/pci/hotplug/cpqphp.h 	NUMBER_OF_ENTRIES =	offsetof(struct hrt, number_of_entries),
offsetof          191 drivers/pci/hotplug/cpqphp.h 	REVISION =		offsetof(struct hrt, revision),
offsetof          192 drivers/pci/hotplug/cpqphp.h 	HRT_RESERVED1 =		offsetof(struct hrt, reserved1),
offsetof          193 drivers/pci/hotplug/cpqphp.h 	HRT_RESERVED2 =		offsetof(struct hrt, reserved2),
offsetof          213 drivers/pci/hotplug/cpqphp.h 	DEV_FUNC =		offsetof(struct slot_rt, dev_func),
offsetof          214 drivers/pci/hotplug/cpqphp.h 	PRIMARY_BUS =		offsetof(struct slot_rt, primary_bus),
offsetof          215 drivers/pci/hotplug/cpqphp.h 	SECONDARY_BUS =		offsetof(struct slot_rt, secondary_bus),
offsetof          216 drivers/pci/hotplug/cpqphp.h 	MAX_BUS =		offsetof(struct slot_rt, max_bus),
offsetof          217 drivers/pci/hotplug/cpqphp.h 	IO_BASE =		offsetof(struct slot_rt, io_base),
offsetof          218 drivers/pci/hotplug/cpqphp.h 	IO_LENGTH =		offsetof(struct slot_rt, io_length),
offsetof          219 drivers/pci/hotplug/cpqphp.h 	MEM_BASE =		offsetof(struct slot_rt, mem_base),
offsetof          220 drivers/pci/hotplug/cpqphp.h 	MEM_LENGTH =		offsetof(struct slot_rt, mem_length),
offsetof          221 drivers/pci/hotplug/cpqphp.h 	PRE_MEM_BASE =		offsetof(struct slot_rt, pre_mem_base),
offsetof          222 drivers/pci/hotplug/cpqphp.h 	PRE_MEM_LENGTH =	offsetof(struct slot_rt, pre_mem_length),
offsetof          195 drivers/pci/hotplug/shpchp.h 	BASE_OFFSET	 = offsetof(struct ctrl_reg, base_offset),
offsetof          196 drivers/pci/hotplug/shpchp.h 	SLOT_AVAIL1	 = offsetof(struct ctrl_reg, slot_avail1),
offsetof          197 drivers/pci/hotplug/shpchp.h 	SLOT_AVAIL2	 = offsetof(struct ctrl_reg, slot_avail2),
offsetof          198 drivers/pci/hotplug/shpchp.h 	SLOT_CONFIG	 = offsetof(struct ctrl_reg, slot_config),
offsetof          199 drivers/pci/hotplug/shpchp.h 	SEC_BUS_CONFIG	 = offsetof(struct ctrl_reg, sec_bus_config),
offsetof          200 drivers/pci/hotplug/shpchp.h 	MSI_CTRL	 = offsetof(struct ctrl_reg, msi_ctrl),
offsetof          201 drivers/pci/hotplug/shpchp.h 	PROG_INTERFACE	 = offsetof(struct ctrl_reg, prog_interface),
offsetof          202 drivers/pci/hotplug/shpchp.h 	CMD		 = offsetof(struct ctrl_reg, cmd),
offsetof          203 drivers/pci/hotplug/shpchp.h 	CMD_STATUS	 = offsetof(struct ctrl_reg, cmd_status),
offsetof          204 drivers/pci/hotplug/shpchp.h 	INTR_LOC	 = offsetof(struct ctrl_reg, intr_loc),
offsetof          205 drivers/pci/hotplug/shpchp.h 	SERR_LOC	 = offsetof(struct ctrl_reg, serr_loc),
offsetof          206 drivers/pci/hotplug/shpchp.h 	SERR_INTR_ENABLE = offsetof(struct ctrl_reg, serr_intr_enable),
offsetof          207 drivers/pci/hotplug/shpchp.h 	SLOT1		 = offsetof(struct ctrl_reg, slot1),
offsetof          493 drivers/pci/pcie/aer_inject.c 	if (usize < offsetof(struct aer_error_inj, domain) ||
offsetof          387 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, suspend);
offsetof          393 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, resume_noirq);
offsetof          403 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, resume);
offsetof          413 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, runtime_suspend);
offsetof          423 drivers/pci/pcie/portdrv_core.c 	size_t off = offsetof(struct pcie_port_service_driver, runtime_resume);
offsetof          725 drivers/pci/switch/switchtec.c #define EV_GLB(i, r)[i] = {offsetof(struct sw_event_regs, r), global_ev_reg}
offsetof          726 drivers/pci/switch/switchtec.c #define EV_PAR(i, r)[i] = {offsetof(struct part_cfg_regs, r), part_ev_reg}
offsetof          727 drivers/pci/switch/switchtec.c #define EV_PFF(i, r)[i] = {offsetof(struct pff_csr_regs, r), pff_ev_reg}
offsetof           63 drivers/platform/chrome/cros_ec_ishtp.c 	offsetof(struct cros_ish_in_msg, ec_response)
offsetof           66 drivers/platform/chrome/cros_ec_ishtp.c 	offsetof(struct cros_ish_out_msg, ec_request)
offsetof          179 drivers/platform/chrome/cros_ec_rpmsg.c 	len -= offsetof(struct cros_ec_rpmsg_response, data);
offsetof          157 drivers/platform/chrome/wilco_ec/telemetry.c 	size_t max_size = offsetof(struct wilco_ec_telem_request, args);
offsetof          335 drivers/platform/x86/dcdbas.c 				offsetof(struct smi_cmd, command_buffer);
offsetof          505 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 		cmd_cb.offset = offsetof(struct isst_if_cpu_maps, cpu_map);
offsetof          521 drivers/platform/x86/intel_speed_select_if/isst_if_common.c 		cmd_cb.offset = offsetof(struct isst_if_msr_cmds, msr_cmd);
offsetof          193 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c 	cb.offset = offsetof(struct isst_if_mbox_cmds, mbox_cmd);
offsetof          175 drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c 	cb.offset = offsetof(struct isst_if_mbox_cmds, mbox_cmd);
offsetof          114 drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c 	cb.offset = offsetof(struct isst_if_io_regs, io_reg);
offsetof          451 drivers/ps3/ps3av.c 	len += offsetof(struct ps3av_pkt_avb_param, buf);
offsetof          518 drivers/ps3/ps3av.c 	len += offsetof(struct ps3av_pkt_avb_param, buf);
offsetof          174 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_shutdown_resp, resp),
offsetof          195 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_req,
offsetof          205 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_req,
offsetof          215 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_req,
offsetof          225 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_req,
offsetof          235 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_req,
offsetof          253 drivers/remoteproc/qcom_sysmon.c 		.offset		= offsetof(struct ssctl_subsys_event_resp,
offsetof           71 drivers/s390/char/sclp_ctl.c 	if (offsetof(struct sccb_header, length) +
offsetof           28 drivers/s390/char/sclp_diag.h 	(offsetof(struct sclp_diag_evbuf, mdd) +	\
offsetof          114 drivers/s390/char/sclp_early_core.c 	sccb->header.length = len - offsetof(struct write_sccb, header);
offsetof          117 drivers/s390/char/sclp_early_core.c 	msg->header.length = len - offsetof(struct write_sccb, msg.header);
offsetof          122 drivers/s390/char/sclp_early_core.c 	mdb->header.length = len - offsetof(struct write_sccb, msg.mdb.header);
offsetof          673 drivers/s390/cio/cmf.c 	data->size = offsetof(struct cmbdata, device_busy_time);
offsetof          932 drivers/s390/cio/cmf.c 	data->size = offsetof(struct cmbdata, device_busy_time);
offsetof          240 drivers/s390/cio/scm.c 		       (offsetof(struct chsc_scm_info, scmal) -
offsetof          241 drivers/s390/cio/scm.c 			offsetof(struct chsc_scm_info, response))
offsetof         2755 drivers/s390/net/qeth_core_main.c 	data_length += offsetof(struct qeth_ipa_cmd, data);
offsetof         2874 drivers/s390/net/qeth_core_main.c 				 offsetof(struct qeth_ipacmd_setadpparms,
offsetof         4395 drivers/s390/net/qeth_core_main.c 		data_len -= offsetof(struct qeth_snmp_cmd, request);
offsetof         5371 drivers/s390/net/qeth_core_main.c 				 offsetof(struct qeth_ipacmd_setassparms,
offsetof          589 drivers/s390/net/qeth_core_mpc.h 				 offsetof(struct qeth_ipacmd_diagass, \
offsetof           15 drivers/s390/net/qeth_ethtool.c 	.offset = offsetof(struct qeth_out_q_stats, _stat) \
offsetof           20 drivers/s390/net/qeth_ethtool.c 	.offset = offsetof(struct qeth_card_stats, _stat) \
offsetof         1413 drivers/s390/net/qeth_l2_main.c 				 offsetof(struct qeth_ipacmd_setbridgeport,
offsetof         1754 drivers/s390/net/qeth_l2_main.c 				 offsetof(struct qeth_ipacmd_vnicc, data));
offsetof          143 drivers/s390/scsi/zfcp_dbf.c 			offsetof(struct fsf_status_read_buffer, payload);
offsetof          598 drivers/s390/scsi/zfcp_dbf.c 			offsetof(struct fsf_status_read_buffer, payload));
offsetof          184 drivers/scsi/aacraid/commsup.c 			offsetof(struct aac_hba_cmd_req, sge[2]);
offsetof          190 drivers/scsi/aacraid/commsup.c 			offsetof(struct aac_native_hba, resp.resp_bytes[0]);
offsetof         7373 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
offsetof         7376 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
offsetof         7378 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
offsetof         7379 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
offsetof         7380 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
offsetof         7381 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
offsetof         7384 drivers/scsi/aic7xxx/aic79xx_core.c 		 offsetof(struct hardware_scb, next_hscb_busaddr));
offsetof         7386 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
offsetof         7396 drivers/scsi/aic7xxx/aic79xx_core.c 		 AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
offsetof         10094 drivers/scsi/aic7xxx/aic79xx_core.c 	maxaddr = offsetof(struct vpd_config, vpd_checksum);
offsetof         10096 drivers/scsi/aic7xxx/aic79xx_core.c 	for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
offsetof         10103 drivers/scsi/aic7xxx/aic79xx_core.c 	maxaddr = offsetof(struct vpd_config, checksum);
offsetof         10104 drivers/scsi/aic7xxx/aic79xx_core.c 	for (i = offsetof(struct vpd_config, default_target_flags);
offsetof          590 drivers/scsi/aic7xxx/aic7xxx_core.c 			      + offsetof(struct hardware_scb, cdb32));
offsetof           38 drivers/scsi/aic94xx/aic94xx_dev.c #define INIT_CONN_TAG   offsetof(struct asd_ddb_ssp_smp_target_port, init_conn_tag)
offsetof           39 drivers/scsi/aic94xx/aic94xx_dev.c #define DEST_SAS_ADDR   offsetof(struct asd_ddb_ssp_smp_target_port, dest_sas_addr)
offsetof           40 drivers/scsi/aic94xx/aic94xx_dev.c #define SEND_QUEUE_HEAD offsetof(struct asd_ddb_ssp_smp_target_port, send_queue_head)
offsetof           41 drivers/scsi/aic94xx/aic94xx_dev.c #define DDB_TYPE        offsetof(struct asd_ddb_ssp_smp_target_port, ddb_type)
offsetof           42 drivers/scsi/aic94xx/aic94xx_dev.c #define CONN_MASK       offsetof(struct asd_ddb_ssp_smp_target_port, conn_mask)
offsetof           43 drivers/scsi/aic94xx/aic94xx_dev.c #define DDB_TARG_FLAGS  offsetof(struct asd_ddb_ssp_smp_target_port, flags)
offsetof           44 drivers/scsi/aic94xx/aic94xx_dev.c #define DDB_TARG_FLAGS2 offsetof(struct asd_ddb_stp_sata_target_port, flags2)
offsetof           45 drivers/scsi/aic94xx/aic94xx_dev.c #define EXEC_QUEUE_TAIL offsetof(struct asd_ddb_ssp_smp_target_port, exec_queue_tail)
offsetof           46 drivers/scsi/aic94xx/aic94xx_dev.c #define SEND_QUEUE_TAIL offsetof(struct asd_ddb_ssp_smp_target_port, send_queue_tail)
offsetof           47 drivers/scsi/aic94xx/aic94xx_dev.c #define SISTER_DDB      offsetof(struct asd_ddb_ssp_smp_target_port, sister_ddb)
offsetof           48 drivers/scsi/aic94xx/aic94xx_dev.c #define MAX_CCONN       offsetof(struct asd_ddb_ssp_smp_target_port, max_concurrent_conn)
offsetof           49 drivers/scsi/aic94xx/aic94xx_dev.c #define NUM_CTX         offsetof(struct asd_ddb_ssp_smp_target_port, num_contexts)
offsetof           50 drivers/scsi/aic94xx/aic94xx_dev.c #define ATA_CMD_SCBPTR  offsetof(struct asd_ddb_stp_sata_target_port, ata_cmd_scbptr)
offsetof           51 drivers/scsi/aic94xx/aic94xx_dev.c #define SATA_TAG_ALLOC_MASK offsetof(struct asd_ddb_stp_sata_target_port, sata_tag_alloc_mask)
offsetof           52 drivers/scsi/aic94xx/aic94xx_dev.c #define NUM_SATA_TAGS   offsetof(struct asd_ddb_stp_sata_target_port, num_sata_tags)
offsetof           53 drivers/scsi/aic94xx/aic94xx_dev.c #define SATA_STATUS     offsetof(struct asd_ddb_stp_sata_target_port, sata_status)
offsetof           54 drivers/scsi/aic94xx/aic94xx_dev.c #define NCQ_DATA_SCB_PTR offsetof(struct asd_ddb_stp_sata_target_port, ncq_data_scb_ptr)
offsetof           55 drivers/scsi/aic94xx/aic94xx_dev.c #define ITNL_TIMEOUT    offsetof(struct asd_ddb_ssp_smp_target_port, itnl_timeout)
offsetof          234 drivers/scsi/aic94xx/aic94xx_dev.c #define PM_PORT_FLAGS offsetof(struct asd_ddb_sata_pm_port, pm_port_flags)
offsetof          235 drivers/scsi/aic94xx/aic94xx_dev.c #define PARENT_DDB    offsetof(struct asd_ddb_sata_pm_port, parent_ddb)
offsetof          737 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_ssp_smp_target_port, __name))
offsetof          740 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_stp_sata_target_port, __name))
offsetof          743 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_ssp_smp_target_port, __name))
offsetof          747 drivers/scsi/aic94xx/aic94xx_dump.c 			       offsetof(struct asd_ddb_ssp_smp_target_port, __name))
offsetof          779 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_seq_shared, __name))
offsetof          782 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_seq_shared, __name))
offsetof          786 drivers/scsi/aic94xx/aic94xx_dump.c 			       offsetof(struct asd_ddb_seq_shared, __name))
offsetof          790 drivers/scsi/aic94xx/aic94xx_dump.c 			      offsetof(struct asd_ddb_seq_shared, __name)+_o)
offsetof          823 drivers/scsi/aic94xx/aic94xx_dump.c 			      + offsetof(struct initiate_ssp_task, __name))
offsetof          826 drivers/scsi/aic94xx/aic94xx_dump.c 			      + offsetof(struct initiate_ssp_task, __name))
offsetof          829 drivers/scsi/aic94xx/aic94xx_dump.c 			       + offsetof(struct initiate_ssp_task, __name))
offsetof          857 drivers/scsi/aic94xx/aic94xx_dump.c 					       offsetof(struct scb_header,
offsetof          875 drivers/scsi/aic94xx/aic94xx_seq.c 				       offsetof(struct scb_header, opcode),
offsetof         1110 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, q_free_ddb_head), 0);
offsetof         1112 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, q_free_ddb_tail),
offsetof         1115 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, q_free_ddb_cnt), 0);
offsetof         1117 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, q_used_ddb_head), 0xFFFF);
offsetof         1119 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, q_used_ddb_tail), 0xFFFF);
offsetof         1121 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, shared_mem_lock), 0);
offsetof         1123 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, smp_conn_tag), 0);
offsetof         1125 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, est_nexus_buf_cnt), 0);
offsetof         1127 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, est_nexus_buf_thresh),
offsetof         1130 drivers/scsi/aic94xx/aic94xx_seq.c 		 offsetof(struct asd_ddb_seq_shared, settable_max_contexts),0);
offsetof         1132 drivers/scsi/aic94xx/aic94xx_seq.c 	       offsetof(struct asd_ddb_seq_shared, conn_not_active), 0xFF);
offsetof         1134 drivers/scsi/aic94xx/aic94xx_seq.c 	       offsetof(struct asd_ddb_seq_shared, phy_is_up), 0x00);
offsetof         1374 drivers/scsi/aic94xx/aic94xx_seq.c 				       offsetof(struct asd_ddb_seq_shared,
offsetof         1379 drivers/scsi/aic94xx/aic94xx_seq.c 			  offsetof(struct asd_ddb_seq_shared, phy_is_up));
offsetof         1381 drivers/scsi/aic94xx/aic94xx_seq.c 				offsetof(struct asd_ddb_seq_shared, phy_is_up),
offsetof          736 drivers/scsi/arcmsr/arcmsr_hba.c 		cdb_phyaddr = (unsigned long)dma_coherent_handle + offsetof(struct CommandControlBlock, arcmsr_cdb);
offsetof         3773 drivers/scsi/arcmsr/arcmsr_hba.c 			offsetof(struct CommandControlBlock, arcmsr_cdb);
offsetof          174 drivers/scsi/be2iscsi/be.h 			offsetof(_struct, field)/32,			\
offsetof          187 drivers/scsi/be2iscsi/be.h 			offsetof(_struct, field)/32,			\
offsetof          681 drivers/scsi/be2iscsi/be_main.c 	while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32]
offsetof          683 drivers/scsi/be2iscsi/be_main.c 		if (((eqe->dw[offsetof(struct amap_eq_entry,
offsetof          757 drivers/scsi/be2iscsi/be_main.c 	while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32]
offsetof          759 drivers/scsi/be2iscsi/be_main.c 		if (((eqe->dw[offsetof(struct amap_eq_entry,
offsetof         1866 drivers/scsi/be2iscsi/be_main.c 	while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] &
offsetof         1873 drivers/scsi/be2iscsi/be_main.c 		code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] &
offsetof         2050 drivers/scsi/be2iscsi/be_main.c 	while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32] &
offsetof         3605 drivers/scsi/be2iscsi/be_main.c 		while (eqe->dw[offsetof(struct amap_eq_entry, valid) / 32]
offsetof         1290 drivers/scsi/be2iscsi/be_mgmt.c 		      params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1297 drivers/scsi/be2iscsi/be_mgmt.c 		      params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1300 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1303 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1306 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1309 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1312 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1316 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1322 drivers/scsi/be2iscsi/be_mgmt.c 		      max_burst_length, pwrb, params->dw[offsetof
offsetof         1360 drivers/scsi/be2iscsi/be_mgmt.c 		      max_burst_length, pwrb, params->dw[offsetof
offsetof         1380 drivers/scsi/be2iscsi/be_mgmt.c 		      params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1384 drivers/scsi/be2iscsi/be_mgmt.c 		      params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1388 drivers/scsi/be2iscsi/be_mgmt.c 		      params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1393 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1396 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1399 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1403 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1406 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1411 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1417 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1422 drivers/scsi/be2iscsi/be_mgmt.c 		      (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof         1427 drivers/scsi/be2iscsi/be_mgmt.c 		     (params->dw[offsetof(struct amap_beiscsi_offload_params,
offsetof          640 drivers/scsi/csiostor/csio_hw.c 				  offsetof(struct fw_hdr, fw_ver), 1,
offsetof          655 drivers/scsi/csiostor/csio_hw.c 			offsetof(struct fw_hdr, tp_microcode_ver), 1,
offsetof          751 drivers/scsi/csiostor/csio_hw.c 					offsetof(struct fw_hdr, fw_ver),
offsetof          594 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
offsetof          918 drivers/scsi/esas2r/esas2r.h #define VDA_BUFFER_HEADER_SZ (offsetof(struct atto_ioctl_vda, data))
offsetof         1194 drivers/scsi/esas2r/esas2r.h 			(u8)offsetof(struct atto_vda_scsi_req, u.sge);
offsetof          898 drivers/scsi/esas2r/esas2r_disc.c 	sgc.length = offsetof(struct atto_ioctl, data)
offsetof         1106 drivers/scsi/esas2r/esas2r_disc.c 		if ((luevt->hdr.bylength >= offsetof(struct atto_vda_ae_lu, id)
offsetof         1227 drivers/scsi/esas2r/esas2r_init.c 			rq->vrq->cfg.sg_list_offset = offsetof(
offsetof         1008 drivers/scsi/esas2r/esas2r_ioctl.c 		sgc->cur_offset += offsetof(struct atto_ioctl, data.byte)
offsetof         2031 drivers/scsi/esas2r/esas2r_ioctl.c 		u32 length = fs->command.length + offsetof(
offsetof         2041 drivers/scsi/esas2r/esas2r_ioctl.c 			length = offsetof(struct esas2r_ioctl_fs, data);
offsetof         2049 drivers/scsi/esas2r/esas2r_ioctl.c 		if (count < offsetof(struct esas2r_ioctl_fs, data))
offsetof         1463 drivers/scsi/esas2r/esas2r_main.c 		if (l->hdr.bylength >= offsetof(struct atto_vda_ae_lu, id)
offsetof          136 drivers/scsi/esas2r/esas2r_vda.c 				     - offsetof(struct atto_ioctl_vda, data)
offsetof          137 drivers/scsi/esas2r/esas2r_vda.c 				     + offsetof(struct atto_ioctl_vda, cmd)
offsetof          138 drivers/scsi/esas2r/esas2r_vda.c 				     + offsetof(struct atto_ioctl_vda_mgt_cmd,
offsetof          153 drivers/scsi/esas2r/esas2r_vda.c 					(u8)offsetof(struct atto_vda_mgmt_req,
offsetof          362 drivers/scsi/esas2r/esas2r_vda.c 		vrq->sg_list_offset = (u8)offsetof(struct atto_vda_flash_req,
offsetof          393 drivers/scsi/esas2r/esas2r_vda.c 			vrq->sg_list_offset = (u8)offsetof(
offsetof          401 drivers/scsi/esas2r/esas2r_vda.c 			vrq->sg_list_offset = (u8)offsetof(
offsetof          432 drivers/scsi/esas2r/esas2r_vda.c 			(u8)offsetof(struct atto_vda_ae_req, sge);
offsetof          438 drivers/scsi/esas2r/esas2r_vda.c 		vrq->sg_list_offset = (u8)offsetof(struct atto_vda_ae_req,
offsetof          461 drivers/scsi/esas2r/esas2r_vda.c 	vrq->sg_list_offset = (u8)offsetof(struct atto_vda_cli_req, sge);
offsetof          478 drivers/scsi/esas2r/esas2r_vda.c 	vrq->sg_list_offset = (u8)offsetof(struct atto_vda_ioctl_req, sge);
offsetof           42 drivers/scsi/fnic/fnic_res.c 				    offsetof(struct vnic_fc_config, m), \
offsetof           46 drivers/scsi/hisi_sas/hisi_sas.h 	((buf) + offsetof(struct hisi_sas_slot_buf_table, status_buffer))
offsetof           52 drivers/scsi/hisi_sas/hisi_sas.h 	((buf) + offsetof(struct hisi_sas_slot_buf_table, command_header))
offsetof           57 drivers/scsi/hisi_sas/hisi_sas.h 	((buf) + offsetof(struct hisi_sas_slot_buf_table, sge_page))
offsetof           62 drivers/scsi/hisi_sas/hisi_sas.h 	((buf) + offsetof(struct hisi_sas_slot_dif_buf_table, sge_dif_page))
offsetof          254 drivers/scsi/hisi_sas/hisi_sas_main.c 	memset(slot, 0, offsetof(struct hisi_sas_slot, buf));
offsetof         4987 drivers/scsi/hpsa.c 			offsetof(struct io_accel2_cmd, error_data));
offsetof         5493 drivers/scsi/hpsa.c 	memset(c, 0, offsetof(struct CommandList, refcount));
offsetof         9153 drivers/scsi/hpsa.c 	BUILD_BUG_ON(offsetof(struct io_accel2_cmd, sg) >
offsetof         9269 drivers/scsi/hpsa.c 		BUILD_BUG_ON(offsetof(struct io_accel2_cmd, sg) != 64);
offsetof         9274 drivers/scsi/hpsa.c 		BUILD_BUG_ON(offsetof(struct CfgTable,
offsetof         9891 drivers/scsi/hpsa.c 	BUILD_BUG_ON(offsetof(struct raid_map_data, member) != offset)
offsetof         9913 drivers/scsi/hpsa.c 	BUILD_BUG_ON(offsetof(struct io_accel2_cmd, member) != offset)
offsetof         9935 drivers/scsi/hpsa.c 	BUILD_BUG_ON(offsetof(struct io_accel1_cmd, member) != offset)
offsetof         1627 drivers/scsi/ibmvscsi/ibmvfc.c 	vfc_cmd->resp.va = cpu_to_be64(be64_to_cpu(evt->crq.ioba) + offsetof(struct ibmvfc_cmd, rsp));
offsetof         1900 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_mad, iu));
offsetof         1978 drivers/scsi/ibmvscsi/ibmvfc.c 		tmf->resp.va = cpu_to_be64(be64_to_cpu(evt->crq.ioba) + offsetof(struct ibmvfc_cmd, rsp));
offsetof         2308 drivers/scsi/ibmvscsi/ibmvfc.c 		tmf->resp.va = cpu_to_be64(be64_to_cpu(evt->crq.ioba) + offsetof(struct ibmvfc_cmd, rsp));
offsetof         3639 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_mad, iu));
offsetof         3644 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_mad, fc_iu) +
offsetof         3645 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_fc_iu, payload));
offsetof         3648 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_mad, fc_iu) +
offsetof         3649 drivers/scsi/ibmvscsi/ibmvfc.c 		offsetof(struct ibmvfc_passthru_fc_iu, response));
offsetof         1070 drivers/scsi/ibmvscsi/ibmvscsi.c 			offsetof(struct srp_cmd, add_data) +
offsetof         1071 drivers/scsi/ibmvscsi/ibmvscsi.c 			offsetof(struct srp_indirect_buf, desc_list));
offsetof         1628 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	min_len = offsetof(struct capabilities, migration);
offsetof          653 drivers/scsi/ipr.c 			cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
offsetof          657 drivers/scsi/ipr.c 			cpu_to_be32(dma_addr + offsetof(struct ipr_cmnd, i.ioadl));
offsetof         1978 drivers/scsi/ipr.c 			 (offsetof(struct ipr_hostrcb_error, u) +
offsetof         1979 drivers/scsi/ipr.c 			  offsetof(struct ipr_hostrcb_type_17_error, data)));
offsetof         2004 drivers/scsi/ipr.c 			 (offsetof(struct ipr_hostrcb_error, u) +
offsetof         2005 drivers/scsi/ipr.c 			  offsetof(struct ipr_hostrcb_type_07_error, data)));
offsetof         2290 drivers/scsi/ipr.c 		(offsetof(struct ipr_hostrcb_error, u) +
offsetof         2291 drivers/scsi/ipr.c 		 offsetof(struct ipr_hostrcb_type_20_error, desc));
offsetof         2384 drivers/scsi/ipr.c 		(offsetof(struct ipr_hostrcb64_error, u) +
offsetof         2385 drivers/scsi/ipr.c 		 offsetof(struct ipr_hostrcb_type_30_error, desc));
offsetof         2419 drivers/scsi/ipr.c 			 (offsetof(struct ipr_hostrcb_error, u) +
offsetof         2420 drivers/scsi/ipr.c 			  offsetof(struct ipr_hostrcb_type_41_error, data)));
offsetof         3213 drivers/scsi/ipr.c 	bytes_to_copy = offsetof(struct ipr_sdt, entry) +
offsetof         4303 drivers/scsi/ipr.c 		sdt_end = offsetof(struct ipr_ioa_dump, sdt.entry) +
offsetof         4307 drivers/scsi/ipr.c 		sdt_end = offsetof(struct ipr_ioa_dump, sdt.entry) +
offsetof         6008 drivers/scsi/ipr.c 				    offsetof(struct ipr_ioarcb, u.add_data));
offsetof         6102 drivers/scsi/ipr.c 			cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
offsetof         6105 drivers/scsi/ipr.c 			cpu_to_be32(dma_addr + offsetof(struct ipr_cmnd, i.ioadl));
offsetof         6923 drivers/scsi/ipr.c 		cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ata_ioadl.ioadl64));
offsetof         7362 drivers/scsi/ipr.c 				 offsetof(struct ipr_misc_cbs, supp_dev),
offsetof         7576 drivers/scsi/ipr.c 			      ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, mode_pages),
offsetof         7679 drivers/scsi/ipr.c 			     offsetof(struct ipr_misc_cbs, mode_pages),
offsetof         7718 drivers/scsi/ipr.c 			      ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, mode_pages),
offsetof         7767 drivers/scsi/ipr.c 			     offsetof(struct ipr_misc_cbs, mode_pages),
offsetof         8044 drivers/scsi/ipr.c 				   + offsetof(struct ipr_misc_cbs,
offsetof         8076 drivers/scsi/ipr.c 				  ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, cap),
offsetof         8104 drivers/scsi/ipr.c 			  ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, page3_data),
offsetof         8149 drivers/scsi/ipr.c 			  ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, page0_data),
offsetof         8173 drivers/scsi/ipr.c 			  ioa_cfg->vpd_cbs_dma + offsetof(struct ipr_misc_cbs, ioa_vpd),
offsetof         9706 drivers/scsi/ipr.c 				cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, i.ioadl64));
offsetof         9708 drivers/scsi/ipr.c 				cpu_to_be64(dma_addr + offsetof(struct ipr_cmnd, s.ioasa64));
offsetof         9711 drivers/scsi/ipr.c 				cpu_to_be32(dma_addr + offsetof(struct ipr_cmnd, i.ioadl));
offsetof         9714 drivers/scsi/ipr.c 				cpu_to_be32(dma_addr + offsetof(struct ipr_cmnd, s.ioasa));
offsetof         9720 drivers/scsi/ipr.c 			offsetof(struct ipr_cmnd, sense_buffer);
offsetof         9803 drivers/scsi/ipr.c 			ioa_cfg->hostrcb_dma[i] + offsetof(struct ipr_hostrcb, hcam);
offsetof          801 drivers/scsi/isci/request.c 				(SCU_TASK_CONTEXT_SRAM + offsetof(struct scu_task_context, type.ssp.data_offset)) +
offsetof         3109 drivers/scsi/isci/request.c 	memset(ireq->tc, 0, offsetof(struct scu_task_context, sgl_pair_ab));
offsetof         1884 drivers/scsi/lpfc/lpfc_hbadisc.c 				offsetof(struct fcf_record, vlan_bitmap));
offsetof          196 drivers/scsi/lpfc/lpfc_hw.h #define  GID_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          198 drivers/scsi/lpfc/lpfc_hw.h #define  GIDFF_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          200 drivers/scsi/lpfc/lpfc_hw.h #define  GFF_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          202 drivers/scsi/lpfc/lpfc_hw.h #define  GFT_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          204 drivers/scsi/lpfc/lpfc_hw.h #define  RFT_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          206 drivers/scsi/lpfc/lpfc_hw.h #define  RFF_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          208 drivers/scsi/lpfc/lpfc_hw.h #define  RNN_REQUEST_SZ   (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          210 drivers/scsi/lpfc/lpfc_hw.h #define  RSNN_REQUEST_SZ  (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          212 drivers/scsi/lpfc/lpfc_hw.h #define DA_ID_REQUEST_SZ (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof          214 drivers/scsi/lpfc/lpfc_hw.h #define  RSPN_REQUEST_SZ  (offsetof(struct lpfc_sli_ct_request, un) + \
offsetof         7767 drivers/scsi/lpfc/lpfc_init.c 	phba->mbox = phba->slim2p.virt + offsetof(struct lpfc_sli2_slim, mbx);
offsetof         7769 drivers/scsi/lpfc/lpfc_init.c 		offsetof(struct lpfc_sli2_slim, mbx_ext_words));
offsetof         7770 drivers/scsi/lpfc/lpfc_init.c 	phba->pcb = (phba->slim2p.virt + offsetof(struct lpfc_sli2_slim, pcb));
offsetof         7772 drivers/scsi/lpfc/lpfc_init.c 		       offsetof(struct lpfc_sli2_slim, IOCBs));
offsetof         1420 drivers/scsi/lpfc/lpfc_mbox.c 		pgp_offset = offsetof(struct lpfc_sli2_slim,
offsetof         1423 drivers/scsi/lpfc/lpfc_mbox.c 		pgp_offset = offsetof(struct lpfc_sli2_slim, mbx.us.s2.port);
offsetof          813 drivers/scsi/lpfc/lpfc_nvmet.c 		start_clean = offsetof(struct lpfc_iocbq, iocb_flag);
offsetof          421 drivers/scsi/lpfc/lpfc_scsi.c 			iocb->un.fcpi64.bdl.addrLow = offsetof(IOCB_t,
offsetof         1247 drivers/scsi/lpfc/lpfc_sli.c 	size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
offsetof         1323 drivers/scsi/lpfc/lpfc_sli.c 	size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
offsetof         12876 drivers/scsi/lpfc/lpfc_sli.c 	size_t offset = offsetof(struct lpfc_iocbq, iocb);
offsetof         1784 drivers/scsi/megaraid/megaraid_sas_fusion.c 			- offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL))/16;
offsetof         1796 drivers/scsi/megaraid/megaraid_sas_fusion.c 		offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL)/16;
offsetof         3298 drivers/scsi/megaraid/megaraid_sas_fusion.c 		offsetof(struct MPI2_RAID_SCSI_IO_REQUEST, SGL) / 4;
offsetof         3857 drivers/scsi/megaraid/megaraid_sas_fusion.c 	io_req->SGLOffset0  = offsetof(struct MPI2_RAID_SCSI_IO_REQUEST,
offsetof         2426 drivers/scsi/mpt3sas/mpt3sas_base.c 	mpi_request->ChainOffset = (offsetof(Mpi2SCSIIORequest_t, SGL) +
offsetof         2571 drivers/scsi/mpt3sas/mpt3sas_base.c 		   offsetof(Mpi25SCSIIORequest_t, SGL))/ioc->sge_size_ieee;
offsetof         2576 drivers/scsi/mpt3sas/mpt3sas_base.c 	    (offsetof(Mpi25SCSIIORequest_t, SGL)/ioc->sge_size_ieee);
offsetof         4463 drivers/scsi/mpt3sas/mpt3sas_base.c 	sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (num_phys *
offsetof         2934 drivers/scsi/mpt3sas/mpt3sas_ctl.c 	sz = offsetof(Mpi2IOUnitPage3_t, GPIOVal) + (sizeof(u16) * 36);
offsetof         2151 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	sz = offsetof(Mpi2RaidVolPage0_t, PhysDisk) + (num_pds *
offsetof         4754 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	mpi_request->SGLOffset0 = offsetof(Mpi25SCSIIORequest_t, SGL) / 4;
offsetof         5162 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	sz = offsetof(Mpi2EventNotificationReply_t, EventData) +
offsetof         5462 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys
offsetof         5531 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys *
offsetof         5554 drivers/scsi/mpt3sas/mpt3sas_scsih.c 	sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys *
offsetof         1576 drivers/scsi/mpt3sas/mpt3sas_transport.c 	sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys *
offsetof         1617 drivers/scsi/mpt3sas/mpt3sas_transport.c 	sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys *
offsetof         1725 drivers/scsi/mpt3sas/mpt3sas_transport.c 	sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys *
offsetof           77 drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c 	sz = offsetof(Mpi2EventNotificationReply_t, EventData) +
offsetof          144 drivers/scsi/mpt3sas/mpt3sas_warpdrive.c 	sz = offsetof(Mpi2RaidVolPage0_t, PhysDisk) + (num_pds *
offsetof         1576 drivers/scsi/ncr53c8xx.c #define CCB_PHYS(cp,lbl)	(cp->p_ccb + offsetof(struct ccb, lbl))
offsetof         1749 drivers/scsi/ncr53c8xx.c #define NCB_SCRIPT_PHYS(np,lbl)	 (np->p_script  + offsetof (struct script, lbl))
offsetof         1750 drivers/scsi/ncr53c8xx.c #define NCB_SCRIPTH_PHYS(np,lbl) (np->p_scripth + offsetof (struct scripth,lbl))
offsetof         1986 drivers/scsi/ncr53c8xx.c #define	NADDR(label)	(RELOC_SOFTC | offsetof(struct ncb, label))
offsetof         1987 drivers/scsi/ncr53c8xx.c #define PADDR(label)    (RELOC_LABEL | offsetof(struct script, label))
offsetof         1988 drivers/scsi/ncr53c8xx.c #define PADDRH(label)   (RELOC_LABELH | offsetof(struct scripth, label))
offsetof         2050 drivers/scsi/ncr53c8xx.c 	SCR_SEL_TBL_ATN ^ offsetof (struct dsb, select),
offsetof         2131 drivers/scsi/ncr53c8xx.c 		offsetof (struct dsb, smsg),
offsetof         2179 drivers/scsi/ncr53c8xx.c 		offsetof (struct dsb, cmd),
offsetof         2816 drivers/scsi/ncr53c8xx.c 	SCR_SEL_TBL ^ offsetof (struct dsb, select),
offsetof         3235 drivers/scsi/ncr53c8xx.c 		offsetof (struct dsb, sense),
offsetof         3466 drivers/scsi/ncr53c8xx.c 		*p++ =offsetof (struct dsb, data[i]);
offsetof         3476 drivers/scsi/ncr53c8xx.c 		*p++ =offsetof (struct dsb, data[i]);
offsetof         3486 drivers/scsi/ncr53c8xx.c 		*p++ =offsetof (struct dsb, data[i]);
offsetof         3496 drivers/scsi/ncr53c8xx.c 		*p++ =offsetof (struct dsb, data[i]);
offsetof         7301 drivers/scsi/ncr53c8xx.c #define ncr_reg_bus_addr(r) (np->paddr + offsetof (struct ncr_reg, r))
offsetof         7463 drivers/scsi/ncr53c8xx.c 	BUG_ON(((offsetof(struct ncr_reg, nc_sxfer) ^
offsetof         7464 drivers/scsi/ncr53c8xx.c 		 offsetof(struct tcb    , sval    )) &3) != 3);
offsetof         7465 drivers/scsi/ncr53c8xx.c 	BUG_ON(((offsetof(struct ncr_reg, nc_scntl3) ^
offsetof         7466 drivers/scsi/ncr53c8xx.c 		 offsetof(struct tcb    , wval    )) &3) != 3);
offsetof         7468 drivers/scsi/ncr53c8xx.c 	BUG_ON(((offsetof(struct ncr_reg, nc_sxfer) ^
offsetof         7469 drivers/scsi/ncr53c8xx.c 		 offsetof(struct tcb    , sval    )) &3) != 0);
offsetof         7470 drivers/scsi/ncr53c8xx.c 	BUG_ON(((offsetof(struct ncr_reg, nc_scntl3) ^
offsetof         7471 drivers/scsi/ncr53c8xx.c 		 offsetof(struct tcb    , wval    )) &3) != 0);
offsetof         7691 drivers/scsi/ncr53c8xx.c 	OUTL_OFF(offsetof(struct ncr_reg, nc_dstat), data);
offsetof         7692 drivers/scsi/ncr53c8xx.c 	data = INL_OFF(offsetof(struct ncr_reg, nc_dstat));
offsetof          418 drivers/scsi/ncr53c8xx.h #define INB(r)		INB_OFF (offsetof(struct ncr_reg,r))
offsetof          419 drivers/scsi/ncr53c8xx.h #define INW(r)		INW_OFF (offsetof(struct ncr_reg,r))
offsetof          420 drivers/scsi/ncr53c8xx.h #define INL(r)		INL_OFF (offsetof(struct ncr_reg,r))
offsetof          422 drivers/scsi/ncr53c8xx.h #define OUTB(r, val)	OUTB_OFF (offsetof(struct ncr_reg,r), (val))
offsetof          423 drivers/scsi/ncr53c8xx.h #define OUTW(r, val)	OUTW_OFF (offsetof(struct ncr_reg,r), (val))
offsetof          424 drivers/scsi/ncr53c8xx.h #define OUTL(r, val)	OUTL_OFF (offsetof(struct ncr_reg,r), (val))
offsetof          898 drivers/scsi/ncr53c8xx.h #define REGJ(p,r) (offsetof(struct ncr_reg, p ## r))
offsetof         4339 drivers/scsi/pm8001/pm8001_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4412 drivers/scsi/pm8001/pm8001_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4099 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4129 drivers/scsi/pm8001/pm80xx_hwi.c 					offsetof(struct pm8001_ccb_info,
offsetof         4159 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4188 drivers/scsi/pm8001/pm80xx_hwi.c 					offsetof(struct pm8001_ccb_info,
offsetof         4280 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4306 drivers/scsi/pm8001/pm80xx_hwi.c 						offsetof(struct pm8001_ccb_info,
offsetof         4346 drivers/scsi/pm8001/pm80xx_hwi.c 				offsetof(struct pm8001_ccb_info, buf_prd[0]);
offsetof         4372 drivers/scsi/pm8001/pm80xx_hwi.c 					offsetof(struct pm8001_ccb_info,
offsetof          302 drivers/scsi/pmcraid.c 			offsetof(struct pmcraid_control_block, ioasa);
offsetof         1022 drivers/scsi/pmcraid.c 					offsetof(struct pmcraid_ioarcb,
offsetof         1159 drivers/scsi/pmcraid.c 					offsetof(struct pmcraid_ioarcb,
offsetof         2448 drivers/scsi/pmcraid.c 					offsetof(struct pmcraid_ioarcb,
offsetof         3116 drivers/scsi/pmcraid.c 				offsetof(struct pmcraid_ioarcb,
offsetof         3122 drivers/scsi/pmcraid.c 				offsetof(struct pmcraid_ioarcb,
offsetof         3619 drivers/scsi/pmcraid.c 	    offsetof(struct pmcraid_passthrough_ioctl_buffer, request_buffer);
offsetof         3626 drivers/scsi/pmcraid.c 	ioasa = arg + offsetof(struct pmcraid_passthrough_ioctl_buffer, ioasa);
offsetof         5447 drivers/scsi/pmcraid.c 					offsetof(struct pmcraid_ioarcb,
offsetof         5624 drivers/scsi/pmcraid.c 					offsetof(struct pmcraid_ioarcb,
offsetof         1962 drivers/scsi/qla2xxx/qla_def.h #define CRC_CONTEXT_LEN_FW	(offsetof(struct crc_context, fcp_cmnd.lun))
offsetof         1963 drivers/scsi/qla2xxx/qla_def.h #define CRC_CONTEXT_FCPCMND_OFF	(offsetof(struct crc_context, fcp_cmnd.lun))
offsetof          152 drivers/scsi/qla2xxx/qla_gs.c 				    offsetof(typeof(*ct_rsp), rsp));
offsetof         3212 drivers/scsi/qla2xxx/qla_init.c 		fixed_size = offsetof(struct qla2300_fw_dump, data_ram);
offsetof         3217 drivers/scsi/qla2xxx/qla_init.c 			fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem);
offsetof         3219 drivers/scsi/qla2xxx/qla_init.c 			fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem);
offsetof         3221 drivers/scsi/qla2xxx/qla_init.c 			fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem);
offsetof         3223 drivers/scsi/qla2xxx/qla_init.c 			fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem);
offsetof         3273 drivers/scsi/qla2xxx/qla_init.c 		dump_size = offsetof(struct qla2xxx_fw_dump, isp);
offsetof         3342 drivers/scsi/qla2xxx/qla_init.c 					htonl(offsetof
offsetof         3005 drivers/scsi/qla2xxx/qla_mbx.c 	ushort dwords = offsetof(typeof(*stats), link_up_cnt)/sizeof(*iter);
offsetof         1569 drivers/scsi/qla2xxx/qla_sup.c #define PIO_REG(h, r) ((h)->pio_address + offsetof(struct device_reg_2xxx, r))
offsetof           11 drivers/scsi/qla2xxx/qla_tmpl.c #define IOBAR(reg)	offsetof(typeof(*(reg)), iobase_addr)
offsetof          683 drivers/scsi/qla2xxx/qla_tmpl.c 	ulong offset = offsetof(typeof(*ent), t275.buffer);
offsetof           11 drivers/scsi/qla2xxx/qla_tmpl.h #define IOBASE_ADDR	offsetof(struct device_reg_24xx, iobase_addr)
offsetof           46 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, mailbox[i]), i,
offsetof           51 drivers/scsi/qla4xxx/ql4_dbg.c 	    (uint8_t) offsetof(struct isp_reg, flash_address),
offsetof           54 drivers/scsi/qla4xxx/ql4_dbg.c 	    (uint8_t) offsetof(struct isp_reg, flash_data),
offsetof           57 drivers/scsi/qla4xxx/ql4_dbg.c 	    (uint8_t) offsetof(struct isp_reg, ctrl_status),
offsetof           62 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u1.isp4010.nvram),
offsetof           66 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u1.isp4022.intr_mask),
offsetof           69 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u1.isp4022.nvram),
offsetof           72 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u1.isp4022.semaphore),
offsetof           76 drivers/scsi/qla4xxx/ql4_dbg.c 	    (uint8_t) offsetof(struct isp_reg, req_q_in),
offsetof           79 drivers/scsi/qla4xxx/ql4_dbg.c 	    (uint8_t) offsetof(struct isp_reg, rsp_q_out),
offsetof           84 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf),
offsetof           87 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_ctrl),
offsetof           90 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_status),
offsetof           93 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.req_q_out),
offsetof           96 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_out),
offsetof           99 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_in),
offsetof          102 drivers/scsi/qla4xxx/ql4_dbg.c 		    offsetof(struct isp_reg, u2.isp4010.port_err_status),
offsetof          107 drivers/scsi/qla4xxx/ql4_dbg.c 		    offsetof(struct isp_reg, u2.isp4022.p0.ext_hw_conf),
offsetof          110 drivers/scsi/qla4xxx/ql4_dbg.c 		    offsetof(struct isp_reg, u2.isp4022.p0.port_ctrl),
offsetof          113 drivers/scsi/qla4xxx/ql4_dbg.c 		    offsetof(struct isp_reg, u2.isp4022.p0.port_status),
offsetof          116 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4022.p0.gp_out),
offsetof          119 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4022.p0.gp_in),
offsetof          122 drivers/scsi/qla4xxx/ql4_dbg.c 		    offsetof(struct isp_reg, u2.isp4022.p0.port_err_status),
offsetof          128 drivers/scsi/qla4xxx/ql4_dbg.c 		    (uint8_t) offsetof(struct isp_reg, u2.isp4022.p1.req_q_out),
offsetof          970 drivers/scsi/qla4xxx/ql4_def.h 		offsetof(struct eeprom_data, isp4010.ext_hw_conf) / 2 :
offsetof          971 drivers/scsi/qla4xxx/ql4_def.h 		offsetof(struct eeprom_data, isp4022.ext_hw_conf) / 2);
offsetof          587 drivers/scsi/qla4xxx/ql4_init.c 	int offset = offsetof(struct eeprom_data, isp4022.boardIdStr) / 2;
offsetof         4080 drivers/scsi/qla4xxx/ql4_nx.c 	    offsetof(struct mbx_sys_info, reserved)) {
offsetof         8354 drivers/scsi/qla4xxx/ql4_os.c 		dev_db_start_offset += offsetof(struct dev_db_entry, cookie);
offsetof         1713 drivers/scsi/scsi_transport_fc.c 			    offsetof(struct fc_host_statistics, name));	\
offsetof          443 drivers/scsi/smartpqi/smartpqi.h 	(offsetof(struct pqi_ofa_memory, sg_descriptor) + \
offsetof          460 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le16(offsetof(struct pqi_raid_path_request,
offsetof         1117 drivers/scsi/smartpqi/smartpqi_init.c 	if (raid_map_size < offsetof(struct raid_map, disk_data)) {
offsetof         1272 drivers/scsi/smartpqi/smartpqi_init.c 	page_length = offsetof(struct ciss_vpd_logical_volume_status,
offsetof         4488 drivers/scsi/smartpqi/smartpqi_init.c 	(offsetof(struct pqi_event_config, descriptors) + \
offsetof         4508 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le16(offsetof(struct pqi_general_management_request,
offsetof         4544 drivers/scsi/smartpqi/smartpqi_init.c 	put_unaligned_le16(offsetof(struct pqi_general_management_request,
offsetof         4804 drivers/scsi/smartpqi/smartpqi_init.c 	iu_length = offsetof(struct pqi_raid_path_request, sg_descriptors) -
offsetof         4868 drivers/scsi/smartpqi/smartpqi_init.c 	iu_length = offsetof(struct pqi_aio_path_request, sg_descriptors) -
offsetof         4941 drivers/scsi/smartpqi/smartpqi_init.c 		offsetof(struct pqi_raid_path_request, sg_descriptors));
offsetof         5228 drivers/scsi/smartpqi/smartpqi_init.c 		offsetof(struct pqi_raid_path_request, sg_descriptors));
offsetof         5985 drivers/scsi/smartpqi/smartpqi_init.c 	iu_length = offsetof(struct pqi_raid_path_request, sg_descriptors) -
offsetof         6718 drivers/scsi/smartpqi/smartpqi_init.c 		offsetof(struct pqi_config_table_firmware_features,
offsetof         6974 drivers/scsi/smartpqi/smartpqi_init.c 					offsetof(
offsetof         6982 drivers/scsi/smartpqi/smartpqi_init.c 				offsetof(struct pqi_config_table_soft_reset,
offsetof         7744 drivers/scsi/smartpqi/smartpqi_init.c 		size = offsetof(struct pqi_ofa_memory, sg_descriptor) +
offsetof         8484 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8486 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8488 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8490 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8492 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8494 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8496 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8498 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers,
offsetof         8501 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_header,
offsetof         8503 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_header,
offsetof         8505 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_header,
offsetof         8507 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_header,
offsetof         8511 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8513 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8515 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8517 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8519 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8521 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8523 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8525 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_error_info,
offsetof         8529 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8531 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8533 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8535 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8537 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8539 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8541 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8543 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8545 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8547 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_error_info,
offsetof         8551 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8553 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8555 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8557 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8559 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8561 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8563 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8565 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8567 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8569 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8571 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8573 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8575 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8577 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8579 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8581 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8583 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8585 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8587 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8589 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8591 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8593 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8595 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8597 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_registers,
offsetof         8601 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8603 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8605 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8607 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8609 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8611 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8613 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8615 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8617 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8619 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8621 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8623 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8625 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8627 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8629 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8631 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8633 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8635 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8637 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8639 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8641 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8643 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8645 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8647 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_request,
offsetof         8657 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8659 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8661 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8663 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8665 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8667 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8669 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8671 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8673 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8675 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_admin_response,
offsetof         8679 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8681 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8683 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8685 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8687 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8689 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8691 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8693 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8695 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8697 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8699 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8701 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_raid_path_request,
offsetof         8706 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8708 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8710 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8712 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8714 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8716 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8718 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8720 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8722 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8724 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8726 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8728 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8730 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8732 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8734 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8736 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_aio_path_request,
offsetof         8741 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_io_response,
offsetof         8743 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_io_response,
offsetof         8745 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_io_response,
offsetof         8747 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_io_response,
offsetof         8750 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8752 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8754 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8756 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8758 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8760 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8762 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8764 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8766 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_general_management_request,
offsetof         8769 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_layer_descriptor,
offsetof         8771 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_iu_layer_descriptor,
offsetof         8775 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8777 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8779 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8781 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8783 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8785 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8787 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8789 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8791 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8793 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8795 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8797 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8799 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8801 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8803 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_device_capability,
offsetof         8807 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_descriptor,
offsetof         8809 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_descriptor,
offsetof         8813 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_config,
offsetof         8815 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_config,
offsetof         8821 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8823 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8825 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8827 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8829 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8831 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_response,
offsetof         8835 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_acknowledge_request,
offsetof         8837 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_acknowledge_request,
offsetof         8839 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_acknowledge_request,
offsetof         8841 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_acknowledge_request,
offsetof         8843 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_event_acknowledge_request,
offsetof         8847 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8849 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8851 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8853 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8855 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8857 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8859 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8861 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8863 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_request,
offsetof         8867 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8869 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8871 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8873 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8875 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8877 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct pqi_task_management_response,
offsetof         8881 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8883 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8885 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8887 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8889 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8891 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_controller,
offsetof         8894 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8896 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8898 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8900 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8902 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8904 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof         8906 drivers/scsi/smartpqi/smartpqi_init.c 	BUILD_BUG_ON(offsetof(struct bmic_identify_physical_device,
offsetof          425 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof          427 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof          429 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof          431 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof          433 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof          435 drivers/scsi/smartpqi/smartpqi_sis.c 	BUILD_BUG_ON(offsetof(struct sis_base_struct,
offsetof           41 drivers/scsi/snic/snic_res.c 				     offsetof(struct vnic_snic_config, m), \
offsetof          371 drivers/scsi/sym53c8xx_2/sym_defs.h #define REGJ(p,r) (offsetof(struct sym_reg, p ## r))
offsetof           32 drivers/scsi/sym53c8xx_2/sym_fw.c #define	SYM_GEN_A(s, label)	((short) offsetof(s, label)),
offsetof           33 drivers/scsi/sym53c8xx_2/sym_fw.c #define	SYM_GEN_B(s, label)	((short) offsetof(s, label)),
offsetof           34 drivers/scsi/sym53c8xx_2/sym_fw.c #define	SYM_GEN_Z(s, label)	((short) offsetof(s, label)),
offsetof          217 drivers/scsi/sym53c8xx_2/sym_fw.c 			   offsetof(struct sym_fw2a_scr, pm0_data));
offsetof          220 drivers/scsi/sym53c8xx_2/sym_fw.c 			   offsetof(struct sym_fw2a_scr, pm1_data));
offsetof          234 drivers/scsi/sym53c8xx_2/sym_fw.c 		*in++  = offsetof (struct sym_dsb, data[i]);
offsetof          236 drivers/scsi/sym53c8xx_2/sym_fw.c 		*out++ = offsetof (struct sym_dsb, data[i]);
offsetof          181 drivers/scsi/sym53c8xx_2/sym_fw.h #define	HADDR_1(label)	   (RELOC_SOFTC    | offsetof(struct sym_hcb, label))
offsetof          183 drivers/scsi/sym53c8xx_2/sym_fw.h 				(offsetof(struct sym_hcb, label)+(ofs)))
offsetof          187 drivers/scsi/sym53c8xx_2/sym_fw.h #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A  | offsetof(s, label))
offsetof          188 drivers/scsi/sym53c8xx_2/sym_fw.h #define SYM_GEN_PADDR_B(s, label) (RELOC_LABEL_B  | offsetof(s, label))
offsetof          302 drivers/scsi/sym53c8xx_2/sym_fw1.h 	SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
offsetof          354 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_dsb, smsg),
offsetof          379 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_dsb, cmd),
offsetof         1199 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_ccb, phys.pm0.sg),
offsetof         1219 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_ccb, phys.pm0.sg),
offsetof         1235 drivers/scsi/sym53c8xx_2/sym_fw1.h 	SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
offsetof         1275 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_ccb, phys.pm1.sg),
offsetof         1295 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_ccb, phys.pm1.sg),
offsetof         1311 drivers/scsi/sym53c8xx_2/sym_fw1.h 	SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
offsetof         1341 drivers/scsi/sym53c8xx_2/sym_fw1.h 	SCR_SEL_TBL_ATN ^ offsetof (struct sym_hcb, abrt_sel),
offsetof         1363 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_hcb, abrt_tbl),
offsetof         1672 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_dsb, sense),
offsetof         1727 drivers/scsi/sym53c8xx_2/sym_fw1.h 		offsetof (struct sym_ccb, phys.wresid),
offsetof          277 drivers/scsi/sym53c8xx_2/sym_fw2.h 	SCR_SEL_TBL_ATN ^ offsetof (struct sym_dsb, select),
offsetof          305 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.status),
offsetof          331 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_dsb, select.sel_scntl3),
offsetof          339 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_dsb, smsg),
offsetof          364 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_dsb, cmd),
offsetof          455 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          514 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          546 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          562 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          654 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.status),
offsetof          664 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.status),
offsetof          740 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          742 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.savep),
offsetof          762 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.savep),
offsetof          764 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.lastp),
offsetof          792 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.status),
offsetof          879 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_tcb, head.wval),
offsetof          881 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_tcb, head.sval),
offsetof          888 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_tcb, head.uval),
offsetof          911 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_tcb, head.luntbl_sa),
offsetof          927 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_tcb, head.lun0_sa),
offsetof          932 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_lcb, head.resel_sa),
offsetof          955 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_lcb, head.itlq_tbl_sa),
offsetof          988 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.head.go.restart),
offsetof         1003 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.head.status),
offsetof         1014 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_lcb, head.itl_task_sa),
offsetof         1019 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.head.go.restart),
offsetof         1085 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm0.sg),
offsetof         1105 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm0.sg),
offsetof         1119 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm0.ret),
offsetof         1150 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm1.sg),
offsetof         1170 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm1.sg),
offsetof         1184 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.pm1.ret),
offsetof         1220 drivers/scsi/sym53c8xx_2/sym_fw2.h 	SCR_SEL_TBL_ATN ^ offsetof (struct sym_hcb, abrt_sel),
offsetof         1242 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_hcb, abrt_tbl),
offsetof         1320 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_dsb, smsg_ext.size),
offsetof         1324 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_dsb, smsg_ext),
offsetof         1545 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_dsb, sense),
offsetof         1635 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm0.ret),
offsetof         1639 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm1.ret),
offsetof         1667 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm0.ret),
offsetof         1682 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm0.sg.size),
offsetof         1684 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm0.sg.addr),
offsetof         1692 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.head.lastp),
offsetof         1697 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm1.ret),
offsetof         1712 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm1.sg.size),
offsetof         1714 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_ccb, phys.pm1.sg.addr),
offsetof         1736 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.wresid.addr),
offsetof         1765 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.wresid.size),
offsetof         1781 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.wresid),
offsetof         1817 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof (struct sym_ccb, phys.wresid),
offsetof         1844 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_hcb, scratch),
offsetof         1849 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_hcb, scratch),
offsetof         1854 drivers/scsi/sym53c8xx_2/sym_fw2.h 		offsetof(struct sym_hcb, scratch),
offsetof         1341 drivers/scsi/sym53c8xx_2/sym_hipd.c 	o = offsetof(struct sym_reg, nc_scrx[0]);
offsetof         4958 drivers/scsi/sym53c8xx_2/sym_hipd.c 	assert (((offsetof(struct sym_reg, nc_sxfer) ^
offsetof         4959 drivers/scsi/sym53c8xx_2/sym_hipd.c 		offsetof(struct sym_tcb, head.sval)) &3) == 0);
offsetof         4960 drivers/scsi/sym53c8xx_2/sym_hipd.c 	assert (((offsetof(struct sym_reg, nc_scntl3) ^
offsetof         4961 drivers/scsi/sym53c8xx_2/sym_hipd.c 		offsetof(struct sym_tcb, head.wval)) &3) == 0);
offsetof          192 drivers/scsi/sym53c8xx_2/sym_hipd.h #define INB(np, r)		INB_OFF(np, offsetof(struct sym_reg, r))
offsetof          193 drivers/scsi/sym53c8xx_2/sym_hipd.h #define INW(np, r)		INW_OFF(np, offsetof(struct sym_reg, r))
offsetof          194 drivers/scsi/sym53c8xx_2/sym_hipd.h #define INL(np, r)		INL_OFF(np, offsetof(struct sym_reg, r))
offsetof          196 drivers/scsi/sym53c8xx_2/sym_hipd.h #define OUTB(np, r, v)		OUTB_OFF(np, offsetof(struct sym_reg, r), (v))
offsetof          197 drivers/scsi/sym53c8xx_2/sym_hipd.h #define OUTW(np, r, v)		OUTW_OFF(np, offsetof(struct sym_reg, r), (v))
offsetof          198 drivers/scsi/sym53c8xx_2/sym_hipd.h #define OUTL(np, r, v)		OUTL_OFF(np, offsetof(struct sym_reg, r), (v))
offsetof          790 drivers/scsi/sym53c8xx_2/sym_hipd.h #define CCB_BA(cp,lbl)	cpu_to_scr(cp->ccb_ba + offsetof(struct sym_ccb, lbl))
offsetof         1029 drivers/scsi/sym53c8xx_2/sym_hipd.h #define HCB_BA(np, lbl)	(np->hcb_ba + offsetof(struct sym_hcb, lbl))
offsetof         3468 drivers/scsi/ufs/ufshcd.c 		offsetof(struct utp_transfer_cmd_desc, response_upiu);
offsetof         3470 drivers/scsi/ufs/ufshcd.c 		offsetof(struct utp_transfer_cmd_desc, prd_table);
offsetof          260 drivers/scsi/wd719x.c 					  offsetof(struct wd719x_scb, sg_list));
offsetof          219 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_select_inst_req_msg_v01,
offsetof          229 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_select_inst_req_msg_v01,
offsetof          239 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_select_inst_req_msg_v01,
offsetof          261 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_select_inst_resp_msg_v01,
offsetof          283 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_power_req_msg_v01,
offsetof          293 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_power_req_msg_v01,
offsetof          302 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_power_req_msg_v01,
offsetof          323 drivers/slimbus/qcom-ngd-ctrl.c 		.offset     = offsetof(struct slimbus_power_resp_msg_v01, resp),
offsetof          385 drivers/soc/fsl/qbman/qman_test_stash.c 	num_cachelines(offsetof(struct hp_handler, fqid_rx))
offsetof          791 drivers/soc/qcom/qmi_encdec.c 		.offset		= offsetof(struct qmi_response_type_v01, result),
offsetof          800 drivers/soc/qcom/qmi_encdec.c 		.offset		= offsetof(struct qmi_response_type_v01, error),
offsetof          434 drivers/soc/qcom/socinfo.c 	if (offsetof(struct socinfo, serial_num) <= item_size)
offsetof          359 drivers/spi/spi-pic32.c 	int buf_offset = offsetof(struct pic32_spi_regs, buf);
offsetof          364 drivers/staging/comedi/comedi_compat32.c 	s = compat_alloc_user_space(offsetof(struct combined_insnlist,
offsetof           95 drivers/staging/comedi/drivers/jr3_pci.c 	char _reserved[offsetof(struct comedi_lrange, range[1])];
offsetof         1739 drivers/staging/exfat/exfat_core.c 	bufsize = offsetof(struct entry_set_cache_t, __buf) + (num_entries) *
offsetof          616 drivers/staging/gdm724x/gdm_lte.c 				offsetof(struct dhcp_packet, chaddr);
offsetof          631 drivers/staging/gdm724x/gdm_usb.c 	return send_len + offsetof(struct multi_sdu, data);
offsetof         1039 drivers/staging/greybus/audio_topology.c 			csize = offsetof(struct gb_audio_control, info);
offsetof         1040 drivers/staging/greybus/audio_topology.c 			csize += offsetof(struct gb_audio_ctl_elem_info, value);
offsetof         1041 drivers/staging/greybus/audio_topology.c 			csize += offsetof(struct gb_audio_enumerated, names);
offsetof         1188 drivers/staging/greybus/audio_topology.c 			csize = offsetof(struct gb_audio_control, info);
offsetof         1189 drivers/staging/greybus/audio_topology.c 			csize += offsetof(struct gb_audio_ctl_elem_info, value);
offsetof         1190 drivers/staging/greybus/audio_topology.c 			csize += offsetof(struct gb_audio_enumerated, names);
offsetof          106 drivers/staging/media/ipu3/ipu3-css.c 		offsetof(struct imgu_abi_buffer, payload.frame.frame_data)
offsetof          110 drivers/staging/media/ipu3/ipu3-css.c 		offsetof(struct imgu_abi_buffer, payload.frame.frame_data)
offsetof          114 drivers/staging/media/ipu3/ipu3-css.c 		offsetof(struct imgu_abi_buffer, payload.frame.frame_data)
offsetof          118 drivers/staging/media/ipu3/ipu3-css.c 		offsetof(struct imgu_abi_buffer, payload.s3a.data_ptr)
offsetof           45 drivers/staging/qlge/qlge_ethtool.c #define QL_OFF(m) offsetof(struct ql_adapter, m)
offsetof         4907 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 		memcpy(pnetwork, pbuf, offsetof(struct wlan_bssid_ex, ie_length));
offsetof         4965 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 	memcpy(pnetwork, pbuf, offsetof(struct wlan_bssid_ex, ie_length));
offsetof          397 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial);
offsetof         1648 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		wep.Length = wep.KeyLength + offsetof(struct ndis_802_11_wep, KeyMaterial);
offsetof         2241 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 			wep_total_len = wep_key_len + offsetof(struct ndis_802_11_wep, KeyMaterial);
offsetof          830 drivers/staging/rtl8192e/rtl8192e/rtl_core.c 	       offsetof(struct rtllib_network, list));
offsetof         3453 drivers/staging/rtl8192u/r8192U_core.c 	       offsetof(struct ieee80211_network, list));
offsetof         1060 drivers/staging/unisys/visorhba/visorhba_main.c 	channel_offset = offsetof(struct visor_io_channel, vhba.max);
offsetof         1104 drivers/staging/unisys/visorhba/visorhba_main.c 	channel_offset = offsetof(struct visor_io_channel,
offsetof         1803 drivers/staging/unisys/visornic/visornic_main.c 	channel_offset = offsetof(struct visor_io_channel, vnic.macaddr);
offsetof         1832 drivers/staging/unisys/visornic/visornic_main.c 	channel_offset = offsetof(struct visor_io_channel, vnic.num_rcv_bufs);
offsetof         1880 drivers/staging/unisys/visornic/visornic_main.c 	channel_offset = offsetof(struct visor_io_channel, vnic.mtu);
offsetof         1900 drivers/staging/unisys/visornic/visornic_main.c 	channel_offset = offsetof(struct visor_io_channel,
offsetof           55 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_ie_rcv, wIELength),
offsetof           59 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_beacon, wBeaconInfoLength),
offsetof           66 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_bpoie_change,
offsetof           74 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_bp_switch_ie_rcv, wIELength),
offsetof           84 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_drp, ie_length),
offsetof           91 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_cmd_frame_rcv, dataLength),
offsetof           95 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_channel_change_ie_rcv, wIELength),
offsetof          104 drivers/staging/uwb/est.c 		.offset = 1 + offsetof(struct uwb_rc_evt_get_ie, wIELength),
offsetof          496 drivers/staging/uwb/hwa-rc.c 		offset = offsetof(struct uwb_rc_evt_beacon_WUSB_0100,
offsetof          514 drivers/staging/uwb/hwa-rc.c 		offset = offsetof(struct uwb_rc_evt_drp_avail_WUSB_0100,
offsetof          527 drivers/staging/uwb/hwa-rc.c 		offset = offsetof(struct uwb_rc_evt_drp_WUSB_0100, wIELength);
offsetof           29 drivers/staging/uwb/i1480/i1480-est.c 		.offset = 1 + offsetof(struct i1480_rceb, wParamLength),
offsetof          255 drivers/staging/vt6656/rxtx.c 	u8 *head = tx_context->data + offsetof(struct vnt_tx_buffer, fifo_head);
offsetof          585 drivers/staging/wilc1000/wilc_hif.c 		offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
offsetof          587 drivers/staging/wilc1000/wilc_hif.c 		offset = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof         1098 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	flowclen = offsetof(struct fw_flowc_wr,
offsetof         1402 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
offsetof          866 drivers/target/target_core_user.c 	return max(offsetof(struct tcmu_cmd_entry, req.iov[iov_cnt]),
offsetof           51 drivers/tty/hvc/hvc_iucv.c #define MSG_SIZE(s)		((s) + offsetof(struct iucv_tty_msg, data))
offsetof         2712 drivers/tty/tty_io.c 	memcpy(&v, &v32, offsetof(struct serial_struct32, iomem_base));
offsetof         2742 drivers/tty/tty_io.c 		memcpy(&v32, &v, offsetof(struct serial_struct32, iomem_base));
offsetof          718 drivers/usb/core/hcd.c 				len > offsetof (struct usb_config_descriptor,
offsetof          725 drivers/usb/core/hcd.c 				len > offsetof(struct usb_device_descriptor,
offsetof          211 drivers/usb/host/u132-hcd.c 	offsetof(struct ohci_regs, member), 0, data);
offsetof          213 drivers/usb/host/u132-hcd.c 	offsetof(struct ohci_regs, member), 0, data);
offsetof          215 drivers/usb/host/u132-hcd.c 	usb_ftdi_elan_read_pcimem(u132->platform_dev, offsetof(struct \
offsetof          218 drivers/usb/host/u132-hcd.c 	usb_ftdi_elan_write_pcimem(u132->platform_dev, offsetof(struct \
offsetof         2184 drivers/usb/misc/ftdi-elan.c 								   offsetof(struct ohci_regs, member), 0, data);
offsetof         2186 drivers/usb/misc/ftdi-elan.c 								     offsetof(struct ohci_regs, member), 0, data);
offsetof          326 drivers/usb/typec/ucsi/ucsi_ccg.c 	rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_out));
offsetof          328 drivers/usb/typec/ucsi/ucsi_ccg.c 			   offsetof(struct ucsi_data, message_out),
offsetof          333 drivers/usb/typec/ucsi/ucsi_ccg.c 	rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, ctrl));
offsetof          334 drivers/usb/typec/ucsi/ucsi_ccg.c 	return ccg_write(uc, rab, ppm + offsetof(struct ucsi_data, ctrl),
offsetof          344 drivers/usb/typec/ucsi/ucsi_ccg.c 	rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, cci));
offsetof          345 drivers/usb/typec/ucsi/ucsi_ccg.c 	status = ccg_read(uc, rab, ppm + offsetof(struct ucsi_data, cci),
offsetof          350 drivers/usb/typec/ucsi/ucsi_ccg.c 	rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_in));
offsetof          351 drivers/usb/typec/ucsi/ucsi_ccg.c 	return ccg_read(uc, rab, ppm + offsetof(struct ucsi_data, message_in),
offsetof         1152 drivers/usb/typec/ucsi/ucsi_ccg.c 	rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, version));
offsetof         1154 drivers/usb/typec/ucsi/ucsi_ccg.c 			  offsetof(struct ucsi_data, version),
offsetof          717 drivers/vhost/net.c 				     offsetof(struct tun_xdp_hdr, gso),
offsetof         1159 drivers/vhost/vhost.c 		offset = offsetof(struct vhost_msg, iotlb) - sizeof(int);
offsetof         1424 drivers/vhost/vhost.c 	unsigned long size = offsetof(struct vhost_memory, regions);
offsetof         2429 drivers/vhost/vhost.c 		log_used(vq, offsetof(struct vring_used, idx),
offsetof          670 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct vringh_kiov, iov) !=
offsetof          671 drivers/vhost/vringh.c 		     offsetof(struct vringh_iov, iov));
offsetof          672 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct vringh_kiov, i) !=
offsetof          673 drivers/vhost/vringh.c 		     offsetof(struct vringh_iov, i));
offsetof          674 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct vringh_kiov, used) !=
offsetof          675 drivers/vhost/vringh.c 		     offsetof(struct vringh_iov, used));
offsetof          676 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct vringh_kiov, max_num) !=
offsetof          677 drivers/vhost/vringh.c 		     offsetof(struct vringh_iov, max_num));
offsetof          679 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct iovec, iov_base) !=
offsetof          680 drivers/vhost/vringh.c 		     offsetof(struct kvec, iov_base));
offsetof          681 drivers/vhost/vringh.c 	BUILD_BUG_ON(offsetof(struct iovec, iov_len) !=
offsetof          682 drivers/vhost/vringh.c 		     offsetof(struct kvec, iov_len));
offsetof          721 drivers/video/console/sticore.c 	size = gsc_readl(address + offsetof(struct sti_rom,last_addr));
offsetof          390 drivers/video/fbdev/fsl-diu-fb.c #define DMA_ADDR(p, f) ((p)->dma_addr + offsetof(struct fsl_diu_data, f))
offsetof           39 drivers/video/fbdev/matrox/matroxfb_g450.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
offsetof           44 drivers/video/fbdev/matrox/matroxfb_g450.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
offsetof           49 drivers/video/fbdev/matrox/matroxfb_g450.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
offsetof           54 drivers/video/fbdev/matrox/matroxfb_g450.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
offsetof           59 drivers/video/fbdev/matrox/matroxfb_g450.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
offsetof           73 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.brightness) },
offsetof           78 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) },
offsetof           83 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.saturation) },
offsetof           88 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
offsetof           93 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.gamma) },
offsetof           98 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.testout) },
offsetof          103 drivers/video/fbdev/matrox/matroxfb_maven.c 	}, offsetof(struct matrox_fb_info, altout.tvo_params.deflicker) },
offsetof         1076 drivers/video/fbdev/pxafb.c 	dma_desc_off = offsetof(struct pxafb_dma_buff, dma_desc[dma]);
offsetof         1087 drivers/video/fbdev/pxafb.c 		pal_desc_off = offsetof(struct pxafb_dma_buff, pal_desc[pal]);
offsetof         1137 drivers/video/fbdev/pxafb.c 	dma_desc_off = offsetof(struct pxafb_dma_buff, dma_desc[DMA_CMD]);
offsetof         1138 drivers/video/fbdev/pxafb.c 	cmd_buff_off = offsetof(struct pxafb_dma_buff, cmd_buff);
offsetof          200 drivers/virt/vboxguest/vboxguest_utils.c 	*extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]);
offsetof          366 drivers/virt/vboxguest/vboxguest_utils.c 	*off_extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]);
offsetof          142 drivers/virtio/virtio_input.c 	virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config,
offsetof          231 drivers/virtio/virtio_input.c 	virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config,
offsetof          235 drivers/virtio/virtio_input.c 	virtio_cread_bytes(vi->vdev, offsetof(struct virtio_input_config,
offsetof           75 drivers/virtio/virtio_pci_modern.c 	pci_read_config_byte(dev, off + offsetof(struct virtio_pci_cap,
offsetof           78 drivers/virtio/virtio_pci_modern.c 	pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, offset),
offsetof           80 drivers/virtio/virtio_pci_modern.c 	pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, length),
offsetof          495 drivers/virtio/virtio_pci_modern.c 		pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap,
offsetof          498 drivers/virtio/virtio_pci_modern.c 		pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap,
offsetof          522 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, cap_vndr));
offsetof          524 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, cap_next));
offsetof          526 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, cap_len));
offsetof          528 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, cfg_type));
offsetof          530 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, bar));
offsetof          532 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, offset));
offsetof          534 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_cap, length));
offsetof          536 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_notify_cap,
offsetof          539 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg,
offsetof          542 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, device_feature));
offsetof          544 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg,
offsetof          547 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, guest_feature));
offsetof          549 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, msix_config));
offsetof          551 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, num_queues));
offsetof          553 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, device_status));
offsetof          555 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, config_generation));
offsetof          557 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_select));
offsetof          559 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_size));
offsetof          561 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_msix_vector));
offsetof          563 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_enable));
offsetof          565 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_notify_off));
offsetof          567 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_desc_lo));
offsetof          569 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_desc_hi));
offsetof          571 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_avail_lo));
offsetof          573 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_avail_hi));
offsetof          575 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_used_lo));
offsetof          577 drivers/virtio/virtio_pci_modern.c 		     offsetof(struct virtio_pci_common_cfg, queue_used_hi));
offsetof          663 drivers/virtio/virtio_pci_modern.c 			      notify + offsetof(struct virtio_pci_notify_cap,
offsetof          668 drivers/virtio/virtio_pci_modern.c 			      notify + offsetof(struct virtio_pci_notify_cap,
offsetof          673 drivers/virtio/virtio_pci_modern.c 			      notify + offsetof(struct virtio_pci_notify_cap,
offsetof          455 drivers/visorbus/visorbus_main.c 			      offsetof(struct visor_vbus_channel, chp_info),
offsetof          459 drivers/visorbus/visorbus_main.c 			      offsetof(struct visor_vbus_channel, bus_info),
offsetof          463 drivers/visorbus/visorbus_main.c 	off = offsetof(struct visor_vbus_channel, dev_info);
offsetof          172 drivers/visorbus/visorchannel.c 			   offsetof(struct signal_queue_header, FIELD), \
offsetof          117 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          135 drivers/visorbus/visorchipset.c 				 offsetof(struct visor_controlvm_channel,
offsetof          152 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          172 drivers/visorbus/visorchipset.c 				 offsetof(struct visor_controlvm_channel,
offsetof          189 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          206 drivers/visorbus/visorchipset.c 				 offsetof(struct visor_controlvm_channel,
offsetof          222 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          239 drivers/visorbus/visorchipset.c 				 offsetof(struct visor_controlvm_channel,
offsetof          255 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          273 drivers/visorbus/visorchipset.c 				 offsetof(struct visor_controlvm_channel,
offsetof          368 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof          382 drivers/visorbus/visorchipset.c 				offsetof(struct visor_controlvm_channel,
offsetof         1227 drivers/visorbus/visorchipset.c 			      offsetof(struct visor_controlvm_channel,
offsetof         1240 drivers/visorbus/visorchipset.c 			      offsetof(struct visor_controlvm_channel,
offsetof          174 drivers/watchdog/mei_wdt.c 	req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand);
offsetof          202 drivers/watchdog/mei_wdt.c 	req.hdr.bytecount = req_len - offsetof(struct mei_mc_hdr, subcommand);
offsetof          159 drivers/xen/xen-front-pgdir-shbuf.c 				 offsetof(struct xen_page_directory, \
offsetof          171 fs/adfs/dir_fplus.c 	offset = offsetof(struct adfs_bigdirheader, bigdirname);
offsetof          184 fs/adfs/dir_fplus.c 	offset = offsetof(struct adfs_bigdirheader, bigdirname);
offsetof          439 fs/befs/linuxvfs.c 				offsetof(struct befs_inode_info,
offsetof         1810 fs/binfmt_elf.c 		t = kzalloc(offsetof(struct elf_thread_core_info,
offsetof          482 fs/block_dev.c 	return bioset_init(&blkdev_dio_pool, 4, offsetof(struct blkdev_dio, bio), BIOSET_NEED_BVECS);
offsetof         1022 fs/btrfs/check-integrity.c 					offsetof(struct btrfs_leaf, items);
offsetof         1384 fs/btrfs/check-integrity.c 	file_extent_item_offset = offsetof(struct btrfs_leaf, items) +
offsetof         1387 fs/btrfs/check-integrity.c 	    offsetof(struct btrfs_file_extent_item, disk_num_bytes) >
offsetof         1396 fs/btrfs/check-integrity.c 		offsetof(struct btrfs_file_extent_item, disk_num_bytes));
offsetof         1782 fs/btrfs/ctree.c 					  offsetof(struct btrfs_leaf, items),
offsetof         1788 fs/btrfs/ctree.c 					  offsetof(struct btrfs_node, ptrs),
offsetof         1130 fs/btrfs/ctree.h #define BTRFS_LEAF_DATA_OFFSET		offsetof(struct btrfs_leaf, items)
offsetof         1143 fs/btrfs/ctree.h 		(offsetof(struct btrfs_file_extent_item, disk_bytenr))
offsetof         1316 fs/btrfs/ctree.h 			    offsetof(type, member),			\
offsetof         1322 fs/btrfs/ctree.h 			    offsetof(type, member),			\
offsetof         1347 fs/btrfs/ctree.h 	return btrfs_get_##bits(eb, s, offsetof(type, member));		\
offsetof         1353 fs/btrfs/ctree.h 	btrfs_set_##bits(eb, s, offsetof(type, member), val);		\
offsetof         1360 fs/btrfs/ctree.h 	return btrfs_get_token_##bits(eb, s, offsetof(type, member), token); \
offsetof         1367 fs/btrfs/ctree.h 	btrfs_set_token_##bits(eb, s, offsetof(type, member), val, token); \
offsetof         1400 fs/btrfs/ctree.h 	return btrfs_get_64(eb, s, offsetof(struct btrfs_dev_item,
offsetof         1410 fs/btrfs/ctree.h 	btrfs_set_64(eb, s, offsetof(struct btrfs_dev_item, total_bytes), val);
offsetof         1450 fs/btrfs/ctree.h 	return (unsigned long)d + offsetof(struct btrfs_dev_item, uuid);
offsetof         1455 fs/btrfs/ctree.h 	return (unsigned long)d + offsetof(struct btrfs_dev_item, fsid);
offsetof         1472 fs/btrfs/ctree.h 	return (char *)s + offsetof(struct btrfs_stripe, dev_uuid);
offsetof         1497 fs/btrfs/ctree.h 	offset += offsetof(struct btrfs_chunk, stripe);
offsetof         1596 fs/btrfs/ctree.h 	unsigned long ptr = offsetof(struct btrfs_dev_extent, chunk_tree_uuid);
offsetof         1651 fs/btrfs/ctree.h 		       offsetof(struct btrfs_extent_inline_ref, offset);
offsetof         1672 fs/btrfs/ctree.h 	ptr = offsetof(struct btrfs_node, ptrs) +
offsetof         1681 fs/btrfs/ctree.h 	ptr = offsetof(struct btrfs_node, ptrs) +
offsetof         1689 fs/btrfs/ctree.h 	ptr = offsetof(struct btrfs_node, ptrs) +
offsetof         1698 fs/btrfs/ctree.h 	ptr = offsetof(struct btrfs_node, ptrs) +
offsetof         1705 fs/btrfs/ctree.h 	return offsetof(struct btrfs_node, ptrs) +
offsetof         1729 fs/btrfs/ctree.h 	return offsetof(struct btrfs_leaf, items) +
offsetof         1926 fs/btrfs/ctree.h 	return offsetof(struct btrfs_header, fsid);
offsetof         1931 fs/btrfs/ctree.h 	return offsetof(struct btrfs_header, chunk_tree_uuid);
offsetof           11 fs/btrfs/export.c #define BTRFS_FID_SIZE_NON_CONNECTABLE (offsetof(struct btrfs_fid, \
offsetof           13 fs/btrfs/export.c #define BTRFS_FID_SIZE_CONNECTABLE (offsetof(struct btrfs_fid, \
offsetof          214 fs/btrfs/extent_io.c 			offsetof(struct btrfs_io_bio, bio),
offsetof         2860 fs/btrfs/extent_io.c 	memset(btrfs_bio, 0, offsetof(struct btrfs_io_bio, bio));
offsetof         5710 fs/btrfs/extent_io.c 	memcpy(kaddr + offsetof(struct btrfs_header, chunk_tree_uuid), srcv,
offsetof         5720 fs/btrfs/extent_io.c 	memcpy(kaddr + offsetof(struct btrfs_header, fsid), srcv,
offsetof         1877 fs/btrfs/ioctl.c 				offsetof(struct btrfs_ioctl_vol_args_v2,
offsetof           44 fs/btrfs/root-tree.c 			sizeof(*item) - offsetof(struct btrfs_root_item,
offsetof           62 fs/btrfs/send.c 	(sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf))
offsetof         7100 fs/btrfs/volumes.c 	sb_array_offset = offsetof(struct btrfs_super_block, sys_chunk_array);
offsetof         7354 fs/btrfs/volumes.c 			   offsetof(struct btrfs_dev_stats_item, values) +
offsetof         7365 fs/btrfs/volumes.c 			    offsetof(struct btrfs_dev_stats_item, values) +
offsetof          458 fs/ceph/super.c 	int ofs = offsetof(struct ceph_mount_options, snapdir_name);
offsetof          610 fs/cifs/cifsencrypt.c 		offsetof(struct ntlmv2_resp, challenge.key[0]));
offsetof          957 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         1166 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         1991 fs/cifs/cifssmb.c 		cpu_to_le16(offsetof(struct smb_com_write_req, Data) - 4);
offsetof         2309 fs/cifs/cifssmb.c 	    cpu_to_le16(offsetof(struct smb_com_write_req, Data) - 4);
offsetof         2407 fs/cifs/cifssmb.c 	    cpu_to_le16(offsetof(struct smb_com_write_req, Data) - 4);
offsetof         2608 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         2853 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         3010 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         3094 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         3251 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         3461 fs/cifs/cifssmb.c 		cpu_to_le32(offsetof(struct smb_com_transaction_compr_ioctl_req,
offsetof         3671 fs/cifs/cifssmb.c 		offsetof(struct smb_com_transaction2_qpi_req,
offsetof         3751 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         3820 fs/cifs/cifssmb.c 	pSMB->t2.ParameterOffset = cpu_to_le16(offsetof(struct smb_t2_qfi_req,
offsetof         3901 fs/cifs/cifssmb.c 	temp_offset = offsetof(struct smb_com_ntransact_req, Parms) +
offsetof         4073 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction_ssec_req, Fid) - 4;
offsetof         4095 fs/cifs/cifssmb.c 		memcpy((char *)pSMBr + offsetof(struct smb_hdr, Protocol) +
offsetof         4211 fs/cifs/cifssmb.c 	pSMB->t2.ParameterOffset = cpu_to_le16(offsetof(struct smb_t2_qfi_req,
offsetof         4294 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4378 fs/cifs/cifssmb.c 	pSMB->t2.ParameterOffset = cpu_to_le16(offsetof(struct smb_t2_qfi_req,
offsetof         4461 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4574 fs/cifs/cifssmb.c 	      offsetof(struct smb_com_transaction2_ffirst_req, SearchAttributes)
offsetof         4690 fs/cifs/cifssmb.c 	      offsetof(struct smb_com_transaction2_fnext_req,SearchHandle) - 4);
offsetof         4866 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         4980 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5057 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5144 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5231 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5301 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         5374 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(struct
offsetof         5435 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_setfsi_req, FileNum)
offsetof         5519 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(struct
offsetof         5625 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         5699 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         5782 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         5786 fs/cifs/cifssmb.c 			offsetof(struct smb_hdr, Protocol) + offset;
offsetof         5847 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         5921 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         6079 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4;
offsetof         6083 fs/cifs/cifssmb.c 			offsetof(struct smb_hdr, Protocol) + offset;
offsetof         6161 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         6254 fs/cifs/cifssmb.c 	pSMB->ParameterOffset = cpu_to_le16(offsetof(
offsetof         6443 fs/cifs/cifssmb.c 	param_offset = offsetof(struct smb_com_transaction2_spi_req,
offsetof         6449 fs/cifs/cifssmb.c 	parm_data = (void *)pSMB + offsetof(struct smb_hdr, Protocol) + offset;
offsetof         3472 fs/cifs/smb2ops.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         3475 fs/cifs/smb2ops.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         3498 fs/cifs/smb2ops.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         3501 fs/cifs/smb2ops.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof          742 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_posix, Mode));
offsetof          745 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_posix, Name));
offsetof         1444 fs/cifs/smb2pdu.c 	if (offsetof(struct smb2_sess_setup_rsp, Buffer) !=
offsetof         1868 fs/cifs/smb2pdu.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         1871 fs/cifs/smb2pdu.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         1891 fs/cifs/smb2pdu.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         1894 fs/cifs/smb2pdu.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         1993 fs/cifs/smb2pdu.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         1996 fs/cifs/smb2pdu.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         2031 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_durable_handle_reconnect_v2,
offsetof         2036 fs/cifs/smb2pdu.c 		cpu_to_le16(offsetof(struct create_durable_handle_reconnect_v2,
offsetof         2140 fs/cifs/smb2pdu.c 	buf->ccontext.DataOffset = cpu_to_le16(offsetof
offsetof         2143 fs/cifs/smb2pdu.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         2186 fs/cifs/smb2pdu.c 	buf->ccontext.NameOffset = cpu_to_le16(offsetof
offsetof         2721 fs/cifs/smb2pdu.c 		       cpu_to_le32(offsetof(struct smb2_ioctl_req, Buffer));
offsetof         3587 fs/cifs/smb2pdu.c 			cpu_to_le16(offsetof(struct smb2_read_plain_req, Buffer));
offsetof         3968 fs/cifs/smb2pdu.c 				offsetof(struct smb2_write_req, Buffer));
offsetof         4006 fs/cifs/smb2pdu.c 			cpu_to_le16(offsetof(struct smb2_write_req, Buffer));
offsetof         4117 fs/cifs/smb2pdu.c 				offsetof(struct smb2_write_req, Buffer));
offsetof          891 fs/cifs/smbdirect.c 		header_length = offsetof(struct smbd_data_transfer, padding);
offsetof          353 fs/coda/dir.c  	unsigned long vdir_size = offsetof(struct venus_dirent, d_name);
offsetof          263 fs/compat_ioctl.c 		if (copy_in_user(o + i, r + i, offsetof(sg_req_info_t, usr_ptr)) ||
offsetof          366 fs/crypto/policy.c 	BUILD_BUG_ON(offsetof(typeof(arg), policy_size) != 0);
offsetof          368 fs/crypto/policy.c 		     offsetof(typeof(arg), policy));
offsetof         1703 fs/dcache.c    		size_t size = offsetof(struct external_name, name[1]);
offsetof         1208 fs/direct-io.c 	memset(dio, 0, offsetof(struct dio, pages));
offsetof          703 fs/dlm/user.c  	memcpy(&result.lksb, &ua->lksb, offsetof(struct dlm_lksb, sb_lvbptr));
offsetof           65 fs/erofs/super.c 	memset(vi, 0, offsetof(struct erofs_inode, vfs_inode));
offsetof          619 fs/ext2/ext2.h #define A(x,y) BUILD_BUG_ON(x != offsetof(struct ext2_super_block, y));
offsetof          221 fs/ext2/super.c 				offsetof(struct ext2_inode_info, i_data),
offsetof          336 fs/ext4/ext4.h 	(offsetof(struct ext4_group_desc, bg_inode_bitmap_csum_hi) + \
offsetof          339 fs/ext4/ext4.h 	(offsetof(struct ext4_group_desc, bg_block_bitmap_csum_hi) + \
offsetof          811 fs/ext4/ext4.h 	((offsetof(typeof(*ext4_inode), field) +	\
offsetof         1312 fs/ext4/ext4.h #define EXT4_S_ERR_START offsetof(struct ext4_super_block, s_error_count)
offsetof         1324 fs/ext4/ext4.h #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
offsetof         1842 fs/ext4/inline.c 	addr += offsetof(struct ext4_inode, i_block);
offsetof         1888 fs/ext4/inline.c 	physical += offsetof(struct ext4_inode, i_block);
offsetof           59 fs/ext4/inode.c 	int offset = offsetof(struct ext4_inode, i_checksum_lo);
offsetof           69 fs/ext4/inode.c 		offset = offsetof(struct ext4_inode, i_checksum_hi);
offsetof         2565 fs/ext4/mballoc.c 	slab_size = offsetof(struct ext4_group_info,
offsetof           14 fs/ext4/mmp.c  	int offset = offsetof(struct mmp_struct, mmp_checksum);
offsetof          443 fs/ext4/namei.c 	int offset = offsetof(struct dx_tail, dt_checksum);
offsetof          180 fs/ext4/super.c 	int offset = offsetof(struct ext4_super_block, s_checksum);
offsetof         1164 fs/ext4/super.c 				offsetof(struct ext4_inode_info, i_data),
offsetof         2427 fs/ext4/super.c 	int offset = offsetof(struct ext4_group_desc, bg_checksum);
offsetof         3825 fs/ext4/super.c 		if (sbi->s_inode_size >= offsetof(struct ext4_inode, i_atime_extra) +
offsetof          153 fs/ext4/sysfs.c 		.offset = offsetof(struct _struct, _elname),\
offsetof          136 fs/ext4/xattr.c 	int offset = offsetof(struct ext4_xattr_header, h_checksum);
offsetof         2818 fs/ext4/xattr.c 			kmalloc(offsetof(struct ext4_xattr_inode_array,
offsetof         2831 fs/ext4/xattr.c 				offsetof(struct ext4_xattr_inode_array,
offsetof         2837 fs/ext4/xattr.c 		       offsetof(struct ext4_xattr_inode_array, inodes[count]));
offsetof         1492 fs/f2fs/data.c 		offset = offsetof(struct f2fs_inode, i_addr) +
offsetof         2844 fs/f2fs/f2fs.h 	(offsetof(struct f2fs_inode, i_extra_end) -	\
offsetof         2845 fs/f2fs/f2fs.h 	offsetof(struct f2fs_inode, i_extra_isize))	\
offsetof         2847 fs/f2fs/f2fs.h #define F2FS_OLD_ATTRIBUTE_SIZE	(offsetof(struct f2fs_inode, i_addr))
offsetof         2849 fs/f2fs/f2fs.h 		((offsetof(typeof(*(f2fs_inode)), field) +	\
offsetof          147 fs/f2fs/inode.c 	unsigned int offset = offsetof(struct f2fs_inode, i_inode_checksum);
offsetof         2526 fs/f2fs/super.c 			offsetof(struct f2fs_super_block, crc)) {
offsetof         3008 fs/f2fs/super.c 				offsetof(struct f2fs_super_block, crc));
offsetof          426 fs/f2fs/sysfs.c 		offsetof(struct struct_name, elname))
offsetof           83 fs/freevxfs/vxfs_dir.h #define VXFS_NAMEMIN		offsetof(struct vxfs_direct, d_name)
offsetof          333 fs/freevxfs/vxfs_super.c 			offsetof(struct vxfs_inode_info, vii_immed.vi_immed),
offsetof          220 fs/fuse/virtio_fs.c 	virtio_cread_bytes(vdev, offsetof(struct virtio_fs_config, tag),
offsetof           75 fs/gfs2/glock.c 	.key_offset = offsetof(struct gfs2_glock, gl_name),
offsetof           76 fs/gfs2/glock.c 	.head_offset = offsetof(struct gfs2_glock, gl_node),
offsetof          743 fs/gfs2/log.c  	BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE);
offsetof          184 fs/hfs/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          195 fs/hfs/bnode.c 		hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, prev), 4);
offsetof          113 fs/hfs/brec.c  	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          209 fs/hfs/brec.c  	hfs_bnode_write_u16(node, offsetof(struct hfs_bnode_desc, num_recs), node->num_recs);
offsetof          204 fs/hfs/btree.c 	hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof           77 fs/hfsplus/attributes.c 		cpu_to_be16(offsetof(struct hfsplus_attr_key, key_name) +
offsetof          129 fs/hfsplus/attributes.c 		return offsetof(struct hfsplus_attr_inline_data, raw_bytes) +
offsetof          274 fs/hfsplus/attributes.c 			offsetof(struct hfsplus_attr_key, cnid),
offsetof          349 fs/hfsplus/bnode.c 			offsetof(struct hfs_bnode_desc, next), 4);
offsetof          361 fs/hfsplus/bnode.c 			offsetof(struct hfs_bnode_desc, prev), 4);
offsetof          112 fs/hfsplus/brec.c 		offsetof(struct hfs_bnode_desc, num_recs),
offsetof          212 fs/hfsplus/brec.c 		offsetof(struct hfs_bnode_desc, num_recs),
offsetof          326 fs/hfsplus/btree.c 	hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
offsetof          361 fs/hfsplus/catalog.c 			offsetof(struct hfsplus_cat_thread, nodeName);
offsetof          383 fs/hfsplus/catalog.c 		off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork);
offsetof          389 fs/hfsplus/catalog.c 			offsetof(struct hfsplus_cat_file, rsrc_fork);
offsetof          364 fs/hfsplus/xattr.c 				    offsetof(struct hfsplus_cat_folder, flags));
offsetof          369 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_folder, flags),
offsetof          375 fs/hfsplus/xattr.c 				    offsetof(struct hfsplus_cat_file, flags));
offsetof          380 fs/hfsplus/xattr.c 				    offsetof(struct hfsplus_cat_file, flags),
offsetof          466 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_folder, user_info),
offsetof          473 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_file, user_info),
offsetof          538 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_attr_inline_data,
offsetof          558 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_attr_inline_data,
offsetof          634 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_folder, user_info),
offsetof          641 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_file, user_info),
offsetof          809 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_folder, flags));
offsetof          815 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_folder, flags),
offsetof          820 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_file, flags));
offsetof          826 fs/hfsplus/xattr.c 				offsetof(struct hfsplus_cat_file, flags),
offsetof         3944 fs/io_uring.c  	p->sq_off.head = offsetof(struct io_rings, sq.head);
offsetof         3945 fs/io_uring.c  	p->sq_off.tail = offsetof(struct io_rings, sq.tail);
offsetof         3946 fs/io_uring.c  	p->sq_off.ring_mask = offsetof(struct io_rings, sq_ring_mask);
offsetof         3947 fs/io_uring.c  	p->sq_off.ring_entries = offsetof(struct io_rings, sq_ring_entries);
offsetof         3948 fs/io_uring.c  	p->sq_off.flags = offsetof(struct io_rings, sq_flags);
offsetof         3949 fs/io_uring.c  	p->sq_off.dropped = offsetof(struct io_rings, sq_dropped);
offsetof         3953 fs/io_uring.c  	p->cq_off.head = offsetof(struct io_rings, cq.head);
offsetof         3954 fs/io_uring.c  	p->cq_off.tail = offsetof(struct io_rings, cq.tail);
offsetof         3955 fs/io_uring.c  	p->cq_off.ring_mask = offsetof(struct io_rings, cq_ring_mask);
offsetof         3956 fs/io_uring.c  	p->cq_off.ring_entries = offsetof(struct io_rings, cq_ring_entries);
offsetof         3957 fs/io_uring.c  	p->cq_off.overflow = offsetof(struct io_rings, cq_overflow);
offsetof         3958 fs/io_uring.c  	p->cq_off.cqes = offsetof(struct io_rings, cqes);
offsetof          601 fs/ioctl.c     	size = offsetof(struct file_dedupe_range __user, info[count]);
offsetof           89 fs/isofs/rock.c 	const int min_de_size = offsetof(struct rock_ridge, u);
offsetof          184 fs/isofs/rock.c 	len += offsetof(struct rock_ridge, u);
offsetof          374 fs/isofs/rock.c 			if (rr->u.ER.len_id + offsetof(struct rock_ridge, u.ER.data) > rr->len)
offsetof          943 fs/jfs/super.c 			offsetof(struct jfs_inode_info, i_inline), IDATASIZE,
offsetof          125 fs/namei.c     #define EMBEDDED_NAME_MAX	(PATH_MAX - offsetof(struct filename, iname))
offsetof          162 fs/namei.c     		const size_t size = offsetof(struct filename, iname[1]);
offsetof          225 fs/namei.c     		const size_t size = offsetof(struct filename, iname[1]);
offsetof           39 fs/nfs/export.c 	size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size;
offsetof           70 fs/nfs/export.c 	size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size;
offsetof           32 fs/nilfs2/namei.c 	(offsetof(struct nilfs_fid, parent_gen) / 4)
offsetof          434 fs/nilfs2/the_nilfs.c 	const int sumoff = offsetof(struct nilfs_super_block, s_sum);
offsetof         1441 fs/ntfs/attrib.c 		if (new_size >= offsetof(ATTR_REC, length) + sizeof(a->length))
offsetof         1625 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
offsetof         1630 fs/ntfs/attrib.c 		name_ofs = (offsetof(ATTR_REC,
offsetof         1745 fs/ntfs/attrib.c 	name_ofs = (offsetof(ATTR_RECORD, data.resident.reserved) +
offsetof          159 fs/ntfs/logfile.c 	if (ra_ofs + offsetof(RESTART_AREA, file_size) >
offsetof           53 fs/ntfs/quota.c 	if (ictx->data_len < offsetof(QUOTA_CONTROL_ENTRY, sid)) {
offsetof         7011 fs/ocfs2/alloc.c 				    offsetof(struct ocfs2_dinode, id2) -
offsetof         7015 fs/ocfs2/alloc.c 				    offsetof(struct ocfs2_dinode, id2));
offsetof         4084 fs/ocfs2/dir.c 	       offsetof(struct ocfs2_dx_root_block, dr_list));
offsetof          722 fs/ocfs2/extent_map.c 			phys += offsetof(struct ocfs2_dinode, id2.i_symlink);
offsetof          724 fs/ocfs2/extent_map.c 			phys += offsetof(struct ocfs2_dinode,
offsetof          570 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_dinode, i_check),
offsetof          578 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_extent_block, h_check),
offsetof          586 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_refcount_block, rf_check),
offsetof          594 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_group_desc, bg_check),
offsetof          609 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_xattr_block, xb_check),
offsetof          624 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_dx_root_block, dr_check),
offsetof          632 fs/ocfs2/journal.c 	.ot_offset	= offsetof(struct ocfs2_dx_leaf, dl_check),
offsetof          388 fs/ocfs2/ocfs2_fs.h #define OCFS2_DIR_MEMBER_LEN 		offsetof(struct ocfs2_dir_entry, name)
offsetof         1244 fs/ocfs2/ocfs2_fs.h 		 offsetof(struct ocfs2_dinode, id2.i_symlink);
offsetof         1254 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data) -
offsetof         1258 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof         1266 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof         1280 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_list.l_recs) -
offsetof         1284 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof         1294 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dx_root_block, dr_list.l_recs);
offsetof         1304 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs);
offsetof         1314 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_extent_block, h_list.l_recs);
offsetof         1324 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_list.l_recs);
offsetof         1334 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dx_leaf, dl_list.de_entries);
offsetof         1344 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dx_root_block, dr_entries.de_entries);
offsetof         1354 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap);
offsetof         1364 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
offsetof         1384 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);
offsetof         1408 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_xattr_block,
offsetof         1419 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_refcount_block, rf_list.l_recs);
offsetof         1429 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_refcount_block, rf_records.rl_recs);
offsetof         1442 fs/ocfs2/ocfs2_fs.h 	return blocksize - offsetof(struct ocfs2_dinode, id2.i_symlink);
offsetof         1450 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data) -
offsetof         1454 fs/ocfs2/ocfs2_fs.h 			offsetof(struct ocfs2_dinode, id2.i_data.id_data);
offsetof         1462 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_list.l_recs);
offsetof         1472 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_chain.cl_recs);
offsetof         1482 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_extent_block, h_list.l_recs);
offsetof         1492 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_list.l_recs);
offsetof         1502 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_lab.la_bitmap);
offsetof         1512 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_group_desc, bg_bitmap);
offsetof         1532 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_dinode, id2.i_dealloc.tl_recs);
offsetof         1555 fs/ocfs2/ocfs2_fs.h 		offsetof(struct ocfs2_xattr_block,
offsetof         1598 fs/ocfs2/ocfs2_fs.h 	if ((offsetof(struct ocfs2_group_desc, bg_bitmap) +
offsetof         1600 fs/ocfs2/ocfs2_fs.h 	    offsetof(struct ocfs2_group_desc, bg_list))
offsetof         1339 fs/ocfs2/refcounttree.c 	       offsetof(struct ocfs2_refcount_block, rf_list));
offsetof         2141 fs/ocfs2/refcounttree.c 		       offsetof(struct ocfs2_refcount_block, rf_records));
offsetof          481 fs/ocfs2/stack_user.c 	WARN_ON(offsetof(struct ocfs2_control_message_down, uuid) !=
offsetof         1550 fs/ocfs2/xattr.c 			     offsetof(struct ocfs2_xattr_block,
offsetof         1679 fs/ocfs2/xattr.c 			     offsetof(struct ocfs2_xattr_block,
offsetof         2301 fs/ocfs2/xattr.c 	loc->xl_size = bh->b_size - offsetof(struct ocfs2_xattr_block,
offsetof         4212 fs/ocfs2/xattr.c 	off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
offsetof         4228 fs/ocfs2/xattr.c 	offset = offsetof(struct ocfs2_xattr_header, xh_entries);
offsetof         4234 fs/ocfs2/xattr.c 		 offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
offsetof         4343 fs/ocfs2/xattr.c 	       offsetof(struct ocfs2_xattr_block, xb_attrs));
offsetof         6591 fs/ocfs2/xattr.c 	int header_off = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
offsetof          647 fs/orangefs/super.c 					offsetof(struct orangefs_inode_s,
offsetof          254 fs/overlayfs/copy_up.c 	BUILD_BUG_ON(MAX_HANDLE_SZ + offsetof(struct ovl_fh, fid) > 255);
offsetof          255 fs/overlayfs/copy_up.c 	fh_len = offsetof(struct ovl_fh, fid) + buflen;
offsetof          164 fs/overlayfs/namei.c 	bytes = (fh->len - offsetof(struct ovl_fh, fid));
offsetof          148 fs/overlayfs/readdir.c 	size_t size = offsetof(struct ovl_cache_entry, name[len + 1]);
offsetof           96 fs/overlayfs/util.c 	size_t size = offsetof(struct ovl_entry, lowerstack[numlower]);
offsetof          100 fs/proc/inode.c 		offsetof(struct proc_dir_entry, inline_name),
offsetof           90 fs/quota/compat.c 			offsetof(struct compat_fs_quota_stat, qs_uquota)))
offsetof          110 fs/quota/compat.c 			offsetof(struct compat_fs_quota_stat, qs_incoredqs)) ||
offsetof          225 fs/readdir.c   	int reclen = ALIGN(offsetof(struct linux_dirent, d_name) + namlen + 2,
offsetof          315 fs/readdir.c   	int reclen = ALIGN(offsetof(struct linux_dirent64, d_name) + namlen + 1,
offsetof          486 fs/readdir.c   	int reclen = ALIGN(offsetof(struct compat_linux_dirent, d_name) +
offsetof           48 fs/sysv/ialloc.c 		unsigned int offset = offsetof(struct xenix_super_block, s_inode[i]);
offsetof           28 fs/ubifs/master.c 	int hmac_offs = offsetof(struct ubifs_mst_node, hmac);
offsetof          146 fs/ubifs/master.c 					offsetof(struct ubifs_mst_node, hmac));
offsetof          461 fs/ubifs/master.c 				    offsetof(struct ubifs_mst_node, hmac));
offsetof          473 fs/ubifs/master.c 				    offsetof(struct ubifs_mst_node, hmac));
offsetof          204 fs/ubifs/recovery.c 				      offsetof(struct ubifs_mst_node, hmac), 1);
offsetof          322 fs/ubifs/sb.c  				    offsetof(struct ubifs_sb_node, hmac));
offsetof          342 fs/ubifs/sb.c  		offsetof(struct ubifs_mst_node, hmac));
offsetof          347 fs/ubifs/sb.c  			       0, offsetof(struct ubifs_mst_node, hmac));
offsetof          597 fs/ubifs/sb.c  					     offsetof(struct ubifs_sb_node,
offsetof          620 fs/ubifs/sb.c  				      offsetof(struct ubifs_sb_node, hmac), 1);
offsetof          124 fs/ubifs/ubifs-media.h #define UBIFS_KEY_OFFSET offsetof(struct ubifs_ino_node, key)
offsetof          112 fs/udf/super.c 	     offsetof(struct logicalVolIntegrityDesc, impUse)) /
offsetof         1476 fs/ufs/super.c 				offsetof(struct ufs_inode_info, i_u1.i_symlink),
offsetof         2465 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_magicnum),
offsetof         2466 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_versionnum),
offsetof         2467 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_seqno),
offsetof         2468 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_length),
offsetof         2469 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_roots[0]),
offsetof         2470 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_levels[0]),
offsetof         2471 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_flfirst),
offsetof         2472 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_fllast),
offsetof         2473 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_flcount),
offsetof         2474 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_freeblks),
offsetof         2475 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_longest),
offsetof         2476 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_btreeblks),
offsetof         2477 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_uuid),
offsetof         2478 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_rmap_blocks),
offsetof         2479 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_refcount_blocks),
offsetof         2480 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_refcount_root),
offsetof         2481 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_refcount_level),
offsetof         2483 fs/xfs/libxfs/xfs_alloc.c 		offsetof(xfs_agf_t, agf_spare64),
offsetof         1515 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_magic),
offsetof         1516 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_level),
offsetof         1517 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_numrecs),
offsetof         1518 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_leftsib),
offsetof         1519 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_rightsib),
offsetof         1520 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_blkno),
offsetof         1521 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_lsn),
offsetof         1522 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_uuid),
offsetof         1523 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_owner),
offsetof         1524 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.s.bb_crc),
offsetof         1528 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_magic),
offsetof         1529 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_level),
offsetof         1530 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_numrecs),
offsetof         1531 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_leftsib),
offsetof         1532 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_rightsib),
offsetof         1533 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_blkno),
offsetof         1534 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_lsn),
offsetof         1535 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_uuid),
offsetof         1536 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_owner),
offsetof         1537 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_crc),
offsetof         1538 fs/xfs/libxfs/xfs_btree.c 		offsetof(struct xfs_btree_block, bb_u.l.bb_pad),
offsetof          208 fs/xfs/libxfs/xfs_da_format.c 	round_up((offsetof(struct xfs_dir2_data_entry, name[0]) + (n) +	\
offsetof          212 fs/xfs/libxfs/xfs_da_format.c 	round_up((offsetof(struct xfs_dir2_data_entry, name[0]) + (n) +	\
offsetof           79 fs/xfs/libxfs/xfs_da_format.h #define XFS_DA3_NODE_CRC_OFF	(offsetof(struct xfs_da3_node_hdr, info.crc))
offsetof          339 fs/xfs/libxfs/xfs_da_format.h #define XFS_DIR3_DATA_CRC_OFF  offsetof(struct xfs_dir3_data_hdr, hdr.crc)
offsetof          473 fs/xfs/libxfs/xfs_da_format.h #define XFS_DIR3_LEAF_CRC_OFF  offsetof(struct xfs_dir3_leaf_hdr, info.crc)
offsetof          521 fs/xfs/libxfs/xfs_da_format.h #define XFS_DIR3_FREE_CRC_OFF  offsetof(struct xfs_dir3_free, hdr.hdr.crc)
offsetof          696 fs/xfs/libxfs/xfs_da_format.h #define XFS_ATTR3_LEAF_CRC_OFF	(offsetof(struct xfs_attr3_leaf_hdr, info.crc))
offsetof          860 fs/xfs/libxfs/xfs_da_format.h #define XFS_ATTR3_RMT_CRC_OFF	offsetof(struct xfs_attr3_rmt_hdr, rm_crc)
offsetof         1079 fs/xfs/libxfs/xfs_dir2_block.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          283 fs/xfs/libxfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          649 fs/xfs/libxfs/xfs_dir2_sf.c 	if (size <= offsetof(struct xfs_dir2_sf_hdr, parent) ||
offsetof          799 fs/xfs/libxfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          885 fs/xfs/libxfs/xfs_dir2_sf.c 	if (oldsize < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          969 fs/xfs/libxfs/xfs_dir2_sf.c 	if (dp->i_d.di_size < offsetof(xfs_dir2_sf_hdr_t, parent)) {
offsetof          181 fs/xfs/libxfs/xfs_format.h #define XFS_SB_CRC_OFF		offsetof(struct xfs_sb, sb_crc)
offsetof          664 fs/xfs/libxfs/xfs_format.h #define XFS_AGF_CRC_OFF		offsetof(struct xfs_agf, agf_crc)
offsetof          756 fs/xfs/libxfs/xfs_format.h #define XFS_AGI_CRC_OFF		offsetof(struct xfs_agi, agi_crc)
offsetof          802 fs/xfs/libxfs/xfs_format.h #define XFS_AGFL_CRC_OFF	offsetof(struct xfs_agfl, agfl_crc)
offsetof          896 fs/xfs/libxfs/xfs_format.h #define XFS_DINODE_CRC_OFF	offsetof(struct xfs_dinode, di_crc)
offsetof          908 fs/xfs/libxfs/xfs_format.h 	return offsetof(struct xfs_dinode, di_crc);
offsetof         1192 fs/xfs/libxfs/xfs_format.h #define XFS_DQUOT_CRC_OFF	offsetof(struct xfs_dqblk, dd_crc)
offsetof         1210 fs/xfs/libxfs/xfs_format.h #define XFS_SYMLINK_CRC_OFF	offsetof(struct xfs_dsymlink_hdr, sl_crc)
offsetof         1637 fs/xfs/libxfs/xfs_format.h 	(offsetof(struct xfs_btree_block, bb_u) + \
offsetof         1638 fs/xfs/libxfs/xfs_format.h 	 offsetof(struct xfs_btree_block_shdr, bb_blkno))
offsetof         1641 fs/xfs/libxfs/xfs_format.h 	(offsetof(struct xfs_btree_block, bb_u) + \
offsetof         1642 fs/xfs/libxfs/xfs_format.h 	 offsetof(struct xfs_btree_block_lhdr, bb_blkno))
offsetof         1646 fs/xfs/libxfs/xfs_format.h 	(offsetof(struct xfs_btree_block, bb_u) + \
offsetof         1649 fs/xfs/libxfs/xfs_format.h 	(offsetof(struct xfs_btree_block, bb_u) + \
offsetof         1653 fs/xfs/libxfs/xfs_format.h 	offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
offsetof         1655 fs/xfs/libxfs/xfs_format.h 	offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
offsetof         2421 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_magicnum),
offsetof         2422 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_versionnum),
offsetof         2423 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_seqno),
offsetof         2424 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_length),
offsetof         2425 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_count),
offsetof         2426 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_root),
offsetof         2427 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_level),
offsetof         2428 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_freecount),
offsetof         2429 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_newino),
offsetof         2430 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_dirino),
offsetof         2431 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_unlinked),
offsetof         2432 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_free_root),
offsetof         2433 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_free_level),
offsetof          431 fs/xfs/libxfs/xfs_log_format.h 	return offsetof(struct xfs_log_dinode, di_next_unlinked);
offsetof          278 fs/xfs/scrub/agheader.c 				offsetof(struct xfs_dsb, sb_features_compat)))
offsetof           60 fs/xfs/xfs_bmap_item.h 	return offsetof(struct xfs_bui_log_item, bui_format) +
offsetof          504 fs/xfs/xfs_buf.c 	BUILD_BUG_ON(offsetof(struct xfs_buf_map, bm_bn) != 0);
offsetof          528 fs/xfs/xfs_buf.c 	.key_offset		= offsetof(struct xfs_buf, b_bn),
offsetof          529 fs/xfs/xfs_buf.c 	.head_offset		= offsetof(struct xfs_buf, b_rhash_head),
offsetof           34 fs/xfs/xfs_buf_item.c 	return offsetof(struct xfs_buf_log_format, blf_data_map) +
offsetof         1953 fs/xfs/xfs_inode.c 	.key_offset		= offsetof(struct xfs_iunlink,
offsetof         1955 fs/xfs/xfs_inode.c 	.head_offset		= offsetof(struct xfs_iunlink, iu_rhash_head),
offsetof         2137 fs/xfs/xfs_inode.c 	offset = offsetof(struct xfs_agi, agi_unlinked) +
offsetof         2164 fs/xfs/xfs_inode.c 			offsetof(struct xfs_dinode, di_next_unlinked);
offsetof          614 fs/xfs/xfs_ioctl32.c 				   offsetof(struct xfs_swapext, sx_stat)) ||
offsetof         1661 fs/xfs/xfs_log.c 			      offsetof(struct xlog_rec_header, h_crc));
offsetof         2090 fs/xfs/xfs_log_recover.c 			offsetof(xfs_dinode_t, di_next_unlinked);
offsetof         4952 fs/xfs/xfs_log_recover.c 	offset = offsetof(xfs_agi_t, agi_unlinked) +
offsetof           14 fs/xfs/xfs_ondisk.h 	BUILD_BUG_ON_MSG(offsetof(structname, member) != (off), \
offsetof           69 fs/xfs/xfs_pnfs.c 	*offset = offsetof(struct xfs_dsb, sb_uuid);
offsetof           62 fs/xfs/xfs_refcount_item.h 	return offsetof(struct xfs_cui_log_item, cui_format) +
offsetof           63 fs/xfs/xfs_rmap_item.h 	return offsetof(struct xfs_rui_log_item, rui_format) +
offsetof          142 fs/xfs/xfs_stats.h #define	xfsstats_offset(f)	(offsetof(struct __xfsstats, f)/sizeof(uint32_t))
offsetof          155 fs/xfs/xfs_stats.h 	(offsetof(struct __xfsstats, member) / (int)sizeof(uint32_t))
offsetof         1857 fs/xfs/xfs_super.c 			offsetof(struct xfs_ioend, io_inline_bio),
offsetof          525 fs/xfs/xfs_trans.c 		xfs_trans_log_buf(tp, bp, offsetof(xfs_dsb_t, sb_icount),
offsetof          526 fs/xfs/xfs_trans.c 				  offsetof(xfs_dsb_t, sb_frextents) +
offsetof           22 include/crypto/internal/aead.h 			char head[offsetof(struct aead_alg, base)];
offsetof           17 include/crypto/internal/akcipher.h 			char head[offsetof(struct akcipher_alg, base)];
offsetof           23 include/crypto/internal/skcipher.h 			char head[offsetof(struct skcipher_alg, base)];
offsetof          204 include/linux/blk_types.h #define BIO_RESET_BYTES		offsetof(struct bio, bi_max_vecs)
offsetof           49 include/linux/can/core.h 	(offsetof(typeof(struct_type), member) + \
offsetof           55 include/linux/crash_core.h 			      (unsigned long)offsetof(struct name, field))
offsetof          178 include/linux/f2fs_fs.h 	(offsetof(struct f2fs_checkpoint, sit_nat_version_bitmap))
offsetof          483 include/linux/filter.h 	offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1
offsetof          485 include/linux/filter.h 	offsetof(TYPE, MEMBER1) ... offsetofend(TYPE, MEMBER2) - 1
offsetof          488 include/linux/filter.h 	offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1
offsetof          491 include/linux/filter.h 	offsetof(TYPE, MEMBER) ... offsetof(TYPE, MEMBER) + 8 - 1
offsetof          498 include/linux/filter.h 		offsetof(TYPE, MEMBER);						\
offsetof          722 include/linux/filter.h 		   offsetof(struct bpf_prog, insns[proglen]));
offsetof          765 include/linux/filter.h 	off >= offsetof(type, field) &&					\
offsetof         2525 include/linux/fs.h static_assert(offsetof(struct filename, iname) % sizeof(long) == 0);
offsetof         1070 include/linux/ieee80211.h #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u)
offsetof           11 include/linux/kbuild.h 	DEFINE(sym, offsetof(struct str, mem))
offsetof          997 include/linux/kernel.h 	((type *)(__mptr - offsetof(type, member))); })
offsetof         1013 include/linux/kernel.h 		((type *)(__mptr - offsetof(type, member))); })
offsetof          737 include/linux/libata.h #define ATA_DEVICE_CLEAR_BEGIN		offsetof(struct ata_device, n_sectors)
offsetof          738 include/linux/libata.h #define ATA_DEVICE_CLEAR_END		offsetof(struct ata_device, ering)
offsetof          804 include/linux/libata.h #define ATA_LINK_CLEAR_BEGIN		offsetof(struct ata_link, active_tag)
offsetof          805 include/linux/libata.h #define ATA_LINK_CLEAR_END		offsetof(struct ata_link, device[0])
offsetof           98 include/linux/llist.h 	((uintptr_t)(ptr) + offsetof(typeof(*(ptr)), member) != 0)
offsetof           51 include/linux/mlx5/device.h #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld))
offsetof          816 include/linux/mlx5/driver.h 	.struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field),      \
offsetof          543 include/linux/mm_types.h 	cpu_bitmap += offsetof(struct mm_struct, cpu_bitmap);
offsetof          709 include/linux/netdevice.h #define	RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num]))
offsetof          773 include/linux/netdevice.h #define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
offsetof          192 include/linux/nvme-fc.h 		offsetof(struct fcnvme_lsdesc_cr_assoc_cmd, rsvd584)
offsetof          196 include/linux/nvme-fc.h 		 offsetof(struct fcnvme_lsdesc_cr_assoc_cmd, ersp_ratio))
offsetof          278 include/linux/nvme-fc.h 		(offsetof(struct fcnvme_ls_cr_assoc_rqst, assoc_cmd) + \
offsetof          840 include/linux/rcupdate.h 		__kfree_rcu(&((___p)->rhf), offsetof(typeof(*(ptr)), rhf)); \
offsetof          140 include/linux/sched/task.h 	*size = arch_task_struct_size - offsetof(struct task_struct, thread);
offsetof          205 include/linux/skb_array.h 	BUILD_BUG_ON(offsetof(struct skb_array, ring));
offsetof          749 include/linux/skbuff.h #define CLONED_OFFSET()		offsetof(struct sk_buff, __cloned_offset)
offsetof          774 include/linux/skbuff.h #define PKT_TYPE_OFFSET()	offsetof(struct sk_buff, __pkt_type_offset)
offsetof          798 include/linux/skbuff.h #define PKT_VLAN_PRESENT_OFFSET()	offsetof(struct sk_buff, __pkt_vlan_present_offset)
offsetof          181 include/linux/slab.h 			offsetof(struct __struct, __field),		\
offsetof           66 include/linux/spinlock_types.h # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
offsetof           37 include/linux/stddef.h 	(offsetof(TYPE, MEMBER)	+ sizeof_field(TYPE, MEMBER))
offsetof          161 include/linux/swap.h 	((offsetof(union swap_header, magic.magic) - \
offsetof          162 include/linux/swap.h 	  offsetof(union swap_header, info.badpages)) / sizeof(int))
offsetof           67 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_sdcfg_val));
offsetof           69 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_timing1_val));
offsetof           71 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_timing2_val));
offsetof           73 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_timing3_val));
offsetof           75 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_ref_ctrl_val));
offsetof           77 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_zqcfg_val));
offsetof           79 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_pmcr_val));
offsetof           81 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_pmcr_shdw_val));
offsetof           83 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_rd_wr_level_ramp_ctrl));
offsetof           85 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_rd_wr_exec_thresh));
offsetof           87 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_cos_config));
offsetof           89 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_priority_to_cos_mapping));
offsetof           91 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_connect_id_serv_1_map));
offsetof           93 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_connect_id_serv_2_map));
offsetof           95 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_ocp_config_val));
offsetof           97 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_lpddr2_nvm_tim));
offsetof           99 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_lpddr2_nvm_tim_shdw));
offsetof          101 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_dll_calib_ctrl_val));
offsetof          103 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_dll_calib_ctrl_val_shdw));
offsetof          105 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_ddr_phy_ctlr_1));
offsetof          107 include/linux/ti-emif-sram.h 	       offsetof(struct emif_regs_amx3, emif_ext_phy_ctrl_vals));
offsetof          113 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_data, ti_emif_base_addr_virt));
offsetof          115 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_data, ti_emif_base_addr_phys));
offsetof          117 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_data, ti_emif_sram_config));
offsetof          119 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_data, regs_virt));
offsetof          121 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_data, regs_phys));
offsetof          127 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, save_context));
offsetof          129 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, restore_context));
offsetof          131 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, run_hw_leveling));
offsetof          133 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, enter_sr));
offsetof          135 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, exit_sr));
offsetof          137 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, abort_sr));
offsetof          301 include/linux/virtio_config.h 					       offsetof(structname, member)); \
offsetof          305 include/linux/virtio_config.h 						offsetof(structname, member)); \
offsetof          309 include/linux/virtio_config.h 						offsetof(structname, member)); \
offsetof          313 include/linux/virtio_config.h 						offsetof(structname, member)); \
offsetof          331 include/linux/virtio_config.h 				       offsetof(structname, member),	\
offsetof          336 include/linux/virtio_config.h 					offsetof(structname, member),	\
offsetof          341 include/linux/virtio_config.h 					offsetof(structname, member),	\
offsetof          346 include/linux/virtio_config.h 					offsetof(structname, member),	\
offsetof           31 include/linux/wireless.h #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer)
offsetof           32 include/linux/wireless.h #define IW_EV_COMPAT_POINT_OFF offsetof(struct compat_iw_point, length)
offsetof          415 include/media/v4l2-common.h 			offsetof(typeof(*(array)), width_field),	\
offsetof          416 include/media/v4l2-common.h 			offsetof(typeof(*(array)), height_field),	\
offsetof          102 include/net/dsa.h 	((void *)(skb)->cb + offsetof(struct __dsa_skb_cb, priv))
offsetof          227 include/net/dst.h 	BUILD_BUG_ON(offsetof(struct dst_entry, __refcnt) & 63);
offsetof          292 include/net/flow_dissector.h 	offsetof(struct flow_keys, FLOW_KEYS_HASH_START_FIELD)
offsetof          538 include/net/ip.h 	BUILD_BUG_ON(offsetof(typeof(flow->addrs), v4addrs.dst) !=
offsetof          539 include/net/ip.h 		     offsetof(typeof(flow->addrs), v4addrs.src) +
offsetof           71 include/net/ip6_checksum.h 		skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          283 include/net/ip6_fib.h 	BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0);
offsetof          834 include/net/ipv6.h 	BUILD_BUG_ON(offsetof(typeof(flow->addrs), v6addrs.dst) !=
offsetof          835 include/net/ipv6.h 		     offsetof(typeof(flow->addrs), v6addrs.src) +
offsetof         1125 include/net/mac80211.h 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) !=
offsetof         1126 include/net/mac80211.h 		     offsetof(struct ieee80211_tx_info, control.rates));
offsetof         1127 include/net/mac80211.h 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) !=
offsetof         1128 include/net/mac80211.h 		     offsetof(struct ieee80211_tx_info, driver_rates));
offsetof         1129 include/net/mac80211.h 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, status.rates) != 8);
offsetof         1135 include/net/mac80211.h 	    offsetof(struct ieee80211_tx_info, status.ack_signal) != 20);
offsetof         1138 include/net/mac80211.h 	       offsetof(struct ieee80211_tx_info, status.ampdu_ack_len));
offsetof          463 include/net/netfilter/nf_tables.h 	return (void *)priv - offsetof(struct nft_set, data);
offsetof         1339 include/net/netfilter/nf_tables.h 	BUILD_BUG_ON(offsetof(struct nft_set_ext, genmask) != 0);
offsetof           71 include/net/netfilter/nf_tables_offload.h 		offsetof(struct nft_flow_key, __base);			\
offsetof           73 include/net/netfilter/nf_tables_offload.h 		offsetof(struct nft_flow_key, __base.__field);		\
offsetof          218 include/net/nexthop.h 	BUILD_BUG_ON(offsetof(struct fib_nh, nh_common) != 0);
offsetof          219 include/net/nexthop.h 	BUILD_BUG_ON(offsetof(struct fib6_nh, nh_common) != 0);
offsetof          244 include/net/route.h 	BUILD_BUG_ON(offsetof(struct rtable, dst) != 0);
offsetof          462 include/net/sch_generic.h 	BUILD_BUG_ON(sizeof(skb->cb) < offsetof(struct qdisc_skb_cb, data) + sz);
offsetof          433 include/net/sctp/sctp.h      (pos.v + offsetof(struct sctp_paramhdr, length) + sizeof(pos.p->length) <=\
offsetof          445 include/net/sctp/sctp.h      ((void *)err + offsetof(struct sctp_errhdr, length) + sizeof(err->length) <=\
offsetof         1063 include/net/sock.h 	if (offsetof(struct sock, sk_node.next) != 0)
offsetof         1064 include/net/sock.h 		memset(sk, 0, offsetof(struct sock, sk_node.next));
offsetof         1066 include/net/sock.h 	       size - offsetof(struct sock, sk_node.pprev));
offsetof         1812 include/net/sock.h 	BUILD_BUG_ON(offsetof(struct socket_wq, wait) != 0);
offsetof           60 include/net/strparser.h 		offsetof(struct qdisc_skb_cb, data));
offsetof         2194 include/net/tcp.h 	memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp));
offsetof          362 include/net/vxlan.h 		offsetof(struct udphdr, check) :
offsetof          363 include/net/vxlan.h 		offsetof(struct tcphdr, check);
offsetof          370 include/net/vxlan.h 	if (offset == offsetof(struct udphdr, check))
offsetof         1573 include/net/xfrm.h 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
offsetof         2240 include/rdma/ib_verbs.h 		 BUILD_BUG_ON_ZERO(offsetof(struct drv_struct, member)) +      \
offsetof         2726 include/rdma/ib_verbs.h 				      BUILD_BUG_ON_ZERO(offsetof(              \
offsetof          422 include/rdma/uverbs_ioctl.h 			offsetof(struct ib_device_ops, ibdev_fn) +             \
offsetof          437 include/rdma/uverbs_ioctl.h 			offsetof(struct ib_device_ops, ibdev_fn) +             \
offsetof          399 include/trace/trace_events.h 				 offsetof(typeof(field), item),		\
offsetof          408 include/trace/trace_events.h 				 offsetof(typeof(field), item),		\
offsetof          427 include/trace/trace_events.h 				 offsetof(typeof(field), item),		\
offsetof          437 include/trace/trace_events.h 				 offsetof(typeof(field), __data_loc_##item),   \
offsetof          495 include/trace/trace_events.h 			       offsetof(typeof(*entry), __data);	\
offsetof          811 include/uapi/linux/fuse.h #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
offsetof          823 include/uapi/linux/fuse.h 	offsetof(struct fuse_direntplus, dirent.name)
offsetof          392 include/uapi/linux/genwqe/genwqe_card.h 	(((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
offsetof           31 include/xen/interface/io/ring.h 	(__RD32(((_sz) - offsetof(struct _s##_sring, ring)) /	\
offsetof          101 ipc/util.c     	.head_offset		= offsetof(struct kern_ipc_perm, khtnode),
offsetof          102 ipc/util.c     	.key_offset		= offsetof(struct kern_ipc_perm, key),
offsetof          194 kernel/audit_tree.c 	size = offsetof(struct audit_chunk, owners) + count * sizeof(struct node);
offsetof          194 kernel/bpf/arraymap.c 	*insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value));
offsetof          813 kernel/bpf/arraymap.c 	*insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value));
offsetof         3151 kernel/bpf/btf.c 	offsetof(struct btf_header, type_off),
offsetof         3152 kernel/bpf/btf.c 	offsetof(struct btf_header, str_off),
offsetof         3227 kernel/bpf/btf.c 	    offsetof(struct btf_header, hdr_len) + sizeof(hdr->hdr_len)) {
offsetof         1350 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sysctl, write):
offsetof         1358 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sysctl, file_pos):
offsetof         1373 kernel/bpf/cgroup.c 				offsetof(struct bpf_sysctl_kern, tmp_reg));
offsetof         1377 kernel/bpf/cgroup.c 				offsetof(struct bpf_sysctl_kern, ppos));
offsetof         1384 kernel/bpf/cgroup.c 				offsetof(struct bpf_sysctl_kern, tmp_reg));
offsetof         1389 kernel/bpf/cgroup.c 				offsetof(struct bpf_sysctl_kern, ppos));
offsetof         1446 kernel/bpf/cgroup.c 		case offsetof(struct bpf_sockopt, retval):
offsetof         1451 kernel/bpf/cgroup.c 		case offsetof(struct bpf_sockopt, optname):
offsetof         1453 kernel/bpf/cgroup.c 		case offsetof(struct bpf_sockopt, level):
offsetof         1458 kernel/bpf/cgroup.c 		case offsetof(struct bpf_sockopt, optlen):
offsetof         1466 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, sk):
offsetof         1471 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optval):
offsetof         1476 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optval_end):
offsetof         1481 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, retval):
offsetof         1496 kernel/bpf/cgroup.c 	  offsetof(struct bpf_sockopt_kern, F))
offsetof         1507 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, sk):
offsetof         1510 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, level):
offsetof         1516 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optname):
offsetof         1522 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optlen):
offsetof         1528 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, retval):
offsetof         1534 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optval):
offsetof         1537 kernel/bpf/cgroup.c 	case offsetof(struct bpf_sockopt, optval_end):
offsetof          815 kernel/bpf/devmap.c 	BUILD_BUG_ON(offsetof(struct bpf_dtab_netdev, dev) !=
offsetof          816 kernel/bpf/devmap.c 		     offsetof(struct _bpf_dtab_netdev, dev));
offsetof          166 kernel/bpf/hashtab.c 				   offsetof(struct htab_elem, hash) -
offsetof          167 kernel/bpf/hashtab.c 				   offsetof(struct htab_elem, lru_node),
offsetof          178 kernel/bpf/hashtab.c 				 offsetof(struct htab_elem, lru_node),
offsetof          182 kernel/bpf/hashtab.c 				       htab->elems + offsetof(struct htab_elem, fnode),
offsetof          242 kernel/bpf/hashtab.c 	BUILD_BUG_ON(offsetof(struct htab_elem, htab) !=
offsetof          243 kernel/bpf/hashtab.c 		     offsetof(struct htab_elem, hash_node.pprev));
offsetof          244 kernel/bpf/hashtab.c 	BUILD_BUG_ON(offsetof(struct htab_elem, fnode.next) !=
offsetof          245 kernel/bpf/hashtab.c 		     offsetof(struct htab_elem, hash_node.pprev));
offsetof          513 kernel/bpf/hashtab.c 				offsetof(struct htab_elem, key) +
offsetof          554 kernel/bpf/hashtab.c 			      offsetof(struct htab_elem, lru_node) +
offsetof          555 kernel/bpf/hashtab.c 			      offsetof(struct bpf_lru_node, ref));
offsetof          558 kernel/bpf/hashtab.c 			     offsetof(struct htab_elem, lru_node) +
offsetof          559 kernel/bpf/hashtab.c 			     offsetof(struct bpf_lru_node, ref),
offsetof          562 kernel/bpf/hashtab.c 				offsetof(struct htab_elem, key) +
offsetof         1491 kernel/bpf/hashtab.c 				offsetof(struct htab_elem, key) +
offsetof          368 kernel/bpf/local_storage.c 	offset = offsetof(struct bpf_cgroup_storage_key, attach_type);
offsetof          171 kernel/bpf/lpm_trie.c 	BUILD_BUG_ON(offsetof(struct lpm_trie_node, data) % sizeof(u32));
offsetof          172 kernel/bpf/lpm_trie.c 	BUILD_BUG_ON(offsetof(struct bpf_lpm_trie_key, data) % sizeof(u32));
offsetof          567 kernel/bpf/lpm_trie.c 			  offsetof(struct bpf_lpm_trie_key, data);
offsetof          721 kernel/bpf/lpm_trie.c 	memcpy((void *)next_key + offsetof(struct bpf_lpm_trie_key, data),
offsetof           53 kernel/bpf/offload.c 	.key_offset		= offsetof(struct bpf_offload_netdev, netdev),
offsetof           54 kernel/bpf/offload.c 	.head_offset		= offsetof(struct bpf_offload_netdev, l),
offsetof          467 kernel/bpf/syscall.c 		   offsetof(union bpf_attr, CMD##_LAST_FIELD) - \
offsetof          708 kernel/bpf/verifier.c 	memcpy(dst, src, offsetof(struct bpf_func_state, acquired_refs));
offsetof          864 kernel/bpf/verifier.c 	       offsetof(struct bpf_reg_state, var_off) - sizeof(reg->type));
offsetof          998 kernel/bpf/verifier.c 	memset(reg, 0, offsetof(struct bpf_reg_state, var_off));
offsetof         6600 kernel/bpf/verifier.c #define MIN_BPF_LINEINFO_SIZE	(offsetof(struct bpf_line_info, line_col) + \
offsetof         6904 kernel/bpf/verifier.c 	equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, parent)) == 0;
offsetof         6947 kernel/bpf/verifier.c 		return memcmp(rold, rcur, offsetof(struct bpf_reg_state, id)) == 0 &&
offsetof         6960 kernel/bpf/verifier.c 		if (memcmp(rold, rcur, offsetof(struct bpf_reg_state, id)))
offsetof         7301 kernel/bpf/verifier.c 			   offsetof(struct bpf_reg_state, parent)))
offsetof         4862 kernel/cgroup/cgroup.c 		.file_offset = offsetof(struct cgroup, procs_file),
offsetof         4891 kernel/cgroup/cgroup.c 		.file_offset = offsetof(struct cgroup, events_file),
offsetof          330 kernel/cgroup/pids.c 		.file_offset = offsetof(struct pids_cgroup, events_file),
offsetof           81 kernel/events/callchain.c 	size = offsetof(struct callchain_cpus_entries, cpu_entries[nr_cpu_ids]);
offsetof         5362 kernel/events/core.c 	userpg->size = offsetof(struct perf_event_mmap_page, __reserved);
offsetof         12254 kernel/events/core.c 	BUILD_BUG_ON((offsetof(struct perf_event_mmap_page, data_head))
offsetof          796 kernel/fork.c  		*offset += offsetof(struct task_struct, thread);
offsetof         2722 kernel/fork.c  			offsetof(struct mm_struct, saved_auxv),
offsetof          388 kernel/futex.c 	u32 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / 4,
offsetof           93 kernel/kprobes.c 	(offsetof(struct kprobe_insn_page, slot_used) +	\
offsetof         1526 kernel/locking/lockdep.c 		     offsetof(struct lock_class, locks_after));
offsetof         1536 kernel/locking/lockdep.c 		     offsetof(struct lock_class, locks_before));
offsetof         4889 kernel/locking/lockdep.c 	const unsigned int offset = offsetof(struct lock_class, key);
offsetof          706 kernel/power/swap.c 		memset(&data[thr], 0, offsetof(struct cmp_data, go));
offsetof          714 kernel/power/swap.c 	memset(crc, 0, offsetof(struct crc_data, go));
offsetof         1197 kernel/power/swap.c 		memset(&data[thr], 0, offsetof(struct dec_data, go));
offsetof         1205 kernel/power/swap.c 	memset(crc, 0, offsetof(struct crc_data, go));
offsetof          969 kernel/ptrace.c 	unsigned long actual_size = offsetof(struct ptrace_syscall_info, entry);
offsetof         4516 kernel/signal.c 	BUILD_BUG_ON(offsetof(siginfo_t, field) != offsetof(kernel_siginfo_t, field))
offsetof         4557 kernel/signal.c 	BUILD_BUG_ON(offsetof(struct siginfo, si_pid) !=
offsetof         4558 kernel/signal.c 		     offsetof(struct siginfo, si_addr));
offsetof         4567 kernel/signal.c 			     offsetof(struct siginfo, si_uid));
offsetof         4570 kernel/signal.c 	BUILD_BUG_ON(offsetof(struct compat_siginfo, si_pid) !=
offsetof         4571 kernel/signal.c 		     offsetof(struct compat_siginfo, si_addr));
offsetof         1886 kernel/sys.c   		offsetof(struct prctl_mm_map, start_code),
offsetof         1887 kernel/sys.c   		offsetof(struct prctl_mm_map, end_code),
offsetof         1888 kernel/sys.c   		offsetof(struct prctl_mm_map, start_data),
offsetof         1889 kernel/sys.c   		offsetof(struct prctl_mm_map, end_data),
offsetof         1890 kernel/sys.c   		offsetof(struct prctl_mm_map, start_brk),
offsetof         1891 kernel/sys.c   		offsetof(struct prctl_mm_map, brk),
offsetof         1892 kernel/sys.c   		offsetof(struct prctl_mm_map, start_stack),
offsetof         1893 kernel/sys.c   		offsetof(struct prctl_mm_map, arg_start),
offsetof         1894 kernel/sys.c   		offsetof(struct prctl_mm_map, arg_end),
offsetof         1895 kernel/sys.c   		offsetof(struct prctl_mm_map, env_start),
offsetof         1896 kernel/sys.c   		offsetof(struct prctl_mm_map, env_end),
offsetof         1547 kernel/trace/blktrace.c 	const int offset = offsetof(struct blk_io_trace, sector);
offsetof         1153 kernel/trace/bpf_trace.c 	case offsetof(struct bpf_perf_event_data, sample_period):
offsetof         1156 kernel/trace/bpf_trace.c 				      offsetof(struct bpf_perf_event_data_kern, data));
offsetof         1161 kernel/trace/bpf_trace.c 	case offsetof(struct bpf_perf_event_data, addr):
offsetof         1164 kernel/trace/bpf_trace.c 				      offsetof(struct bpf_perf_event_data_kern, data));
offsetof         1172 kernel/trace/bpf_trace.c 				      offsetof(struct bpf_perf_event_data_kern, regs));
offsetof          414 kernel/trace/ftrace.c 	(PAGE_SIZE - offsetof(struct ftrace_profile_page, records))
offsetof          126 kernel/trace/ring_buffer.c #define BUF_PAGE_HDR_SIZE offsetof(struct buffer_data_page, data)
offsetof          128 kernel/trace/ring_buffer.c #define RB_EVNT_HDR_SIZE (offsetof(struct ring_buffer_event, array))
offsetof          384 kernel/trace/ring_buffer.c 			 (unsigned int)offsetof(typeof(field), commit),
offsetof          390 kernel/trace/ring_buffer.c 			 (unsigned int)offsetof(typeof(field), commit),
offsetof          396 kernel/trace/ring_buffer.c 			 (unsigned int)offsetof(typeof(field), data),
offsetof          127 kernel/trace/ring_buffer_benchmark.c 			if (i >= (PAGE_SIZE - offsetof(struct rb_page, data))) {
offsetof         6051 kernel/trace/trace.c 	       offsetof(struct trace_iterator, seq));
offsetof         1996 kernel/trace/trace.h 	const size_t offset = offsetof(struct trace_iterator, seq);
offsetof          157 kernel/trace/trace_events.c 				   offsetof(typeof(ent), item),		\
offsetof          649 kernel/trace/trace_events_hist.c 	int offset = offsetof(typeof(trace), fields);
offsetof           85 kernel/trace/trace_export.c 				 offsetof(typeof(field), item),		\
offsetof           94 kernel/trace/trace_export.c 				 offsetof(typeof(field),		\
offsetof          107 kernel/trace/trace_export.c 				 offsetof(typeof(field), item),		\
offsetof          118 kernel/trace/trace_export.c 				 offsetof(typeof(field),		\
offsetof          128 kernel/trace/trace_export.c 				 offsetof(typeof(field), item),		\
offsetof           84 kernel/trace/trace_kprobe.c 	(offsetof(struct trace_kprobe, tp.args) +	\
offsetof         1335 kernel/trace/trace_output.c 	for (i = 0; i < iter->ent_size - offsetof(struct raw_data_entry, buf); i++)
offsetof           47 kernel/trace/trace_probe.h 					 offsetof(typeof(field), item),	\
offsetof          204 kernel/trace/trace_syscalls.c 		#type, #name, offsetof(typeof(trace), field),		\
offsetof          274 kernel/trace/trace_syscalls.c 	int offset = offsetof(typeof(trace), args);
offsetof           87 kernel/trace/trace_uprobe.c 	(offsetof(struct trace_uprobe, tp.args) +	\
offsetof          176 kernel/utsname.c 			offsetof(struct uts_namespace, name),
offsetof           36 lib/cpu_rmap.c 	obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]),
offsetof          537 lib/objagg.c   	objagg->ht_params.key_offset = offsetof(struct objagg_obj, obj);
offsetof          538 lib/objagg.c   	objagg->ht_params.head_offset = offsetof(struct objagg_obj, ht_node);
offsetof          958 lib/objagg.c   				offsetof(struct objagg_hints_node, obj);
offsetof          960 lib/objagg.c   				offsetof(struct objagg_hints_node, ht_node);
offsetof          106 lib/stackdepot.c 	int required_size = offsetof(struct stack_record, entries) +
offsetof           95 lib/test_rhashtable.c 	.head_offset = offsetof(struct test_obj, node),
offsetof           96 lib/test_rhashtable.c 	.key_offset = offsetof(struct test_obj, value),
offsetof          102 lib/test_rhashtable.c 	.head_offset = offsetof(struct test_obj_rhl, list_node),
offsetof          103 lib/test_rhashtable.c 	.key_offset = offsetof(struct test_obj_rhl, value),
offsetof         6315 mm/memcontrol.c 		.file_offset = offsetof(struct mem_cgroup, events_file),
offsetof         6321 mm/memcontrol.c 		.file_offset = offsetof(struct mem_cgroup, events_local_file),
offsetof         7280 mm/memcontrol.c 		.file_offset = offsetof(struct mem_cgroup, swap_events_file),
offsetof         1238 mm/slab.c      		offsetof(struct kmem_cache, node) +
offsetof         4262 mm/slub.c      			offsetof(struct kmem_cache, node) +
offsetof          598 net/9p/trans_virtio.c 	virtio_cread_bytes(vdev, offsetof(struct virtio_9p_config, tag),
offsetof         1560 net/batman-adv/distributed-arp-table.c 	offset += offsetof(struct batadv_dhcp_packet, magic);
offsetof         1634 net/batman-adv/distributed-arp-table.c 	offset += offsetof(struct batadv_dhcp_packet, yiaddr);
offsetof         1661 net/batman-adv/distributed-arp-table.c 	offset += offsetof(struct batadv_dhcp_packet, chaddr);
offsetof          207 net/bpf/test_run.c 	if (!range_is_zero(__skb, 0, offsetof(struct __sk_buff, priority)))
offsetof          212 net/bpf/test_run.c 	if (!range_is_zero(__skb, offsetof(struct __sk_buff, priority) +
offsetof          214 net/bpf/test_run.c 			   offsetof(struct __sk_buff, cb)))
offsetof          219 net/bpf/test_run.c 	if (!range_is_zero(__skb, offsetof(struct __sk_buff, cb) +
offsetof          383 net/bpf/test_run.c 	if (!range_is_zero(ctx, 0, offsetof(struct bpf_flow_keys, flags)))
offsetof          388 net/bpf/test_run.c 	if (!range_is_zero(ctx, offsetof(struct bpf_flow_keys, flags) +
offsetof           28 net/bridge/br_fdb.c 	.head_offset = offsetof(struct net_bridge_fdb_entry, rhnode),
offsetof           29 net/bridge/br_fdb.c 	.key_offset = offsetof(struct net_bridge_fdb_entry, key),
offsetof           38 net/bridge/br_multicast.c 	.head_offset = offsetof(struct net_bridge_mdb_entry, rhnode),
offsetof           39 net/bridge/br_multicast.c 	.key_offset = offsetof(struct net_bridge_mdb_entry, addr),
offsetof         1007 net/bridge/br_multicast.c 		nsrcs_offset = len + offsetof(struct mld2_grec, grec_nsrcs);
offsetof           23 net/bridge/br_vlan.c 	.head_offset = offsetof(struct net_bridge_vlan, vnode),
offsetof           24 net/bridge/br_vlan.c 	.key_offset = offsetof(struct net_bridge_vlan, vid),
offsetof           29 net/bridge/br_vlan_tunnel.c 	.head_offset = offsetof(struct net_bridge_vlan, tnode),
offsetof           30 net/bridge/br_vlan_tunnel.c 	.key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id),
offsetof          109 net/bridge/netfilter/ebt_limit.c 	.usersize	= offsetof(struct ebt_limit_info, prev),
offsetof         2066 net/bridge/netfilter/ebtables.c 			offsetof(struct ebt_entry, watchers_offset));
offsetof         2190 net/bridge/netfilter/ebtables.c 	memcpy(repl, &tmp, offsetof(struct ebt_replace, hook_entry));
offsetof         1035 net/caif/caif_socket.c 		.useroffset = offsetof(struct caifsock, conn_req.param),
offsetof           92 net/caif/caif_usb.c 	caif_assert(offsetof(struct cfusbl, layer) == 0);
offsetof           42 net/caif/cfctrl.c 	caif_assert(offsetof(struct cfctrl, serv.layer) == 0);
offsetof          189 net/caif/cfctrl.c 	caif_assert(offsetof(struct cfctrl, serv.layer) == 0);
offsetof           25 net/caif/cfdbgl.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof           32 net/caif/cfdgml.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof           46 net/caif/cffrml.c 	caif_assert(offsetof(struct cffrml, layer) == 0);
offsetof           39 net/caif/cfserl.c 	caif_assert(offsetof(struct cfserl, layer) == 0);
offsetof          166 net/caif/cfsrvl.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof           32 net/caif/cfutill.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof           31 net/caif/cfveil.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof           27 net/caif/cfvidl.c 	caif_assert(offsetof(struct cfsrvl, layer) == 0);
offsetof          871 net/can/af_can.c 	BUILD_BUG_ON(offsetof(struct can_frame, can_dlc) !=
offsetof          872 net/can/af_can.c 		     offsetof(struct canfd_frame, len) ||
offsetof          873 net/can/af_can.c 		     offsetof(struct can_frame, data) !=
offsetof          874 net/can/af_can.c 		     offsetof(struct canfd_frame, data));
offsetof          477 net/can/gw.c   		int max_len = nskb->len - offsetof(struct canfd_frame, data);
offsetof           31 net/can/j1939/main.c #define J1939_CAN_HDR (offsetof(struct can_frame, data))
offsetof          385 net/can/j1939/socket.c 	BUILD_BUG_ON(offsetof(struct j1939_sock, sk) != 0);
offsetof          855 net/can/j1939/socket.c 	skb_reserve(skb, offsetof(struct can_frame, data));
offsetof          577 net/can/j1939/transport.c 	skb_reserve(skb, offsetof(struct can_frame, data));
offsetof          136 net/ceph/ceph_common.c 	int ofs = offsetof(struct ceph_options, mon_addr);
offsetof         1317 net/ceph/messenger.c 	crc = crc32c(0, &m->hdr, offsetof(struct ceph_msg_header, crc));
offsetof         2386 net/ceph/messenger.c 	crc = crc32c(0, &con->in_hdr, offsetof(struct ceph_msg_header, crc));
offsetof         1714 net/core/dev.c 	BUILD_BUG_ON(offsetof(struct netdev_notifier_info_ext, info) != 0);
offsetof         2897 net/core/dev.c 	offset = start + offsetof(struct sctphdr, checksum);
offsetof          223 net/core/dst.c 	BUILD_BUG_ON(offsetof(struct dst_metrics, metrics) != 0);
offsetof          161 net/core/ethtool.c 	sizeaddr = useraddr + offsetof(struct ethtool_gfeatures, size);
offsetof          860 net/core/ethtool.c 	useraddr += offsetof(struct ethtool_sset_info, data);
offsetof          886 net/core/ethtool.c 		info_size = (offsetof(struct ethtool_rxnfc, data) +
offsetof          920 net/core/ethtool.c 		info_size = (offsetof(struct ethtool_rxnfc, data) +
offsetof          962 net/core/ethtool.c 		useraddr += offsetof(struct ethtool_rxnfc, rule_locs);
offsetof         1048 net/core/ethtool.c 			   useraddr + offsetof(struct ethtool_rxfh_indir, size),
offsetof         1052 net/core/ethtool.c 	if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh_indir, size),
offsetof         1072 net/core/ethtool.c 			 offsetof(struct ethtool_rxfh_indir, ring_index[0]),
offsetof         1089 net/core/ethtool.c 	u32 ringidx_offset = offsetof(struct ethtool_rxfh_indir, ring_index[0]);
offsetof         1100 net/core/ethtool.c 			   useraddr + offsetof(struct ethtool_rxfh_indir, size),
offsetof         1208 net/core/ethtool.c 	if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh, hfunc),
offsetof         1212 net/core/ethtool.c 			      offsetof(struct ethtool_rxfh, rss_config[0]),
offsetof         1233 net/core/ethtool.c 	u32 rss_cfg_offset = offsetof(struct ethtool_rxfh, rss_config[0]);
offsetof         1318 net/core/ethtool.c 	if (copy_to_user(useraddr + offsetof(struct ethtool_rxfh, rss_context),
offsetof         1367 net/core/ethtool.c 	useraddr += offsetof(struct ethtool_regs, data);
offsetof         2155 net/core/ethtool.c 	useraddr += offsetof(struct ethtool_dump, data);
offsetof         2940 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, ipv4);
offsetof         2955 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, tp);
offsetof         2963 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, ip);
offsetof         2992 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, ipv6);
offsetof         3007 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, tp);
offsetof         3015 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, ip);
offsetof         3038 net/core/ethtool.c 		offsetof(struct ethtool_rx_flow_key, basic);
offsetof         3071 net/core/ethtool.c 				offsetof(struct ethtool_rx_flow_key, vlan);
offsetof         3086 net/core/ethtool.c 			offsetof(struct ethtool_rx_flow_key, eth_addrs);
offsetof          280 net/core/filter.c 				      offsetof(struct sk_buff, mark));
offsetof          295 net/core/filter.c 				      offsetof(struct sk_buff, queue_mapping));
offsetof          303 net/core/filter.c 				      offsetof(struct sk_buff, vlan_tci));
offsetof          329 net/core/filter.c 				      offsetof(struct sk_buff, protocol));
offsetof          346 net/core/filter.c 				      offsetof(struct sk_buff, dev));
offsetof          352 net/core/filter.c 					    offsetof(struct net_device, ifindex));
offsetof          355 net/core/filter.c 					    offsetof(struct net_device, type));
offsetof          367 net/core/filter.c 				    offsetof(struct sk_buff, hash));
offsetof          392 net/core/filter.c 				      offsetof(struct sk_buff, vlan_proto));
offsetof          585 net/core/filter.c 						  offsetof(struct sk_buff, data));
offsetof          587 net/core/filter.c 						  offsetof(struct sk_buff, len));
offsetof          589 net/core/filter.c 						  offsetof(struct sk_buff, data_len));
offsetof          836 net/core/filter.c 					    offsetof(struct sk_buff, len));
offsetof         3845 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, tunnel_label):
offsetof         3846 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, tunnel_ext):
offsetof         3848 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, remote_ipv6[1]):
offsetof         3944 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, tunnel_label):
offsetof         3945 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, tunnel_ext):
offsetof         3946 net/core/filter.c 		case offsetof(struct bpf_tunnel_key, remote_ipv6[1]):
offsetof         5563 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, bytes_received):
offsetof         5564 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, bytes_acked):
offsetof         5584 net/core/filter.c 				      offsetof(struct tcp_sock, FIELD)); \
offsetof         5596 net/core/filter.c 				      offsetof(				\
offsetof         5605 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, rtt_min):
offsetof         5612 net/core/filter.c 				      offsetof(struct tcp_sock, rtt_min) +
offsetof         5613 net/core/filter.c 				      offsetof(struct minmax_sample, v));
offsetof         5615 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, snd_cwnd):
offsetof         5618 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, srtt_us):
offsetof         5621 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, snd_ssthresh):
offsetof         5624 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, rcv_nxt):
offsetof         5627 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, snd_nxt):
offsetof         5630 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, snd_una):
offsetof         5633 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, mss_cache):
offsetof         5636 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, ecn_flags):
offsetof         5639 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, rate_delivered):
offsetof         5642 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, rate_interval_us):
offsetof         5645 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, packets_out):
offsetof         5648 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, retrans_out):
offsetof         5651 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, total_retrans):
offsetof         5654 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, segs_in):
offsetof         5657 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, data_segs_in):
offsetof         5660 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, segs_out):
offsetof         5663 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, data_segs_out):
offsetof         5666 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, lost_out):
offsetof         5669 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, sacked_out):
offsetof         5672 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, bytes_received):
offsetof         5675 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, bytes_acked):
offsetof         5678 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, dsack_dups):
offsetof         5681 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, delivered):
offsetof         5684 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, delivered_ce):
offsetof         5687 net/core/filter.c 	case offsetof(struct bpf_tcp_sock, icsk_retransmits):
offsetof         5775 net/core/filter.c 				      offsetof(struct xdp_sock, FIELD)); \
offsetof         5779 net/core/filter.c 	case offsetof(struct bpf_xdp_sock, queue_id):
offsetof         6509 net/core/filter.c 	case offsetof(struct __sk_buff, sk):
offsetof         6644 net/core/filter.c 	case offsetof(struct bpf_sock, bound_dev_if):
offsetof         6645 net/core/filter.c 	case offsetof(struct bpf_sock, mark):
offsetof         6646 net/core/filter.c 	case offsetof(struct bpf_sock, priority):
offsetof         6705 net/core/filter.c 	case offsetof(struct bpf_sock, state):
offsetof         6706 net/core/filter.c 	case offsetof(struct bpf_sock, family):
offsetof         6707 net/core/filter.c 	case offsetof(struct bpf_sock, type):
offsetof         6708 net/core/filter.c 	case offsetof(struct bpf_sock, protocol):
offsetof         6709 net/core/filter.c 	case offsetof(struct bpf_sock, dst_port):
offsetof         6710 net/core/filter.c 	case offsetof(struct bpf_sock, src_port):
offsetof         6879 net/core/filter.c 			case offsetof(struct xdp_md, rx_queue_index):
offsetof         6887 net/core/filter.c 	case offsetof(struct xdp_md, data):
offsetof         6890 net/core/filter.c 	case offsetof(struct xdp_md, data_meta):
offsetof         6893 net/core/filter.c 	case offsetof(struct xdp_md, data_end):
offsetof         7008 net/core/filter.c 	case offsetof(struct bpf_sock_addr, sk):
offsetof         7043 net/core/filter.c 		case offsetof(struct bpf_sock_ops, reply):
offsetof         7044 net/core/filter.c 		case offsetof(struct bpf_sock_ops, sk_txhash):
offsetof         7058 net/core/filter.c 		case offsetof(struct bpf_sock_ops, sk):
offsetof         7128 net/core/filter.c 	case offsetof(struct sk_msg_md, data):
offsetof         7133 net/core/filter.c 	case offsetof(struct sk_msg_md, data_end):
offsetof         7199 net/core/filter.c 	case offsetof(struct __sk_buff, data):
offsetof         7202 net/core/filter.c 				      offsetof(struct bpf_flow_dissector, data));
offsetof         7205 net/core/filter.c 	case offsetof(struct __sk_buff, data_end):
offsetof         7208 net/core/filter.c 				      offsetof(struct bpf_flow_dissector, data_end));
offsetof         7211 net/core/filter.c 	case offsetof(struct __sk_buff, flow_keys):
offsetof         7214 net/core/filter.c 				      offsetof(struct bpf_flow_dissector, flow_keys));
offsetof         7230 net/core/filter.c 	case offsetof(struct __sk_buff, len):
offsetof         7236 net/core/filter.c 	case offsetof(struct __sk_buff, protocol):
offsetof         7242 net/core/filter.c 	case offsetof(struct __sk_buff, vlan_proto):
offsetof         7248 net/core/filter.c 	case offsetof(struct __sk_buff, priority):
offsetof         7259 net/core/filter.c 	case offsetof(struct __sk_buff, ingress_ifindex):
offsetof         7265 net/core/filter.c 	case offsetof(struct __sk_buff, ifindex):
offsetof         7268 net/core/filter.c 				      offsetof(struct sk_buff, dev));
offsetof         7275 net/core/filter.c 	case offsetof(struct __sk_buff, hash):
offsetof         7281 net/core/filter.c 	case offsetof(struct __sk_buff, mark):
offsetof         7292 net/core/filter.c 	case offsetof(struct __sk_buff, pkt_type):
offsetof         7302 net/core/filter.c 	case offsetof(struct __sk_buff, queue_mapping):
offsetof         7317 net/core/filter.c 	case offsetof(struct __sk_buff, vlan_present):
offsetof         7327 net/core/filter.c 	case offsetof(struct __sk_buff, vlan_tci):
offsetof         7333 net/core/filter.c 	case offsetof(struct __sk_buff, cb[0]) ...
offsetof         7336 net/core/filter.c 		BUILD_BUG_ON((offsetof(struct sk_buff, cb) +
offsetof         7337 net/core/filter.c 			      offsetof(struct qdisc_skb_cb, data)) %
offsetof         7342 net/core/filter.c 		off -= offsetof(struct __sk_buff, cb[0]);
offsetof         7343 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         7344 net/core/filter.c 		off += offsetof(struct qdisc_skb_cb, data);
offsetof         7353 net/core/filter.c 	case offsetof(struct __sk_buff, tc_classid):
offsetof         7357 net/core/filter.c 		off -= offsetof(struct __sk_buff, tc_classid);
offsetof         7358 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         7359 net/core/filter.c 		off += offsetof(struct qdisc_skb_cb, tc_classid);
offsetof         7369 net/core/filter.c 	case offsetof(struct __sk_buff, data):
offsetof         7372 net/core/filter.c 				      offsetof(struct sk_buff, data));
offsetof         7375 net/core/filter.c 	case offsetof(struct __sk_buff, data_meta):
offsetof         7377 net/core/filter.c 		off -= offsetof(struct __sk_buff, data_meta);
offsetof         7378 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         7379 net/core/filter.c 		off += offsetof(struct bpf_skb_data_end, data_meta);
offsetof         7384 net/core/filter.c 	case offsetof(struct __sk_buff, data_end):
offsetof         7386 net/core/filter.c 		off -= offsetof(struct __sk_buff, data_end);
offsetof         7387 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         7388 net/core/filter.c 		off += offsetof(struct bpf_skb_data_end, data_end);
offsetof         7393 net/core/filter.c 	case offsetof(struct __sk_buff, tc_index):
offsetof         7412 net/core/filter.c 	case offsetof(struct __sk_buff, napi_id):
offsetof         7424 net/core/filter.c 	case offsetof(struct __sk_buff, family):
offsetof         7429 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7435 net/core/filter.c 	case offsetof(struct __sk_buff, remote_ip4):
offsetof         7440 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7446 net/core/filter.c 	case offsetof(struct __sk_buff, local_ip4):
offsetof         7452 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7458 net/core/filter.c 	case offsetof(struct __sk_buff, remote_ip6[0]) ...
offsetof         7459 net/core/filter.c 	     offsetof(struct __sk_buff, remote_ip6[3]):
offsetof         7465 net/core/filter.c 		off -= offsetof(struct __sk_buff, remote_ip6[0]);
offsetof         7469 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7471 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         7478 net/core/filter.c 	case offsetof(struct __sk_buff, local_ip6[0]) ...
offsetof         7479 net/core/filter.c 	     offsetof(struct __sk_buff, local_ip6[3]):
offsetof         7485 net/core/filter.c 		off -= offsetof(struct __sk_buff, local_ip6[0]);
offsetof         7489 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7491 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         7499 net/core/filter.c 	case offsetof(struct __sk_buff, remote_port):
offsetof         7504 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7514 net/core/filter.c 	case offsetof(struct __sk_buff, local_port):
offsetof         7519 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7525 net/core/filter.c 	case offsetof(struct __sk_buff, tstamp):
offsetof         7542 net/core/filter.c 	case offsetof(struct __sk_buff, gso_segs):
offsetof         7547 net/core/filter.c 				      offsetof(struct sk_buff, end));
offsetof         7550 net/core/filter.c 				      offsetof(struct sk_buff, head));
offsetof         7555 net/core/filter.c 				      offsetof(struct sk_buff, end));
offsetof         7563 net/core/filter.c 	case offsetof(struct __sk_buff, wire_len):
offsetof         7567 net/core/filter.c 		off -= offsetof(struct __sk_buff, wire_len);
offsetof         7568 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         7569 net/core/filter.c 		off += offsetof(struct qdisc_skb_cb, pkt_len);
offsetof         7574 net/core/filter.c 	case offsetof(struct __sk_buff, sk):
offsetof         7577 net/core/filter.c 				      offsetof(struct sk_buff, sk));
offsetof         7593 net/core/filter.c 	case offsetof(struct bpf_sock, bound_dev_if):
offsetof         7598 net/core/filter.c 					offsetof(struct sock, sk_bound_dev_if));
offsetof         7601 net/core/filter.c 				      offsetof(struct sock, sk_bound_dev_if));
offsetof         7604 net/core/filter.c 	case offsetof(struct bpf_sock, mark):
offsetof         7609 net/core/filter.c 					offsetof(struct sock, sk_mark));
offsetof         7612 net/core/filter.c 				      offsetof(struct sock, sk_mark));
offsetof         7615 net/core/filter.c 	case offsetof(struct bpf_sock, priority):
offsetof         7620 net/core/filter.c 					offsetof(struct sock, sk_priority));
offsetof         7623 net/core/filter.c 				      offsetof(struct sock, sk_priority));
offsetof         7626 net/core/filter.c 	case offsetof(struct bpf_sock, family):
offsetof         7637 net/core/filter.c 	case offsetof(struct bpf_sock, type):
offsetof         7640 net/core/filter.c 				      offsetof(struct sock, __sk_flags_offset));
offsetof         7646 net/core/filter.c 	case offsetof(struct bpf_sock, protocol):
offsetof         7649 net/core/filter.c 				      offsetof(struct sock, __sk_flags_offset));
offsetof         7655 net/core/filter.c 	case offsetof(struct bpf_sock, src_ip4):
offsetof         7664 net/core/filter.c 	case offsetof(struct bpf_sock, dst_ip4):
offsetof         7676 net/core/filter.c 		off -= offsetof(struct bpf_sock, src_ip6[0]);
offsetof         7694 net/core/filter.c 		off -= offsetof(struct bpf_sock, dst_ip6[0]);
offsetof         7708 net/core/filter.c 	case offsetof(struct bpf_sock, src_port):
offsetof         7718 net/core/filter.c 	case offsetof(struct bpf_sock, dst_port):
offsetof         7728 net/core/filter.c 	case offsetof(struct bpf_sock, state):
offsetof         7750 net/core/filter.c 	case offsetof(struct __sk_buff, ifindex):
offsetof         7753 net/core/filter.c 				      offsetof(struct sk_buff, dev));
offsetof         7774 net/core/filter.c 	case offsetof(struct xdp_md, data):
offsetof         7777 net/core/filter.c 				      offsetof(struct xdp_buff, data));
offsetof         7779 net/core/filter.c 	case offsetof(struct xdp_md, data_meta):
offsetof         7782 net/core/filter.c 				      offsetof(struct xdp_buff, data_meta));
offsetof         7784 net/core/filter.c 	case offsetof(struct xdp_md, data_end):
offsetof         7787 net/core/filter.c 				      offsetof(struct xdp_buff, data_end));
offsetof         7789 net/core/filter.c 	case offsetof(struct xdp_md, ingress_ifindex):
offsetof         7792 net/core/filter.c 				      offsetof(struct xdp_buff, rxq));
offsetof         7795 net/core/filter.c 				      offsetof(struct xdp_rxq_info, dev));
offsetof         7797 net/core/filter.c 				      offsetof(struct net_device, ifindex));
offsetof         7799 net/core/filter.c 	case offsetof(struct xdp_md, rx_queue_index):
offsetof         7802 net/core/filter.c 				      offsetof(struct xdp_buff, rxq));
offsetof         7804 net/core/filter.c 				      offsetof(struct xdp_rxq_info,
offsetof         7825 net/core/filter.c 				      si->src_reg, offsetof(S, F));	       \
offsetof         7855 net/core/filter.c 				      offsetof(S, TF));			       \
offsetof         7857 net/core/filter.c 				      si->dst_reg, offsetof(S, F));	       \
offsetof         7863 net/core/filter.c 				      offsetof(S, TF));			       \
offsetof         7891 net/core/filter.c 	case offsetof(struct bpf_sock_addr, user_family):
offsetof         7896 net/core/filter.c 	case offsetof(struct bpf_sock_addr, user_ip4):
offsetof         7904 net/core/filter.c 		off -= offsetof(struct bpf_sock_addr, user_ip6[0]);
offsetof         7911 net/core/filter.c 	case offsetof(struct bpf_sock_addr, user_port):
offsetof         7919 net/core/filter.c 		BUILD_BUG_ON(offsetof(struct sockaddr_in, sin_port) !=
offsetof         7920 net/core/filter.c 			     offsetof(struct sockaddr_in6, sin6_port));
offsetof         7928 net/core/filter.c 	case offsetof(struct bpf_sock_addr, family):
offsetof         7933 net/core/filter.c 	case offsetof(struct bpf_sock_addr, type):
offsetof         7941 net/core/filter.c 	case offsetof(struct bpf_sock_addr, protocol):
offsetof         7950 net/core/filter.c 	case offsetof(struct bpf_sock_addr, msg_src_ip4):
offsetof         7960 net/core/filter.c 		off -= offsetof(struct bpf_sock_addr, msg_src_ip6[0]);
offsetof         7966 net/core/filter.c 	case offsetof(struct bpf_sock_addr, sk):
offsetof         7969 net/core/filter.c 				      offsetof(struct bpf_sock_addr_kern, sk));
offsetof         7994 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,      \
offsetof         8000 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));\
offsetof         8004 net/core/filter.c 				      offsetof(OBJ, OBJ_FIELD));	      \
offsetof         8029 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,      \
offsetof         8035 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,      \
offsetof         8041 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));\
offsetof         8044 net/core/filter.c 				      offsetof(OBJ, OBJ_FIELD));	      \
offsetof         8046 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,      \
offsetof         8062 net/core/filter.c 	case offsetof(struct bpf_sock_ops, op) ...
offsetof         8063 net/core/filter.c 	     offsetof(struct bpf_sock_ops, replylong[3]):
offsetof         8071 net/core/filter.c 		off -= offsetof(struct bpf_sock_ops, op);
offsetof         8072 net/core/filter.c 		off += offsetof(struct bpf_sock_ops_kern, op);
offsetof         8081 net/core/filter.c 	case offsetof(struct bpf_sock_ops, family):
offsetof         8087 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8089 net/core/filter.c 				      offsetof(struct sock_common, skc_family));
offsetof         8092 net/core/filter.c 	case offsetof(struct bpf_sock_ops, remote_ip4):
offsetof         8098 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8100 net/core/filter.c 				      offsetof(struct sock_common, skc_daddr));
offsetof         8103 net/core/filter.c 	case offsetof(struct bpf_sock_ops, local_ip4):
offsetof         8110 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8112 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8116 net/core/filter.c 	case offsetof(struct bpf_sock_ops, remote_ip6[0]) ...
offsetof         8117 net/core/filter.c 	     offsetof(struct bpf_sock_ops, remote_ip6[3]):
offsetof         8123 net/core/filter.c 		off -= offsetof(struct bpf_sock_ops, remote_ip6[0]);
offsetof         8127 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8129 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8137 net/core/filter.c 	case offsetof(struct bpf_sock_ops, local_ip6[0]) ...
offsetof         8138 net/core/filter.c 	     offsetof(struct bpf_sock_ops, local_ip6[3]):
offsetof         8144 net/core/filter.c 		off -= offsetof(struct bpf_sock_ops, local_ip6[0]);
offsetof         8148 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8150 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8158 net/core/filter.c 	case offsetof(struct bpf_sock_ops, remote_port):
offsetof         8164 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8166 net/core/filter.c 				      offsetof(struct sock_common, skc_dport));
offsetof         8172 net/core/filter.c 	case offsetof(struct bpf_sock_ops, local_port):
offsetof         8178 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8180 net/core/filter.c 				      offsetof(struct sock_common, skc_num));
offsetof         8183 net/core/filter.c 	case offsetof(struct bpf_sock_ops, is_fullsock):
offsetof         8188 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,
offsetof         8192 net/core/filter.c 	case offsetof(struct bpf_sock_ops, state):
offsetof         8198 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8200 net/core/filter.c 				      offsetof(struct sock_common, skc_state));
offsetof         8203 net/core/filter.c 	case offsetof(struct bpf_sock_ops, rtt_min):
offsetof         8212 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8214 net/core/filter.c 				      offsetof(struct tcp_sock, rtt_min) +
offsetof         8218 net/core/filter.c 	case offsetof(struct bpf_sock_ops, bpf_sock_ops_cb_flags):
offsetof         8223 net/core/filter.c 	case offsetof(struct bpf_sock_ops, sk_txhash):
offsetof         8227 net/core/filter.c 	case offsetof(struct bpf_sock_ops, snd_cwnd):
offsetof         8230 net/core/filter.c 	case offsetof(struct bpf_sock_ops, srtt_us):
offsetof         8233 net/core/filter.c 	case offsetof(struct bpf_sock_ops, snd_ssthresh):
offsetof         8236 net/core/filter.c 	case offsetof(struct bpf_sock_ops, rcv_nxt):
offsetof         8239 net/core/filter.c 	case offsetof(struct bpf_sock_ops, snd_nxt):
offsetof         8242 net/core/filter.c 	case offsetof(struct bpf_sock_ops, snd_una):
offsetof         8245 net/core/filter.c 	case offsetof(struct bpf_sock_ops, mss_cache):
offsetof         8248 net/core/filter.c 	case offsetof(struct bpf_sock_ops, ecn_flags):
offsetof         8251 net/core/filter.c 	case offsetof(struct bpf_sock_ops, rate_delivered):
offsetof         8254 net/core/filter.c 	case offsetof(struct bpf_sock_ops, rate_interval_us):
offsetof         8257 net/core/filter.c 	case offsetof(struct bpf_sock_ops, packets_out):
offsetof         8260 net/core/filter.c 	case offsetof(struct bpf_sock_ops, retrans_out):
offsetof         8263 net/core/filter.c 	case offsetof(struct bpf_sock_ops, total_retrans):
offsetof         8266 net/core/filter.c 	case offsetof(struct bpf_sock_ops, segs_in):
offsetof         8269 net/core/filter.c 	case offsetof(struct bpf_sock_ops, data_segs_in):
offsetof         8272 net/core/filter.c 	case offsetof(struct bpf_sock_ops, segs_out):
offsetof         8275 net/core/filter.c 	case offsetof(struct bpf_sock_ops, data_segs_out):
offsetof         8278 net/core/filter.c 	case offsetof(struct bpf_sock_ops, lost_out):
offsetof         8281 net/core/filter.c 	case offsetof(struct bpf_sock_ops, sacked_out):
offsetof         8284 net/core/filter.c 	case offsetof(struct bpf_sock_ops, bytes_received):
offsetof         8287 net/core/filter.c 	case offsetof(struct bpf_sock_ops, bytes_acked):
offsetof         8290 net/core/filter.c 	case offsetof(struct bpf_sock_ops, sk):
offsetof         8295 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern,
offsetof         8301 net/core/filter.c 				      offsetof(struct bpf_sock_ops_kern, sk));
offsetof         8316 net/core/filter.c 	case offsetof(struct __sk_buff, data_end):
offsetof         8318 net/core/filter.c 		off -= offsetof(struct __sk_buff, data_end);
offsetof         8319 net/core/filter.c 		off += offsetof(struct sk_buff, cb);
offsetof         8320 net/core/filter.c 		off += offsetof(struct tcp_skb_cb, bpf.data_end);
offsetof         8343 net/core/filter.c 	BUILD_BUG_ON(offsetof(struct sk_msg, sg) != 0);
offsetof         8346 net/core/filter.c 	case offsetof(struct sk_msg_md, data):
offsetof         8349 net/core/filter.c 				      offsetof(struct sk_msg, data));
offsetof         8351 net/core/filter.c 	case offsetof(struct sk_msg_md, data_end):
offsetof         8354 net/core/filter.c 				      offsetof(struct sk_msg, data_end));
offsetof         8356 net/core/filter.c 	case offsetof(struct sk_msg_md, family):
offsetof         8362 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8364 net/core/filter.c 				      offsetof(struct sock_common, skc_family));
offsetof         8367 net/core/filter.c 	case offsetof(struct sk_msg_md, remote_ip4):
offsetof         8373 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8375 net/core/filter.c 				      offsetof(struct sock_common, skc_daddr));
offsetof         8378 net/core/filter.c 	case offsetof(struct sk_msg_md, local_ip4):
offsetof         8385 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8387 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8391 net/core/filter.c 	case offsetof(struct sk_msg_md, remote_ip6[0]) ...
offsetof         8392 net/core/filter.c 	     offsetof(struct sk_msg_md, remote_ip6[3]):
offsetof         8398 net/core/filter.c 		off -= offsetof(struct sk_msg_md, remote_ip6[0]);
offsetof         8402 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8404 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8412 net/core/filter.c 	case offsetof(struct sk_msg_md, local_ip6[0]) ...
offsetof         8413 net/core/filter.c 	     offsetof(struct sk_msg_md, local_ip6[3]):
offsetof         8419 net/core/filter.c 		off -= offsetof(struct sk_msg_md, local_ip6[0]);
offsetof         8423 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8425 net/core/filter.c 				      offsetof(struct sock_common,
offsetof         8433 net/core/filter.c 	case offsetof(struct sk_msg_md, remote_port):
offsetof         8439 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8441 net/core/filter.c 				      offsetof(struct sock_common, skc_dport));
offsetof         8447 net/core/filter.c 	case offsetof(struct sk_msg_md, local_port):
offsetof         8453 net/core/filter.c 				      offsetof(struct sk_msg, sk));
offsetof         8455 net/core/filter.c 				      offsetof(struct sock_common, skc_num));
offsetof         8458 net/core/filter.c 	case offsetof(struct sk_msg_md, size):
offsetof         8461 net/core/filter.c 				      offsetof(struct sk_msg_sg, size));
offsetof         8835 net/core/filter.c 	case offsetof(struct sk_reuseport_md, data):
offsetof         8839 net/core/filter.c 	case offsetof(struct sk_reuseport_md, data_end):
offsetof         8843 net/core/filter.c 	case offsetof(struct sk_reuseport_md, hash):
offsetof         8891 net/core/filter.c 	case offsetof(struct sk_reuseport_md, data):
offsetof         8895 net/core/filter.c 	case offsetof(struct sk_reuseport_md, len):
offsetof         8899 net/core/filter.c 	case offsetof(struct sk_reuseport_md, eth_protocol):
offsetof         8903 net/core/filter.c 	case offsetof(struct sk_reuseport_md, ip_protocol):
offsetof         8916 net/core/filter.c 	case offsetof(struct sk_reuseport_md, data_end):
offsetof         8920 net/core/filter.c 	case offsetof(struct sk_reuseport_md, hash):
offsetof         8924 net/core/filter.c 	case offsetof(struct sk_reuseport_md, bind_inany):
offsetof         1411 net/core/flow_dissector.c 	BUILD_BUG_ON(offsetof(typeof(*flow), addrs) !=
offsetof         1691 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, control),
offsetof         1695 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, basic),
offsetof         1699 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, addrs.v4addrs),
offsetof         1703 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, addrs.v6addrs),
offsetof         1707 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, addrs.tipckey),
offsetof         1711 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, ports),
offsetof         1715 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, vlan),
offsetof         1719 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, tags),
offsetof         1723 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, keyid),
offsetof         1730 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, control),
offsetof         1734 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, basic),
offsetof         1738 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, addrs.v4addrs),
offsetof         1742 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, addrs.v6addrs),
offsetof         1746 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, ports),
offsetof         1753 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, control),
offsetof         1757 net/core/flow_dissector.c 		.offset = offsetof(struct flow_keys, basic),
offsetof          305 net/core/flow_offload.c 	.key_offset	= offsetof(struct flow_indr_block_dev, dev),
offsetof          306 net/core/flow_offload.c 	.head_offset	= offsetof(struct flow_indr_block_dev, ht_node),
offsetof         1705 net/core/neighbour.c 		tbl->entry_size = ALIGN(offsetof(struct neighbour, primary_key) +
offsetof          573 net/core/net-sysfs.c 			    offsetof(struct rtnl_link_stats64, name));	\
offsetof           75 net/core/net_namespace.c 	unsigned int generic_size = offsetof(struct net_generic, ptr[max_gen_ptrs]);
offsetof           58 net/core/netprio_cgroup.c 		new_len = (new_sz - offsetof(struct netprio_map, priomap)) /
offsetof         2962 net/core/pktgen.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof          363 net/core/scm.c 	new_fpl = kmemdup(fpl, offsetof(struct scm_fp_list, fp[fpl->count]),
offsetof          224 net/core/skbuff.c 	memset(skb, 0, offsetof(struct sk_buff, tail));
offsetof          238 net/core/skbuff.c 	memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
offsetof          281 net/core/skbuff.c 	memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
offsetof          314 net/core/skbuff.c 	memset(skb, 0, offsetof(struct sk_buff, tail));
offsetof          924 net/core/skbuff.c 	BUILD_BUG_ON(offsetof(struct sk_buff, field) <		\
offsetof          925 net/core/skbuff.c 		     offsetof(struct sk_buff, headers_start));	\
offsetof          926 net/core/skbuff.c 	BUILD_BUG_ON(offsetof(struct sk_buff, field) >		\
offsetof          927 net/core/skbuff.c 		     offsetof(struct sk_buff, headers_end));	\
offsetof          945 net/core/skbuff.c 	       offsetof(struct sk_buff, headers_end) -
offsetof          946 net/core/skbuff.c 	       offsetof(struct sk_buff, headers_start));
offsetof         1641 net/core/skbuff.c 	       offsetof(struct skb_shared_info, frags[skb_shinfo(skb)->nr_frags]));
offsetof         4150 net/core/skbuff.c 					      offsetof(struct sk_buff, cb),
offsetof         4717 net/core/skbuff.c 						  offsetof(struct tcphdr,
offsetof         4726 net/core/skbuff.c 						  offsetof(struct udphdr,
offsetof         5732 net/core/skbuff.c 	       offsetof(struct skb_shared_info,
offsetof         5851 net/core/skbuff.c 	       skb_shinfo(skb), offsetof(struct skb_shared_info,
offsetof         1580 net/core/sock.c 	memcpy(nsk, osk, offsetof(struct sock, sk_dontcopy_begin));
offsetof         1583 net/core/sock.c 	       osk->sk_prot->obj_size - offsetof(struct sock, sk_dontcopy_end));
offsetof           57 net/core/xdp.c 	.head_offset = offsetof(struct xdp_mem_allocator, node),
offsetof           58 net/core/xdp.c 	.key_offset  = offsetof(struct xdp_mem_allocator, mem.id),
offsetof           59 net/decnet/dn_dev.c #define DN_IFREQ_SIZE (offsetof(struct ifreq, ifr_ifru) + sizeof(struct sockaddr_dn))
offsetof          151 net/decnet/dn_dev.c #define DN_DEV_PARMS_OFFSET(x) offsetof(struct dn_dev_parms, x)
offsetof          508 net/ieee802154/6lowpan/reassembly.c 	.head_offset		= offsetof(struct inet_frag_queue, node),
offsetof           74 net/ipv4/esp4_offload.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
offsetof          690 net/ipv4/fib_frontend.c 	if (nla_len(nla) < offsetof(struct rtvia, rtvia_addr)) {
offsetof          696 net/ipv4/fib_frontend.c 	alen = nla_len(nla) - offsetof(struct rtvia, rtvia_addr);
offsetof          142 net/ipv4/fib_trie.c #define TNODE_SIZE(n)	offsetof(struct tnode, kv[0].tnode[n])
offsetof          639 net/ipv4/icmp.c 						 offsetof(struct icmphdr,
offsetof          380 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_request_sock, ir_cookie) !=
offsetof          381 net/ipv4/inet_diag.c 		     offsetof(struct sock, sk_cookie));
offsetof          868 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_family) !=
offsetof          869 net/ipv4/inet_diag.c 		     offsetof(struct sock, sk_family));
offsetof          871 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_num) !=
offsetof          872 net/ipv4/inet_diag.c 		     offsetof(struct inet_sock, inet_num));
offsetof          874 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_dport) !=
offsetof          875 net/ipv4/inet_diag.c 		     offsetof(struct inet_sock, inet_dport));
offsetof          877 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_rcv_saddr) !=
offsetof          878 net/ipv4/inet_diag.c 		     offsetof(struct inet_sock, inet_rcv_saddr));
offsetof          880 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_daddr) !=
offsetof          881 net/ipv4/inet_diag.c 		     offsetof(struct inet_sock, inet_daddr));
offsetof          884 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_v6_rcv_saddr) !=
offsetof          885 net/ipv4/inet_diag.c 		     offsetof(struct sock, sk_v6_rcv_saddr));
offsetof          887 net/ipv4/inet_diag.c 	BUILD_BUG_ON(offsetof(struct inet_timewait_sock, tw_v6_daddr) !=
offsetof          888 net/ipv4/inet_diag.c 		     offsetof(struct sock, sk_v6_daddr));
offsetof          730 net/ipv4/ip_fragment.c 	.head_offset		= offsetof(struct inet_frag_queue, node),
offsetof          731 net/ipv4/ip_fragment.c 	.key_offset		= offsetof(struct inet_frag_queue, key),
offsetof          446 net/ipv4/ip_output.c 	BUILD_BUG_ON(offsetof(typeof(*fl4), daddr) !=
offsetof          447 net/ipv4/ip_output.c 		     offsetof(typeof(*fl4), saddr) + sizeof(fl4->saddr));
offsetof           84 net/ipv4/ip_vti.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
offsetof          367 net/ipv4/ipmr.c 	.head_offset = offsetof(struct mr_mfc, mnode),
offsetof          368 net/ipv4/ipmr.c 	.key_offset = offsetof(struct mfc_cache, cmparg),
offsetof          697 net/ipv4/netfilter/arp_tables.c 				 + offsetof(struct arpt_entry, counters),
offsetof          775 net/ipv4/netfilter/arp_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof          841 net/ipv4/netfilter/ip_tables.c 				 + offsetof(struct ipt_entry, counters),
offsetof          932 net/ipv4/netfilter/ip_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof          565 net/ipv4/netfilter/ipt_CLUSTERIP.c 	.usersize	= offsetof(struct ipt_clusterip_tgt_info, config),
offsetof          145 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, ocreq.callID);
offsetof          162 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, icack.callID);
offsetof          165 net/ipv4/netfilter/nf_nat_pptp.c 		cid_off = offsetof(union pptp_ctrl_union, clrreq.callID);
offsetof          252 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, ocack.peersCallID);
offsetof          255 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, iccon.peersCallID);
offsetof          261 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, wanerr.peersCallID);
offsetof          264 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, disc.callID);
offsetof          267 net/ipv4/netfilter/nf_nat_pptp.c 		pcid_off = offsetof(union pptp_ctrl_union, setlink.peersCallID);
offsetof           95 net/ipv4/netfilter/nf_reject_ipv4.c 	nskb->csum_offset = offsetof(struct tcphdr, check);
offsetof          124 net/ipv4/nexthop.c 	size_t sz = offsetof(struct nexthop, nh_grp)
offsetof          384 net/ipv4/proc.c 	BUILD_BUG_ON(offsetof(struct ipstats_mib, mibs) != 0);
offsetof          387 net/ipv4/proc.c 				   offsetof(struct ipstats_mib, syncp));
offsetof          483 net/ipv4/proc.c 					     offsetof(struct ipstats_mib, syncp)));
offsetof          979 net/ipv4/raw.c 	.useroffset	   = offsetof(struct raw_sock, filter),
offsetof          237 net/ipv4/raw_diag.c 	(offsetof(struct inet_diag_req_v2, m1) !=	\
offsetof          238 net/ipv4/raw_diag.c 	 offsetof(struct inet_diag_req_raw, m2))
offsetof          626 net/ipv4/tcp_ipv4.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          754 net/ipv4/tcp_ipv4.c 	arg.csumoffset = offsetof(struct tcphdr, check) / 2;
offsetof          767 net/ipv4/tcp_ipv4.c 	BUILD_BUG_ON(offsetof(struct sock, sk_bound_dev_if) !=
offsetof          768 net/ipv4/tcp_ipv4.c 		     offsetof(struct inet_timewait_sock, tw_bound_dev_if));
offsetof          865 net/ipv4/tcp_ipv4.c 	arg.csumoffset = offsetof(struct tcphdr, check) / 2;
offsetof         2603 net/ipv4/tcp_ipv4.c 	.sysctl_wmem_offset	= offsetof(struct net, ipv4.sysctl_tcp_wmem),
offsetof         2604 net/ipv4/tcp_ipv4.c 	.sysctl_rmem_offset	= offsetof(struct net, ipv4.sysctl_tcp_rmem),
offsetof          293 net/ipv4/tcp_offload.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          762 net/ipv4/udp.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof          808 net/ipv4/udp.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof         2153 net/ipv4/udp.c 	unsigned int offset = offsetof(typeof(*sk), sk_node);
offsetof         2165 net/ipv4/udp.c 		offset = offsetof(typeof(*sk), __sk_common.skc_portaddr_node);
offsetof         2797 net/ipv4/udp.c 	.sysctl_wmem_offset	= offsetof(struct net, ipv4.sysctl_udp_wmem_min),
offsetof         2798 net/ipv4/udp.c 	.sysctl_rmem_offset	= offsetof(struct net, ipv4.sysctl_udp_rmem_min),
offsetof          141 net/ipv4/udp_offload.c 			skb->csum_offset = offsetof(struct udphdr, check);
offsetof          499 net/ipv4/udp_offload.c 	skb->csum_offset = offsetof(struct udphdr, check);
offsetof           70 net/ipv4/xfrm4_protocol.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
offsetof         5543 net/ipv6/addrconf.c 				     offsetof(struct ipstats_mib, syncp));
offsetof           36 net/ipv6/esp6_offload.c 		return offsetof(struct ipv6hdr, nexthdr);
offsetof          101 net/ipv6/esp6_offload.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct ipv6hdr, daddr);
offsetof           91 net/ipv6/exthdrs_core.c 						start+offsetof(struct frag_hdr,
offsetof          241 net/ipv6/exthdrs_core.c 						start+offsetof(struct frag_hdr,
offsetof          159 net/ipv6/icmp.c 			ptr+offsetof(struct icmp6hdr, icmp6_type),
offsetof           87 net/ipv6/ila/ila_xlat.c 	.head_offset = offsetof(struct ila_map, node),
offsetof           88 net/ipv6/ila/ila_xlat.c 	.key_offset = offsetof(struct ila_map, xp.ip.locator_match),
offsetof          133 net/ipv6/ip6_checksum.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof         1324 net/ipv6/ip6_fib.c 			offsetof(struct fib6_info, fib6_dst), allow_create,
offsetof         1365 net/ipv6/ip6_fib.c 					offsetof(struct fib6_info, fib6_src),
offsetof         1384 net/ipv6/ip6_fib.c 					offsetof(struct fib6_info, fib6_src),
offsetof         1552 net/ipv6/ip6_fib.c 			.offset = offsetof(struct fib6_info, fib6_dst),
offsetof         1557 net/ipv6/ip6_fib.c 			.offset = offsetof(struct fib6_info, fib6_src),
offsetof         1643 net/ipv6/ip6_fib.c 			   offsetof(struct fib6_info, fib6_dst),
offsetof         1654 net/ipv6/ip6_fib.c 					   offsetof(struct fib6_info, fib6_src),
offsetof          237 net/ipv6/ip6_input.c 	IP6CB(skb)->nhoff = offsetof(struct ipv6hdr, nexthdr);
offsetof          349 net/ipv6/ip6mr.c 	.head_offset = offsetof(struct mr_mfc, mnode),
offsetof          350 net/ipv6/ip6mr.c 	.key_offset = offsetof(struct mfc6_cache, cmparg),
offsetof           65 net/ipv6/mcast.c 	BUILD_BUG_ON_ZERO(offsetof(struct mld2_query, mld2q_srcs) % 4),
offsetof           66 net/ipv6/mcast.c 	BUILD_BUG_ON_ZERO(offsetof(struct mld2_report, mld2r_grec) % 4),
offsetof           67 net/ipv6/mcast.c 	BUILD_BUG_ON_ZERO(offsetof(struct mld2_grec, grec_mca) % 4)
offsetof           91 net/ipv6/mip6.c 		mip6_param_prob(skb, 0, offsetof(struct ip6_mh, ip6mh_hdrlen) +
offsetof           99 net/ipv6/mip6.c 		mip6_param_prob(skb, 0, offsetof(struct ip6_mh, ip6mh_proto) +
offsetof          774 net/ipv6/ndisc.c 				    offsetof(struct nd_msg, opt));
offsetof          958 net/ipv6/ndisc.c 				    offsetof(struct nd_msg, opt));
offsetof         1526 net/ipv6/ndisc.c 				    offsetof(struct rd_msg, opt));
offsetof          857 net/ipv6/netfilter/ip6_tables.c 				 + offsetof(struct ip6t_entry, counters),
offsetof          948 net/ipv6/netfilter/ip6_tables.c 	memcpy(newinfo, info, offsetof(struct xt_table_info, entries));
offsetof           87 net/ipv6/netfilter/ip6t_NPT.c 			    offsetof(struct ipv6hdr, saddr));
offsetof          100 net/ipv6/netfilter/ip6t_NPT.c 			    offsetof(struct ipv6hdr, daddr));
offsetof          112 net/ipv6/netfilter/ip6t_NPT.c 		.usersize	= offsetof(struct ip6t_npt_tginfo, adjustment),
offsetof          124 net/ipv6/netfilter/ip6t_NPT.c 		.usersize	= offsetof(struct ip6t_npt_tginfo, adjustment),
offsetof          107 net/ipv6/netfilter/ip6t_rt.c 					ptr + offsetof(struct rt0_hdr,
offsetof          394 net/ipv6/netfilter/nf_conntrack_reasm.c 	u8 prev_nhoff = netoff + offsetof(struct ipv6hdr, nexthdr);
offsetof          522 net/ipv6/netfilter/nf_conntrack_reasm.c 	.head_offset		= offsetof(struct inet_frag_queue, node),
offsetof           61 net/ipv6/output_core.c 				   offsetof(struct ipv6hdr, saddr),
offsetof          156 net/ipv6/output_core.c 	IP6CB(skb)->nhoff = offsetof(struct ipv6hdr, nexthdr);
offsetof          218 net/ipv6/proc.c 			    snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp));
offsetof          235 net/ipv6/proc.c 			    snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp));
offsetof         1296 net/ipv6/raw.c 	.useroffset	   = offsetof(struct raw6_sock, filter),
offsetof          158 net/ipv6/reassembly.c 			*prob_offset = offsetof(struct ipv6hdr, payload_len);
offsetof          541 net/ipv6/reassembly.c 	.head_offset		= offsetof(struct inet_frag_queue, node),
offsetof           68 net/ipv6/seg6_hmac.c 	.head_offset		= offsetof(struct seg6_hmac_info, node),
offsetof           69 net/ipv6/seg6_hmac.c 	.key_offset		= offsetof(struct seg6_hmac_info, hmackeyid),
offsetof         2037 net/ipv6/tcp_ipv6.c 	.sysctl_wmem_offset	= offsetof(struct net, ipv4.sysctl_tcp_wmem),
offsetof         2038 net/ipv6/tcp_ipv6.c 	.sysctl_rmem_offset	= offsetof(struct net, ipv4.sysctl_tcp_rmem),
offsetof          751 net/ipv6/udp.c 	unsigned int offset = offsetof(typeof(*sk), sk_node);
offsetof          764 net/ipv6/udp.c 		offset = offsetof(typeof(*sk), __sk_common.skc_portaddr_node);
offsetof         1073 net/ipv6/udp.c 		skb->csum_offset = offsetof(struct udphdr, check);
offsetof         1243 net/ipv6/udp.c 		if (addr_len < offsetof(struct sockaddr, sa_data))
offsetof         1675 net/ipv6/udp.c 	.sysctl_wmem_offset     = offsetof(struct net, ipv4.sysctl_udp_wmem_min),
offsetof         1676 net/ipv6/udp.c 	.sysctl_rmem_offset     = offsetof(struct net, ipv4.sysctl_udp_rmem_min),
offsetof           30 net/ipv6/xfrm6_input.c 	XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct ipv6hdr, daddr);
offsetof          494 net/mac80211/agg-rx.c 	ies_len = len - offsetof(struct ieee80211_mgmt,
offsetof          609 net/mac80211/cfg.c 		BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) !=
offsetof          610 net/mac80211/cfg.c 			     offsetof(typeof(kseq), aes_cmac));
offsetof          614 net/mac80211/cfg.c 		BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) !=
offsetof          615 net/mac80211/cfg.c 			     offsetof(typeof(kseq), aes_gmac));
offsetof          619 net/mac80211/cfg.c 		BUILD_BUG_ON(offsetof(typeof(kseq), ccmp) !=
offsetof          620 net/mac80211/cfg.c 			     offsetof(typeof(kseq), gcmp));
offsetof           86 net/mac80211/ibss.c 	pos = (u8 *)mgmt + offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof         1600 net/mac80211/ibss.c 	BUILD_BUG_ON(offsetof(typeof(mgmt->u.probe_resp), variable) !=
offsetof         1601 net/mac80211/ibss.c 		     offsetof(typeof(mgmt->u.beacon), variable));
offsetof         1654 net/mac80211/ibss.c 				  offsetof(struct ieee80211_mgmt,
offsetof         1402 net/mac80211/main.c 	BUILD_BUG_ON(offsetof(struct ieee80211_tx_info, driver_data) +
offsetof         1371 net/mac80211/mesh.c 	baselen = offsetof(struct ieee80211_mgmt,
offsetof           30 net/mac80211/mesh_pathtbl.c 	.key_offset = offsetof(struct mesh_path, dst),
offsetof           31 net/mac80211/mesh_pathtbl.c 	.head_offset = offsetof(struct mesh_path, rhash),
offsetof         4098 net/mac80211/mlme.c 				  offsetof(struct ieee80211_mgmt,
offsetof         4118 net/mac80211/mlme.c 				  offsetof(struct ieee80211_mgmt,
offsetof         2215 net/mac80211/rx.c 			BUILD_BUG_ON(offsetof(struct ieee80211_key,
offsetof         2217 net/mac80211/rx.c 				     offsetof(struct ieee80211_key,
offsetof         2851 net/mac80211/rx.c 				  offsetof(struct ieee80211_tdls_data, u)) &&
offsetof         2912 net/mac80211/rx.c 		if (skb_copy_bits(skb, offsetof(struct ieee80211_bar, control),
offsetof         3172 net/mac80211/rx.c 		if (len < offsetof(struct ieee80211_mgmt,
offsetof         3994 net/mac80211/rx.c 			fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1);
offsetof         3995 net/mac80211/rx.c 			fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr2);
offsetof         3999 net/mac80211/rx.c 			fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1);
offsetof         4000 net/mac80211/rx.c 			fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         4008 net/mac80211/rx.c 			fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         4009 net/mac80211/rx.c 			fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr4);
offsetof         4029 net/mac80211/rx.c 		fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         4030 net/mac80211/rx.c 		fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr2);
offsetof         4042 net/mac80211/rx.c 			fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr4);
offsetof          190 net/mac80211/scan.c 		baselen = offsetof(struct ieee80211_mgmt,
offsetof          193 net/mac80211/scan.c 		baselen = offsetof(struct ieee80211_mgmt, u.beacon.variable);
offsetof           70 net/mac80211/sta_info.c 	.head_offset = offsetof(struct sta_info, hash_node),
offsetof           71 net/mac80211/sta_info.c 	.key_offset = offsetof(struct sta_info, addr),
offsetof          752 net/mac80211/tdls.c 	tf = skb_put(skb, offsetof(struct ieee80211_tdls_data, u));
offsetof         1689 net/mac80211/tdls.c 	int baselen = offsetof(typeof(*tf), u.chan_switch_resp.variable);
offsetof         1782 net/mac80211/tdls.c 	int baselen = offsetof(typeof(*tf), u.chan_switch_req.variable);
offsetof         2937 net/mac80211/tx.c 		build.da_offs = offsetof(struct ieee80211_hdr, addr1);
offsetof         2938 net/mac80211/tx.c 		build.sa_offs = offsetof(struct ieee80211_hdr, addr2);
offsetof         2945 net/mac80211/tx.c 			build.da_offs = offsetof(struct ieee80211_hdr, addr1);
offsetof         2946 net/mac80211/tx.c 			build.sa_offs = offsetof(struct ieee80211_hdr, addr2);
offsetof         2959 net/mac80211/tx.c 			build.da_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         2960 net/mac80211/tx.c 			build.sa_offs = offsetof(struct ieee80211_hdr, addr4);
offsetof         2967 net/mac80211/tx.c 		build.da_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         2968 net/mac80211/tx.c 		build.sa_offs = offsetof(struct ieee80211_hdr, addr2);
offsetof         2978 net/mac80211/tx.c 			build.da_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof         2979 net/mac80211/tx.c 			build.sa_offs = offsetof(struct ieee80211_hdr, addr4);
offsetof         2987 net/mac80211/tx.c 		build.da_offs = offsetof(struct ieee80211_hdr, addr1);
offsetof         2989 net/mac80211/tx.c 		build.sa_offs = offsetof(struct ieee80211_hdr, addr3);
offsetof          724 net/mpls/af_mpls.c 	if (nla_len(nla) < offsetof(struct rtvia, rtvia_addr)) {
offsetof          730 net/mpls/af_mpls.c 			offsetof(struct rtvia, rtvia_addr);
offsetof          851 net/mpls/af_mpls.c 		    offsetof(struct rtvia, rtvia_addr)) {
offsetof          853 net/mpls/af_mpls.c 				offsetof(struct rtvia, rtvia_addr);
offsetof         1377 net/mpls/af_mpls.c 		if (i == offsetof(struct mpls_dev, input_enabled) &&
offsetof          857 net/netfilter/ipvs/ip_vs_core.c 	skb->csum_offset = offsetof(struct icmp6hdr, icmp6_cksum);
offsetof          257 net/netfilter/nf_conntrack_core.c 		nhoff += offsetof(struct iphdr, saddr);
offsetof          261 net/netfilter/nf_conntrack_core.c 		nhoff += offsetof(struct ipv6hdr, saddr);
offsetof          357 net/netfilter/nf_conntrack_core.c 	if (skb_copy_bits(skb, nhoff + offsetof(struct ipv6hdr, nexthdr),
offsetof         1385 net/netfilter/nf_conntrack_core.c 	       offsetof(struct nf_conn, proto) -
offsetof         1386 net/netfilter/nf_conntrack_core.c 	       offsetof(struct nf_conn, __nfct_init_offset));
offsetof            9 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress_ipAddress, ip), NULL},
offsetof           39 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress_ip6Address, ip), NULL},
offsetof           63 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress, ipAddress), _TransportAddress_ipAddress},
offsetof           69 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(TransportAddress, ip6Address),
offsetof          488 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(DataApplicationCapability_application, t120),
offsetof          513 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(DataApplicationCapability, application),
offsetof          531 net/netfilter/nf_conntrack_h323_types.c 	{FNAME("data") SEQ, 0, 2, 2, DECODE | EXT, offsetof(DataType, data),
offsetof          630 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress_iPAddress, network), NULL},
offsetof          642 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress_iP6Address, network), NULL},
offsetof          666 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress, iPAddress), _UnicastAddress_iPAddress},
offsetof          670 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnicastAddress, iP6Address), _UnicastAddress_iP6Address},
offsetof          699 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H245_TransportAddress, unicastAddress), _UnicastAddress},
offsetof          710 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelParameters, mediaChannel),
offsetof          715 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelParameters, mediaControlChannel),
offsetof          738 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof          747 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
offsetof          750 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
offsetof          764 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof          772 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel_reverseLogicalChannelParameters,
offsetof          800 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(NetworkAccessParameters_networkAddress, localAreaAddress),
offsetof          808 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(NetworkAccessParameters, networkAddress),
offsetof          819 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel, forwardLogicalChannelParameters),
offsetof          822 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannel,
offsetof          826 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannel, separateStack),
offsetof          840 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, h245Address), _TransportAddress},
offsetof          847 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, destCallSignalAddress), _TransportAddress},
offsetof          860 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, sourceCallSignalAddress), _TransportAddress},
offsetof          869 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Setup_UUIE, fastStart), _Setup_UUIE_fastStart},
offsetof          907 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(CallProceeding_UUIE, h245Address), _TransportAddress},
offsetof          914 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(CallProceeding_UUIE, fastStart),
offsetof          931 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Connect_UUIE, h245Address), _TransportAddress},
offsetof          941 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Connect_UUIE, fastStart), _Connect_UUIE_fastStart},
offsetof          967 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Alerting_UUIE, h245Address), _TransportAddress},
offsetof          974 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Alerting_UUIE, fastStart), _Alerting_UUIE_fastStart},
offsetof         1068 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, alternativeAddress), _TransportAddress},
offsetof         1073 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, reason), _FacilityReason},
offsetof         1082 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, h245Address), _TransportAddress},
offsetof         1084 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Facility_UUIE, fastStart), _Facility_UUIE_fastStart},
offsetof         1314 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Progress_UUIE, h245Address), _TransportAddress},
offsetof         1324 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(Progress_UUIE, fastStart), _Progress_UUIE_fastStart},
offsetof         1332 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, setup), _Setup_UUIE},
offsetof         1334 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, callProceeding),
offsetof         1337 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, connect), _Connect_UUIE},
offsetof         1339 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, alerting), _Alerting_UUIE},
offsetof         1344 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, facility), _Facility_UUIE},
offsetof         1346 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU_h323_message_body, progress), _Progress_UUIE},
offsetof         1359 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RequestMessage, openLogicalChannel), _OpenLogicalChannel},
offsetof         1378 net/netfilter/nf_conntrack_h323_types.c 	 offsetof
offsetof         1387 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck_reverseLogicalChannelParameters,
offsetof         1402 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelAckParameters, mediaChannel),
offsetof         1405 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H2250LogicalChannelAckParameters, mediaControlChannel),
offsetof         1414 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck_forwardMultiplexAckParameters,
offsetof         1422 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
offsetof         1426 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(OpenLogicalChannelAck, separateStack),
offsetof         1429 net/netfilter/nf_conntrack_h323_types.c 	 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
offsetof         1445 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(ResponseMessage, openLogicalChannelAck),
offsetof         1473 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(MultimediaSystemControlMessage, request), _RequestMessage},
offsetof         1475 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(MultimediaSystemControlMessage, response),
offsetof         1490 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU, h323_message_body),
offsetof         1498 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UU_PDU, h245Control), _H323_UU_PDU_h245Control},
offsetof         1511 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(H323_UserInformation, h323_uu_pdu), _H323_UU_PDU},
offsetof         1521 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(GatekeeperRequest, rasAddress), _TransportAddress},
offsetof         1546 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(GatekeeperConfirm, rasAddress), _TransportAddress},
offsetof         1582 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, callSignalAddress),
offsetof         1585 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, rasAddress),
offsetof         1595 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationRequest, timeToLive), NULL},
offsetof         1639 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationConfirm, callSignalAddress),
offsetof         1647 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RegistrationConfirm, timeToLive), NULL},
offsetof         1678 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(UnregistrationRequest, callSignalAddress),
offsetof         1721 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionRequest, destCallSignalAddress),
offsetof         1728 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionRequest, srcCallSignalAddress), _TransportAddress},
offsetof         1762 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(AdmissionConfirm, destCallSignalAddress),
offsetof         1804 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationRequest, replyAddress), _TransportAddress},
offsetof         1823 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationConfirm, callSignalAddress), _TransportAddress},
offsetof         1825 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(LocationConfirm, rasAddress), _TransportAddress},
offsetof         1859 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(InfoRequestResponse, rasAddress), _TransportAddress},
offsetof         1861 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(InfoRequestResponse, callSignalAddress),
offsetof         1877 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, gatekeeperRequest), _GatekeeperRequest},
offsetof         1879 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, gatekeeperConfirm), _GatekeeperConfirm},
offsetof         1882 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, registrationRequest), _RegistrationRequest},
offsetof         1884 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, registrationConfirm), _RegistrationConfirm},
offsetof         1887 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, unregistrationRequest), _UnregistrationRequest},
offsetof         1891 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, admissionRequest), _AdmissionRequest},
offsetof         1893 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, admissionConfirm), _AdmissionConfirm},
offsetof         1902 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, locationRequest), _LocationRequest},
offsetof         1904 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, locationConfirm), _LocationConfirm},
offsetof         1908 net/netfilter/nf_conntrack_h323_types.c 	 offsetof(RasMessage, infoRequestResponse), _InfoRequestResponse},
offsetof          171 net/netfilter/nf_flow_table_core.c 	return jhash(tuple, offsetof(struct flow_offload_tuple, dir), seed);
offsetof          178 net/netfilter/nf_flow_table_core.c 	return jhash(&tuplehash->tuple, offsetof(struct flow_offload_tuple, dir), seed);
offsetof          187 net/netfilter/nf_flow_table_core.c 	if (memcmp(&x->tuple, tuple, offsetof(struct flow_offload_tuple, dir)))
offsetof          194 net/netfilter/nf_flow_table_core.c 	.head_offset		= offsetof(struct flow_offload_tuple_rhash, node),
offsetof          445 net/netfilter/nf_synproxy_core.c 	nskb->csum_offset = offsetof(struct tcphdr, check);
offsetof          844 net/netfilter/nf_synproxy_core.c 	nskb->csum_offset = offsetof(struct tcphdr, check);
offsetof           51 net/netfilter/nf_tables_api.c 	.head_offset		= offsetof(struct nft_chain, rhlhead),
offsetof           52 net/netfilter/nf_tables_api.c 	.key_offset		= offsetof(struct nft_chain, name),
offsetof           60 net/netfilter/nf_tables_api.c 	.head_offset		= offsetof(struct nft_object, rhlhead),
offsetof           61 net/netfilter/nf_tables_api.c 	.key_offset		= offsetof(struct nft_object, key),
offsetof          164 net/netfilter/nft_payload.c 	case offsetof(struct ethhdr, h_source):
offsetof          171 net/netfilter/nft_payload.c 	case offsetof(struct ethhdr, h_dest):
offsetof          192 net/netfilter/nft_payload.c 	case offsetof(struct iphdr, saddr):
offsetof          199 net/netfilter/nft_payload.c 	case offsetof(struct iphdr, daddr):
offsetof          206 net/netfilter/nft_payload.c 	case offsetof(struct iphdr, protocol):
offsetof          228 net/netfilter/nft_payload.c 	case offsetof(struct ipv6hdr, saddr):
offsetof          235 net/netfilter/nft_payload.c 	case offsetof(struct ipv6hdr, daddr):
offsetof          242 net/netfilter/nft_payload.c 	case offsetof(struct ipv6hdr, nexthdr):
offsetof          284 net/netfilter/nft_payload.c 	case offsetof(struct tcphdr, source):
offsetof          291 net/netfilter/nft_payload.c 	case offsetof(struct tcphdr, dest):
offsetof          312 net/netfilter/nft_payload.c 	case offsetof(struct udphdr, source):
offsetof          319 net/netfilter/nft_payload.c 	case offsetof(struct udphdr, dest):
offsetof          419 net/netfilter/nft_payload.c 		*l4csum_offset = offsetof(struct tcphdr, check);
offsetof          426 net/netfilter/nft_payload.c 		*l4csum_offset = offsetof(struct udphdr, check);
offsetof          429 net/netfilter/nft_payload.c 		*l4csum_offset = offsetof(struct icmp6hdr, icmp6_cksum);
offsetof          300 net/netfilter/nft_set_bitmap.c 		.elemsize	= offsetof(struct nft_bitmap_elem, ext),
offsetof           70 net/netfilter/nft_set_hash.c 	.head_offset		= offsetof(struct nft_rhash_elem, node),
offsetof          671 net/netfilter/nft_set_hash.c 		.elemsize	= offsetof(struct nft_rhash_elem, ext),
offsetof          694 net/netfilter/nft_set_hash.c 		.elemsize	= offsetof(struct nft_hash_elem, ext),
offsetof          714 net/netfilter/nft_set_hash.c 		.elemsize	= offsetof(struct nft_hash_elem, ext),
offsetof          502 net/netfilter/nft_set_rbtree.c 		.elemsize	= offsetof(struct nft_rbtree_elem, ext),
offsetof          310 net/netfilter/xt_CT.c 		.usersize	= offsetof(struct xt_ct_target_info, ct),
offsetof          322 net/netfilter/xt_CT.c 		.usersize	= offsetof(struct xt_ct_target_info, ct),
offsetof          334 net/netfilter/xt_CT.c 		.usersize	= offsetof(struct xt_ct_target_info, ct),
offsetof          255 net/netfilter/xt_IDLETIMER.c 	.usersize	= offsetof(struct idletimer_tg_info, timer),
offsetof          185 net/netfilter/xt_LED.c 	.usersize	= offsetof(struct xt_led_info, internal_data),
offsetof          186 net/netfilter/xt_RATEEST.c 	.usersize   = offsetof(struct xt_rateest_target_info, est),
offsetof          153 net/netfilter/xt_TEE.c 		.usersize   = offsetof(struct xt_tee_tginfo, priv),
offsetof          165 net/netfilter/xt_TEE.c 		.usersize   = offsetof(struct xt_tee_tginfo, priv),
offsetof          126 net/netfilter/xt_bpf.c 		.usersize	= offsetof(struct xt_bpf_info, filter),
offsetof          137 net/netfilter/xt_bpf.c 		.usersize	= offsetof(struct xt_bpf_info_v1, filter),
offsetof          185 net/netfilter/xt_cgroup.c 		.usersize	= offsetof(struct xt_cgroup_info_v1, priv),
offsetof          199 net/netfilter/xt_cgroup.c 		.usersize	= offsetof(struct xt_cgroup_info_v2, priv),
offsetof          116 net/netfilter/xt_connlimit.c 	.usersize   = offsetof(struct xt_connlimit_info, data),
offsetof          987 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo1, hinfo),
offsetof          998 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo2, hinfo),
offsetof         1009 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo3, hinfo),
offsetof         1021 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo1, hinfo),
offsetof         1032 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo2, hinfo),
offsetof         1043 net/netfilter/xt_hashlimit.c 		.usersize	= offsetof(struct xt_hashlimit_mtinfo3, hinfo),
offsetof          194 net/netfilter/xt_limit.c 	.usersize         = offsetof(struct xt_rateinfo, prev),
offsetof           66 net/netfilter/xt_nfacct.c 		.usersize   = offsetof(struct xt_nfacct_match_info, nfacct),
offsetof           77 net/netfilter/xt_nfacct.c 		.usersize   = offsetof(struct xt_nfacct_match_info_v1, nfacct),
offsetof           77 net/netfilter/xt_quota.c 	.usersize   = offsetof(struct xt_quota_info, master),
offsetof          133 net/netfilter/xt_rateest.c 	.usersize   = offsetof(struct xt_rateest_match_info, est1),
offsetof           26 net/netfilter/xt_repldata.h 	size_t term_offset = (offsetof(typeof(*tbl), entries[nhooks]) + \
offsetof           84 net/netfilter/xt_statistic.c 	.usersize   = offsetof(struct xt_statistic_info, master),
offsetof           78 net/netfilter/xt_string.c 	.usersize   = offsetof(struct xt_string_info, config),
offsetof          477 net/netlink/af_netlink.c 	(offsetof(struct netlink_compare_arg, portid) + sizeof(u32))
offsetof         2744 net/netlink/af_netlink.c 	.head_offset = offsetof(struct netlink_sock, node),
offsetof           53 net/openvswitch/flow.h 	(offsetof(struct sw_flow_key, recirc_id) +	\
offsetof          116 net/openvswitch/flow_netlink.c 		update_range(match, offsetof(struct sw_flow_key, field),    \
offsetof          135 net/openvswitch/flow_netlink.c 	SW_FLOW_KEY_MEMCPY_OFFSET(match, offsetof(struct sw_flow_key, field), \
offsetof          140 net/openvswitch/flow_netlink.c 		update_range(match, offsetof(struct sw_flow_key, field),    \
offsetof         2323 net/openvswitch/flow_netlink.c 	int next_offset = offsetof(struct sw_flow_actions, actions) +
offsetof          389 net/openvswitch/flow_table.c 		return rounddown(offsetof(struct sw_flow_key, phy),
offsetof         2655 net/packet/af_packet.c 					+ offsetof(struct sockaddr_ll,
offsetof         2662 net/packet/af_packet.c 				   offsetof(struct sockaddr_ll, sll_addr))
offsetof         2867 net/packet/af_packet.c 		if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
offsetof         2873 net/packet/af_packet.c 				   offsetof(struct sockaddr_ll, sll_addr))
offsetof         3406 net/packet/af_packet.c 				offsetof(struct sockaddr_ll, sll_addr);
offsetof         3410 net/packet/af_packet.c 				       offsetof(struct sockaddr_ll, sll_addr),
offsetof         3503 net/packet/af_packet.c 	return offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
offsetof         3676 net/packet/af_packet.c 		if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
offsetof           93 net/qrtr/qrtr.c 	BUILD_BUG_ON(offsetof(struct qrtr_sock, sk) != 0);
offsetof           47 net/rds/bind.c 	.key_offset = offsetof(struct rds_sock, rs_bound_key),
offsetof           48 net/rds/bind.c 	.head_offset = offsetof(struct rds_sock, rs_bound_node),
offsetof         1055 net/rds/ib_recv.c 					   offsetof(struct rds_ib_incoming,
offsetof           91 net/rxrpc/af_rxrpc.c 	len -= offsetof(struct sockaddr_rxrpc, transport);
offsetof          104 net/rxrpc/af_rxrpc.c 		tail = offsetof(struct sockaddr_rxrpc, transport.sin.__pad);
offsetof          111 net/rxrpc/af_rxrpc.c 		tail = offsetof(struct sockaddr_rxrpc, transport) +
offsetof          125 net/sched/cls_flower.c 	.key_offset = offsetof(struct fl_flow_mask, key),
offsetof          127 net/sched/cls_flower.c 	.head_offset = offsetof(struct fl_flow_mask, ht_node),
offsetof         1282 net/sched/cls_flower.c 	.key_offset = offsetof(struct cls_fl_filter, mkey), /* base offset */
offsetof         1283 net/sched/cls_flower.c 	.head_offset = offsetof(struct cls_fl_filter, ht_node),
offsetof         1296 net/sched/cls_flower.c #define FL_KEY_MEMBER_OFFSET(member) offsetof(struct fl_flow_key, member)
offsetof         1027 net/sched/cls_u32.c 	n = kzalloc(offsetof(typeof(*n), sel) + sel_size, GFP_KERNEL);
offsetof          913 net/sctp/input.c 	.head_offset		= offsetof(struct sctp_transport, node),
offsetof          534 net/sctp/output.c 		head->csum_offset = offsetof(struct sctphdr, checksum);
offsetof         2639 net/sctp/socket.c 	} else if (optlen == ALIGN(offsetof(struct sctp_paddrparams,
offsetof         5942 net/sctp/socket.c 	else if (len >= ALIGN(offsetof(struct sctp_paddrparams,
offsetof         5944 net/sctp/socket.c 		len = ALIGN(offsetof(struct sctp_paddrparams,
offsetof         6187 net/sctp/socket.c 	to = optval + offsetof(struct sctp_getaddrs, addrs);
offsetof         6188 net/sctp/socket.c 	space_left = len - offsetof(struct sctp_getaddrs, addrs);
offsetof         6297 net/sctp/socket.c 	to = optval + offsetof(struct sctp_getaddrs, addrs);
offsetof         6298 net/sctp/socket.c 	space_left = len - offsetof(struct sctp_getaddrs, addrs);
offsetof         9346 net/sctp/socket.c 			    offsetof(struct sctp_sock, pd_lobby);
offsetof         9520 net/sctp/socket.c 	.useroffset  =  offsetof(struct sctp_sock, subscribe),
offsetof         9521 net/sctp/socket.c 	.usersize    =  offsetof(struct sctp_sock, initmsg) -
offsetof         9522 net/sctp/socket.c 				offsetof(struct sctp_sock, subscribe) +
offsetof         9562 net/sctp/socket.c 	.useroffset	= offsetof(struct sctp6_sock, sctp.subscribe),
offsetof         9563 net/sctp/socket.c 	.usersize	= offsetof(struct sctp6_sock, sctp.initmsg) -
offsetof         9564 net/sctp/socket.c 				offsetof(struct sctp6_sock, sctp.subscribe) +
offsetof          359 net/smc/smc_cdc.c 	if (wc->byte_len < offsetof(struct smc_cdc_msg, reserved))
offsetof         3146 net/socket.c   		BUILD_BUG_ON(offsetof(struct compat_ethtool_rxnfc, fs.m_ext) +
offsetof         3148 net/socket.c   			     offsetof(struct ethtool_rxnfc, fs.m_ext) +
offsetof         3151 net/socket.c   			offsetof(struct compat_ethtool_rxnfc, fs.location) -
offsetof         3152 net/socket.c   			offsetof(struct compat_ethtool_rxnfc, fs.ring_cookie) !=
offsetof         3153 net/socket.c   			offsetof(struct ethtool_rxnfc, fs.location) -
offsetof         3154 net/socket.c   			offsetof(struct ethtool_rxnfc, fs.ring_cookie));
offsetof           41 net/strparser/strparser.c 		offsetof(struct qdisc_skb_cb, data));
offsetof          843 net/sunrpc/svcsock.c 		slen = offsetof(struct sockaddr, sa_data);
offsetof          410 net/tipc/netlink_compat.c 	len -= offsetof(struct tipc_bearer_config, name);
offsetof          784 net/tipc/netlink_compat.c 	len -= offsetof(struct tipc_link_config, name);
offsetof         2858 net/tipc/socket.c 	.head_offset = offsetof(struct tipc_sock, node),
offsetof         2859 net/tipc/socket.c 	.key_offset = offsetof(struct tipc_sock, portid),
offsetof          182 net/tls/tls_device_fallback.c 	skb->csum_offset = offsetof(struct tcphdr, check);
offsetof          468 net/vmw_vsock/virtio_transport.c 	vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid),
offsetof           41 net/wireless/mlme.c 		len - offsetof(struct ieee80211_mgmt, u.assoc_resp.variable);
offsetof          211 net/wireless/nl80211.c 	unsigned int fixedlen = offsetof(struct ieee80211_mgmt,
offsetof          218 net/wireless/nl80211.c 	    offsetof(struct ieee80211_mgmt, u.beacon))
offsetof         1691 net/wireless/scan.c 	size_t ielen = len - offsetof(struct ieee80211_mgmt,
offsetof         1710 net/wireless/scan.c 	size_t ielen = len - offsetof(struct ieee80211_mgmt,
offsetof         1802 net/wireless/scan.c 	size_t ielen = len - offsetof(struct ieee80211_mgmt,
offsetof         1806 net/wireless/scan.c 	BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) !=
offsetof         1807 net/wireless/scan.c 			offsetof(struct ieee80211_mgmt, u.beacon.variable));
offsetof         1821 net/wireless/scan.c 	if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable)))
offsetof         1886 net/wireless/scan.c 	size_t ielen = len - offsetof(struct ieee80211_mgmt,
offsetof          506 net/wireless/util.c 					offsetof(struct ieee80211s_hdr, eaddr1),
offsetof          524 net/wireless/util.c 					offsetof(struct ieee80211s_hdr, eaddr1),
offsetof          835 net/xdp/xsk.c  	ring->producer = offsetof(struct xdp_rxtx_ring, ptrs.producer);
offsetof          836 net/xdp/xsk.c  	ring->consumer = offsetof(struct xdp_rxtx_ring, ptrs.consumer);
offsetof          837 net/xdp/xsk.c  	ring->desc = offsetof(struct xdp_rxtx_ring, desc);
offsetof          842 net/xdp/xsk.c  	ring->producer = offsetof(struct xdp_umem_ring, ptrs.producer);
offsetof          843 net/xdp/xsk.c  	ring->consumer = offsetof(struct xdp_umem_ring, ptrs.consumer);
offsetof          844 net/xdp/xsk.c  	ring->desc = offsetof(struct xdp_umem_ring, desc);
offsetof          907 net/xdp/xsk.c  			off.rx.flags = offsetof(struct xdp_rxtx_ring,
offsetof          909 net/xdp/xsk.c  			off.tx.flags = offsetof(struct xdp_rxtx_ring,
offsetof          911 net/xdp/xsk.c  			off.fr.flags = offsetof(struct xdp_umem_ring,
offsetof          913 net/xdp/xsk.c  			off.cr.flags = offsetof(struct xdp_umem_ring,
offsetof           80 net/xdp/xsk_queue.c 	memset(newq, 0, offsetof(typeof(*newq), handles));
offsetof          144 net/xfrm/xfrm_input.c 		offset = offsetof(struct ip_auth_hdr, spi);
offsetof          145 net/xfrm/xfrm_input.c 		offset_seq = offsetof(struct ip_auth_hdr, seq_no);
offsetof          149 net/xfrm/xfrm_input.c 		offset = offsetof(struct ip_esp_hdr, spi);
offsetof          150 net/xfrm/xfrm_input.c 		offset_seq = offsetof(struct ip_esp_hdr, seq_no);
offsetof           67 net/xfrm/xfrm_output.c 			  offsetof(struct iphdr, protocol);
offsetof          158 net/xfrm/xfrm_output.c 			  offsetof(struct iphdr, protocol);
offsetof          202 net/xfrm/xfrm_output.c 			  offsetof(struct iphdr, protocol);
offsetof          247 net/xfrm/xfrm_output.c 			  offsetof(struct ipv6hdr, nexthdr);
offsetof          286 net/xfrm/xfrm_output.c 			  offsetof(struct ipv6hdr, nexthdr);
offsetof         1485 net/xfrm/xfrm_policy.c 	.head_offset		= offsetof(struct xfrm_pol_inexact_bin, head),
offsetof         3385 net/xfrm/xfrm_policy.c 		nhoff = offsetof(struct ipv6hdr, nexthdr);
offsetof          119 samples/bpf/cookie_uid_helper_example.c 			    -32 + (__s16)offsetof(struct stats, uid)),
offsetof          121 samples/bpf/cookie_uid_helper_example.c 			   -32 + (__s16)offsetof(struct stats, packets), 1),
offsetof          127 samples/bpf/cookie_uid_helper_example.c 				offsetof(struct __sk_buff, len)),
offsetof          129 samples/bpf/cookie_uid_helper_example.c 			    -32 + (__s16)offsetof(struct stats, bytes)),
offsetof          151 samples/bpf/cookie_uid_helper_example.c 				offsetof(struct stats, packets)),
offsetof          153 samples/bpf/cookie_uid_helper_example.c 				offsetof(struct __sk_buff, len)),
offsetof          155 samples/bpf/cookie_uid_helper_example.c 				offsetof(struct stats, bytes)),
offsetof          157 samples/bpf/cookie_uid_helper_example.c 				offsetof(struct __sk_buff, len)),
offsetof           22 samples/bpf/parse_ldabs.c 	return load_half(ctx, nhoff + offsetof(struct iphdr, frag_off))
offsetof           31 samples/bpf/parse_ldabs.c 	if (load_half(skb, offsetof(struct ethhdr, h_proto)) != ETH_P_IP)
offsetof           33 samples/bpf/parse_ldabs.c 	if (load_byte(skb, ETH_HLEN + offsetof(struct iphdr, protocol)) != IPPROTO_UDP ||
offsetof           38 samples/bpf/parse_ldabs.c 	if (load_half(skb, troff + offsetof(struct udphdr, dest)) == DEFAULT_PKTGEN_UDP_PORT)
offsetof           49 samples/bpf/sock_example.c 		BPF_LD_ABS(BPF_B, ETH_HLEN + offsetof(struct iphdr, protocol) /* R0 = ip->proto */),
offsetof           17 samples/bpf/sockex1_kern.c 	int index = load_byte(skb, ETH_HLEN + offsetof(struct iphdr, protocol));
offsetof           47 samples/bpf/sockex2_kern.c 	return load_half(ctx, nhoff + offsetof(struct iphdr, frag_off))
offsetof           69 samples/bpf/sockex2_kern.c 		*ip_proto = load_byte(skb, nhoff + offsetof(struct iphdr, protocol));
offsetof           72 samples/bpf/sockex2_kern.c 		flow->src = load_word(skb, nhoff + offsetof(struct iphdr, saddr));
offsetof           73 samples/bpf/sockex2_kern.c 		flow->dst = load_word(skb, nhoff + offsetof(struct iphdr, daddr));
offsetof           89 samples/bpf/sockex2_kern.c 			      nhoff + offsetof(struct ipv6hdr, nexthdr));
offsetof           91 samples/bpf/sockex2_kern.c 				   nhoff + offsetof(struct ipv6hdr, saddr));
offsetof           93 samples/bpf/sockex2_kern.c 				   nhoff + offsetof(struct ipv6hdr, daddr));
offsetof          108 samples/bpf/sockex2_kern.c 		proto = load_half(skb, nhoff + offsetof(struct vlan_hdr,
offsetof          114 samples/bpf/sockex2_kern.c 		proto = load_half(skb, nhoff + offsetof(struct vlan_hdr,
offsetof          134 samples/bpf/sockex2_kern.c 					    nhoff + offsetof(struct gre_hdr, flags));
offsetof          136 samples/bpf/sockex2_kern.c 					    nhoff + offsetof(struct gre_hdr, proto));
offsetof          152 samples/bpf/sockex2_kern.c 					  nhoff + offsetof(struct vlan_hdr,
offsetof           76 samples/bpf/sockex3_kern.c 	return load_half(ctx, nhoff + offsetof(struct iphdr, frag_off))
offsetof          152 samples/bpf/sockex3_kern.c 					    nhoff + offsetof(struct gre_hdr, flags));
offsetof          154 samples/bpf/sockex3_kern.c 					    nhoff + offsetof(struct gre_hdr, proto));
offsetof          202 samples/bpf/sockex3_kern.c 	ip_proto = load_byte(skb, nhoff + offsetof(struct iphdr, protocol));
offsetof          205 samples/bpf/sockex3_kern.c 		g->flow.src = load_word(skb, nhoff + offsetof(struct iphdr, saddr));
offsetof          206 samples/bpf/sockex3_kern.c 		g->flow.dst = load_word(skb, nhoff + offsetof(struct iphdr, daddr));
offsetof          228 samples/bpf/sockex3_kern.c 			     nhoff + offsetof(struct ipv6hdr, nexthdr));
offsetof          230 samples/bpf/sockex3_kern.c 				     nhoff + offsetof(struct ipv6hdr, saddr));
offsetof          232 samples/bpf/sockex3_kern.c 				     nhoff + offsetof(struct ipv6hdr, daddr));
offsetof          246 samples/bpf/sockex3_kern.c 	proto = load_half(skb, nhoff + offsetof(struct vlan_hdr,
offsetof           20 samples/bpf/tcbpf1_kern.c #define IP_CSUM_OFF (ETH_HLEN + offsetof(struct iphdr, check))
offsetof           21 samples/bpf/tcbpf1_kern.c #define TOS_OFF (ETH_HLEN + offsetof(struct iphdr, tos))
offsetof           31 samples/bpf/tcbpf1_kern.c #define TCP_CSUM_OFF (ETH_HLEN + sizeof(struct iphdr) + offsetof(struct tcphdr, check))
offsetof           32 samples/bpf/tcbpf1_kern.c #define IP_SRC_OFF (ETH_HLEN + offsetof(struct iphdr, saddr))
offsetof           45 samples/bpf/tcbpf1_kern.c #define TCP_DPORT_OFF (ETH_HLEN + sizeof(struct iphdr) + offsetof(struct tcphdr, dest))
offsetof           57 samples/bpf/tcbpf1_kern.c 	__u8 proto = load_byte(skb, ETH_HLEN + offsetof(struct iphdr, protocol));
offsetof           66 samples/bpf/test_cgrp2_attach.c 		BPF_LDX_MEM(BPF_W, BPF_REG_1, BPF_REG_6, offsetof(struct __sk_buff, len)), /* r1 = skb->len */
offsetof           44 samples/bpf/test_cgrp2_sock.c 		BPF_MOV64_IMM(BPF_REG_2, offsetof(struct bpf_sock, bound_dev_if)),
offsetof           45 samples/bpf/test_cgrp2_sock.c 		BPF_STX_MEM(BPF_W, BPF_REG_1, BPF_REG_3, offsetof(struct bpf_sock, bound_dev_if)),
offsetof           62 samples/bpf/test_cgrp2_sock.c 		BPF_MOV64_IMM(BPF_REG_2, offsetof(struct bpf_sock, mark)),
offsetof           63 samples/bpf/test_cgrp2_sock.c 		BPF_STX_MEM(BPF_W, BPF_REG_1, BPF_REG_3, offsetof(struct bpf_sock, mark)),
offsetof           70 samples/bpf/test_cgrp2_sock.c 		BPF_MOV64_IMM(BPF_REG_2, offsetof(struct bpf_sock, priority)),
offsetof           71 samples/bpf/test_cgrp2_sock.c 		BPF_STX_MEM(BPF_W, BPF_REG_1, BPF_REG_3, offsetof(struct bpf_sock, priority)),
offsetof           25 samples/bpf/test_lru_dist.c #ifndef offsetof
offsetof           30 samples/bpf/test_lru_dist.c 	(type *)( (char *)__mptr - offsetof(type,member) );})
offsetof           84 samples/bpf/test_lwt_bpf.c #define IP_CSUM_OFF offsetof(struct iphdr, check)
offsetof           85 samples/bpf/test_lwt_bpf.c #define IP_DST_OFF offsetof(struct iphdr, daddr)
offsetof           86 samples/bpf/test_lwt_bpf.c #define IP_SRC_OFF offsetof(struct iphdr, saddr)
offsetof           87 samples/bpf/test_lwt_bpf.c #define IP_PROTO_OFF offsetof(struct iphdr, protocol)
offsetof           88 samples/bpf/test_lwt_bpf.c #define TCP_CSUM_OFF offsetof(struct tcphdr, check)
offsetof           89 samples/bpf/test_lwt_bpf.c #define UDP_CSUM_OFF offsetof(struct udphdr, check)
offsetof          115 samples/bpf/test_lwt_bpf.c 		off = offsetof(struct icmp6hdr, icmp6_cksum);
offsetof           52 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_name_type_v01,
offsetof           61 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_name_type_v01,
offsetof           81 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_req_msg_v01,
offsetof           90 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_req_msg_v01,
offsetof           99 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_req_msg_v01,
offsetof          123 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_resp_msg_v01,
offsetof          133 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_resp_msg_v01,
offsetof          142 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_resp_msg_v01,
offsetof          151 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_resp_msg_v01,
offsetof          160 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_ping_resp_msg_v01,
offsetof          182 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_req_msg_v01,
offsetof          191 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_req_msg_v01,
offsetof          200 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_req_msg_v01,
offsetof          209 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_req_msg_v01,
offsetof          234 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof          244 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof          253 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof          262 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof          271 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof          280 samples/qmi/qmi_sample_client.c 		.offset		= offsetof(struct test_data_resp_msg_v01,
offsetof           31 samples/seccomp/bpf-direct.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
offsetof           32 samples/seccomp/bpf-direct.c #define syscall_nr (offsetof(struct seccomp_data, nr))
offsetof           66 samples/seccomp/bpf-helper.h #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
offsetof           68 samples/seccomp/bpf-helper.h #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
offsetof           90 samples/seccomp/bpf-helper.h #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
offsetof           93 samples/seccomp/bpf-helper.h #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
offsetof          261 samples/seccomp/bpf-helper.h 		 offsetof(struct seccomp_data, nr))
offsetof           32 samples/seccomp/dropper.c 			 (offsetof(struct seccomp_data, arch))),
offsetof           35 samples/seccomp/dropper.c 			 (offsetof(struct seccomp_data, nr))),
offsetof           90 samples/seccomp/user-trap.c 			offsetof(struct seccomp_data, nr)),
offsetof          414 samples/vfio-mdev/mbochs.c 		case offsetof(struct vfio_region_gfx_edid, link_state):
offsetof          415 samples/vfio-mdev/mbochs.c 		case offsetof(struct vfio_region_gfx_edid, edid_size):
offsetof         1060 samples/vfio-mdev/mbochs.c 		ext->base.cap_offset = offsetof(typeof(*ext), type);
offsetof           21 scripts/kconfig/list.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
offsetof            7 scripts/mod/devicetable-offsets.c 	DEFINE(OFF_##devid##_##field, offsetof(struct devid, field))
offsetof           99 security/apparmor/include/lib.h 	((struct counted_str *)(str - offsetof(struct counted_str, name)))
offsetof          877 security/apparmor/policy_unpack.c 		params.key_offset = offsetof(struct aa_data, key);
offsetof          878 security/apparmor/policy_unpack.c 		params.head_offset = offsetof(struct aa_data, head);
offsetof          956 sound/drivers/dummy.c 	.offset = offsetof(struct snd_pcm_hardware, item), \
offsetof           31 sound/pci/asihpi/hpi6000.c 	(HPI_HIF_BASE + offsetof(struct hpi_hif_6000, member))
offsetof          291 sound/pci/asihpi/hpicmn.c 	offsetof(struct hpi_control_cache_pad, m), \
offsetof          976 sound/pci/echoaudio/echoaudio_dsp.c 	if (offsetof(struct comm_page, midi_output) != 0xbe0) {
offsetof         2327 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, volumeData);
offsetof         2329 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, routeData);
offsetof         2331 sound/pci/korg1212/korg1212.c 		offsetof(struct KorgSharedBuffer, AdatTimeCode);
offsetof          478 sound/soc/codecs/wm_adsp.c 	(offsetof(struct wm_adsp_buffer, field) / sizeof(__be32))
offsetof          481 sound/soc/codecs/wm_adsp.c 	(offsetof(struct wm_adsp_alg_xm_struct, field) / sizeof(__be32))
offsetof          419 sound/soc/fsl/mpc5200_dma.c 	fifo = res.start + offsetof(struct mpc52xx_psc, buffer.buffer_32);
offsetof          658 sound/soc/intel/atom/sst-atom-controls.c 	cmd.header.length = offsetof(struct sst_cmd_set_swm, input)
offsetof          270 sound/soc/intel/atom/sst/sst_drv_interface.c 	offset =  offsetof(struct snd_sst_tstamp, bytes_copied);
offsetof          655 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_buffer, size), 0},
offsetof          657 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_buffer, caps), 0},
offsetof          663 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_dai, type), 0},
offsetof          665 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_dai, dai_index), 0},
offsetof          667 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_dai, direction), 0},
offsetof          673 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_config, type), 0},
offsetof          675 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_config, dai_index), 0},
offsetof          681 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, period), 0},
offsetof          683 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, priority), 0},
offsetof          685 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, period_mips), 0},
offsetof          687 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, core), 0},
offsetof          689 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, frames_per_sched), 0},
offsetof          691 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_pipe_new, time_domain), 0},
offsetof          697 sound/soc/sof/topology.c 		get_token_u32, offsetof(struct sof_ipc_comp_volume, ramp), 0},
offsetof          700 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_volume, initial_ramp), 0},
offsetof          706 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_src, source_rate), 0},
offsetof          708 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_src, sink_rate), 0},
offsetof          719 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_process, type), 0},
offsetof          725 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_host, dmac_config), 0},
offsetof          732 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_config, periods_sink), 0},
offsetof          735 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_config, periods_source), 0},
offsetof          738 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_config, frame_fmt), 0},
offsetof          745 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, clks_control), 0},
offsetof          748 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, mclk_id), 0},
offsetof          751 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, sample_valid_bits), 0},
offsetof          754 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, frame_pulse_width), 0},
offsetof          757 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, quirks), 0},
offsetof          760 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params,
offsetof          764 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_ssp_params, bclk_delay), 0},
offsetof          772 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, driver_ipc_version),
offsetof          776 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, pdmclk_min), 0},
offsetof          779 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, pdmclk_max), 0},
offsetof          782 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, fifo_fs), 0},
offsetof          785 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, duty_min), 0},
offsetof          788 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, duty_max), 0},
offsetof          791 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params,
offsetof          795 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, fifo_bits), 0},
offsetof          798 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_params, unmute_ramp_time), 0},
offsetof          811 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, id),
offsetof          815 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, enable_mic_a),
offsetof          819 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, enable_mic_b),
offsetof          823 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, polarity_mic_a),
offsetof          827 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, polarity_mic_b),
offsetof          831 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, clk_edge),
offsetof          835 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, skew),
offsetof          190 tools/arch/arm/include/uapi/asm/kvm.h #define KVM_REG_ARM_CORE_REG(name)	(offsetof(struct kvm_regs, name) / 4)
offsetof          180 tools/arch/arm64/include/uapi/asm/kvm.h #define KVM_REG_ARM_CORE_REG(name)	(offsetof(struct kvm_regs, name) / sizeof(__u32))
offsetof           21 tools/include/linux/kernel.h #ifndef offsetof
offsetof           35 tools/include/linux/kernel.h 	(type *)((char *)__mptr - offsetof(type, member)); })
offsetof          116 tools/lib/bpf/bpf_prog_linfo.c 	    offsetof(struct bpf_line_info, file_name_off))
offsetof         5672 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_prog_insns),
offsetof         5673 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_prog_len),
offsetof         5677 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, xlated_prog_insns),
offsetof         5678 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, xlated_prog_len),
offsetof         5682 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, map_ids),
offsetof         5683 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_map_ids),
offsetof         5687 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_ksyms),
offsetof         5688 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_jited_ksyms),
offsetof         5692 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_func_lens),
offsetof         5693 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_jited_func_lens),
offsetof         5697 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, func_info),
offsetof         5698 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_func_info),
offsetof         5699 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, func_info_rec_size),
offsetof         5702 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, line_info),
offsetof         5703 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_line_info),
offsetof         5704 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, line_info_rec_size),
offsetof         5707 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_line_info),
offsetof         5708 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_jited_line_info),
offsetof         5709 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, jited_line_info_rec_size),
offsetof         5712 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, prog_tags),
offsetof         5713 tools/lib/bpf/libbpf.c 		offsetof(struct bpf_prog_info, nr_prog_tags),
offsetof           34 tools/lib/bpf/libbpf_internal.h 	(offsetof(TYPE, FIELD) + sizeof(((TYPE *)0)->FIELD))
offsetof           24 tools/perf/arch/powerpc/util/dwarf-regs.c 		.ptregs_offset = offsetof(struct pt_regs, r)}
offsetof           27 tools/perf/arch/powerpc/util/dwarf-regs.c 		.ptregs_offset = offsetof(struct pt_regs, gpr[num])}
offsetof           43 tools/perf/arch/s390/util/dwarf-regs.c 	return offsetof(user_pt_regs, gprs) + 8 * gpr;
offsetof           82 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[0]), bp_2)) {
offsetof           89 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[0]), bp_1)) {
offsetof           96 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[7]), dr7)) {
offsetof          113 tools/perf/arch/x86/tests/bp-modify.c 		     offsetof(struct user_regs_struct, rip), NULL);
offsetof          159 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[0]), bp_1)) {
offsetof          166 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[7]), dr7)) {
offsetof          172 tools/perf/arch/x86/tests/bp-modify.c 		   offsetof(struct user, u_debugreg[0]), (unsigned long) (-1))) {
offsetof          189 tools/perf/arch/x86/tests/bp-modify.c 		     offsetof(struct user_regs_struct, rip), NULL);
offsetof           45 tools/perf/arch/x86/util/dwarf-regs.c # define REG_OFFSET_NAME_64(n, r) {.name = n, .offset = offsetof(struct pt_regs, r)}
offsetof           49 tools/perf/arch/x86/util/dwarf-regs.c # define REG_OFFSET_NAME_32(n, r) {.name = n, .offset = offsetof(struct pt_regs, r)}
offsetof          117 tools/perf/examples/bpf/augmented_raw_syscalls.c 		augmented_len = offsetof(struct augmented_arg, value);
offsetof         1212 tools/perf/util/annotate.c 	size_t privsize = args->privsize + offsetof(struct disasm_line, al);
offsetof          197 tools/perf/util/bpf-event.c 	if (info_linear->info_len < offsetof(struct bpf_prog_info, prog_tags)) {
offsetof          236 tools/perf/util/bpf-event.c 				.size = offsetof(struct perf_record_ksymbol, name),
offsetof          419 tools/perf/util/genelf_debug.c 		offsetof(struct debug_line_header, minimum_instruction_length);
offsetof          427 tools/perf/util/genelf_debug.c 		offsetof(struct debug_line_header, version);
offsetof          458 tools/perf/util/genelf_debug.c 		offsetof(struct compilation_unit_header, version);
offsetof         3313 tools/perf/util/header.c 		mem_bswap_64(header, offsetof(struct perf_file_header,
offsetof         3319 tools/perf/util/header.c 		if (header->size == offsetof(typeof(*header), adds_features))
offsetof           97 tools/perf/util/python.c 	  offsetof(struct pyrf_event, event) + offsetof(struct type, member), \
offsetof          102 tools/perf/util/python.c 	  offsetof(struct pyrf_event, sample) + offsetof(struct perf_sample, member), \
offsetof          727 tools/perf/util/session.c 	(attr->size > (offsetof(struct perf_event_attr, f) + 	\
offsetof         1693 tools/testing/nvdimm/test/nfit.c 			+ offsetof(struct acpi_nfit_control_region,
offsetof         1756 tools/testing/nvdimm/test/nfit.c 		+ offsetof(struct acpi_nfit_control_region, window_size) * 2;
offsetof         2212 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2224 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2236 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2248 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2373 tools/testing/nvdimm/test/nfit.c 		dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2588 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2616 tools/testing/nvdimm/test/nfit.c 	dcr->header.length = offsetof(struct acpi_nfit_control_region,
offsetof         2791 tools/testing/nvdimm/test/nfit.c 	cmd_size = offsetof(struct nd_cmd_ars_status, address);
offsetof         2813 tools/testing/nvdimm/test/nfit.c 	offset = offsetof(struct nd_cmd_ars_cap, status);
offsetof           15 tools/testing/radix-tree/linux/radix-tree.h 				offsetof(struct radix_tree_node, rcu_head));
offsetof           40 tools/testing/selftests/bpf/bpf_util.h 	(offsetof(TYPE, MEMBER)	+ sizeof_field(TYPE, MEMBER))
offsetof          106 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          125 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, level)),
offsetof          132 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          155 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, level)),
offsetof          168 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optname)),
offsetof          175 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          197 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          216 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optname)),
offsetof          229 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          236 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          257 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          262 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          281 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          300 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          304 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          321 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          335 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          348 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          356 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          367 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          452 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          470 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, level)),
offsetof          477 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          500 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, level)),
offsetof          524 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optname)),
offsetof          531 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          554 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optname)),
offsetof          578 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          585 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          606 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          622 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          640 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          656 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          664 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          675 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optlen)),
offsetof          701 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          717 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, retval)),
offsetof          734 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          748 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          761 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          768 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          807 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval)),
offsetof          814 tools/testing/selftests/bpf/prog_tests/sockopt.c 				    offsetof(struct bpf_sockopt, optval_end)),
offsetof          247 tools/testing/selftests/bpf/progs/pyperf.h 	bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata));
offsetof          342 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	offset = sizeof(struct ip6_t) + offsetof(struct ip6_srh_t, flags);
offsetof          383 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	offset = sizeof(struct ip6_t) + offsetof(struct ip6_srh_t, flags);
offsetof          388 tools/testing/selftests/bpf/progs/test_lwt_seg6local.c 	offset = sizeof(struct ip6_t) + offsetof(struct ip6_srh_t, tag);
offsetof          246 tools/testing/selftests/bpf/progs/test_seg6_loop.c 	offset = sizeof(struct ip6_t) + offsetof(struct ip6_srh_t, flags);
offsetof           20 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c #ifndef offsetof
offsetof           87 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 						offsetof(struct iphdr, saddr),
offsetof           93 tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c 						offsetof(struct ipv6hdr, saddr),
offsetof          152 tools/testing/selftests/bpf/test_align.c 		    offsetof(struct __sk_buff, data)), \
offsetof          154 tools/testing/selftests/bpf/test_align.c 		    offsetof(struct __sk_buff, data_end))
offsetof          278 tools/testing/selftests/bpf/test_select_reuseport.c 	if (memcmp(&result, &expected, offsetof(struct data_check,
offsetof           53 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_ip6[0])),
offsetof           70 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, mark)),
offsetof           87 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_ip4)),
offsetof          104 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_port)),
offsetof          235 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_ip6[3])),
offsetof          239 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_port)),
offsetof          265 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_ip4)),
offsetof          269 tools/testing/selftests/bpf/test_sock.c 				    offsetof(struct bpf_sock, src_port)),
offsetof          698 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof          703 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
offsetof          710 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          715 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4) + 1),
offsetof          720 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4) + 2),
offsetof          725 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4) + 3),
offsetof          730 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          735 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4) + 2),
offsetof          740 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          747 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          752 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof          783 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof          788 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip6[1])),
offsetof          793 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip6[1])),
offsetof          798 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip6[3])),
offsetof          806 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip6[N]))
offsetof          817 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof          911 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof          916 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
offsetof          922 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, msg_src_ip4)),
offsetof          927 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          932 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof          957 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof          962 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, type)),
offsetof          968 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_ip4)),
offsetof          973 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof         1010 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof         1016 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, DST[N]))
offsetof         1030 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof         1061 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, family)),
offsetof         1069 tools/testing/selftests/bpf/test_sock_addr.c 			    offsetof(struct bpf_sock_addr, user_port)),
offsetof           85 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, write)),
offsetof          106 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, write)),
offsetof          129 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, write)),
offsetof          143 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, file_pos)),
offsetof          166 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, file_pos)),
offsetof          169 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, file_pos) + 3),
offsetof          193 tools/testing/selftests/bpf/test_sysctl.c 				    offsetof(struct bpf_sysctl, file_pos)),
offsetof          322 tools/testing/selftests/bpf/test_verifier.c 		    offsetof(struct __sk_buff, data)),			\
offsetof          324 tools/testing/selftests/bpf/test_verifier.c 		    offsetof(struct __sk_buff, data_end)),		\
offsetof           14 tools/testing/selftests/bpf/verifier/and.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           10 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           30 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           52 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           78 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           97 tools/testing/selftests/bpf/verifier/array_access.c 		   offsetof(struct test_val, foo)),
offsetof          116 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof          136 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof          159 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof          184 tools/testing/selftests/bpf/verifier/array_access.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof          212 tools/testing/selftests/bpf/verifier/array_access.c 		    offsetof(struct test_val, foo)),
offsetof          156 tools/testing/selftests/bpf/verifier/bounds.c 		    offsetof(struct __sk_buff, mark)),
offsetof          180 tools/testing/selftests/bpf/verifier/bounds.c 		    offsetof(struct __sk_buff, mark)),
offsetof           80 tools/testing/selftests/bpf/verifier/bounds_deduction.c 			    offsetof(struct __sk_buff, mark)),
offsetof           94 tools/testing/selftests/bpf/verifier/bounds_deduction.c 			    offsetof(struct __sk_buff, mark)),
offsetof          352 tools/testing/selftests/bpf/verifier/bounds_mix_sign_unsign.c 		    offsetof(struct __sk_buff, mark)),
offsetof           34 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           45 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof           59 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           67 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof           83 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           91 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof          101 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof          175 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          191 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          208 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          228 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          245 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          268 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, mark)),
offsetof          303 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof          340 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof          342 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof          357 tools/testing/selftests/bpf/verifier/calls.c 	BPF_LDX_MEM(BPF_W, BPF_REG_6, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          359 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct xdp_md, data_end)),
offsetof          420 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof          508 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof          686 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, len)),
offsetof         1595 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1597 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1627 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1629 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1660 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1662 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1696 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1698 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1730 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1732 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1755 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1766 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1768 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1801 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1803 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1826 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1828 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1843 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1845 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1867 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1869 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof         1884 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data)),
offsetof         1886 tools/testing/selftests/bpf/verifier/calls.c 		    offsetof(struct __sk_buff, data_end)),
offsetof            5 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, data)),
offsetof            7 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, data_end)),
offsetof            9 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, len)),
offsetof           11 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, pkt_type)),
offsetof           13 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof           15 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof           17 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, queue_mapping)),
offsetof           19 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, protocol)),
offsetof           21 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, vlan_present)),
offsetof           38 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, vlan_tci)),
offsetof           40 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, vlan_proto)),
offsetof           42 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, priority)),
offsetof           44 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, priority)),
offsetof           46 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, ingress_ifindex)),
offsetof           48 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof           50 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof           61 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof           63 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof           65 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof           67 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof           69 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof           71 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
offsetof           73 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof           75 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof           77 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof           79 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof           81 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof           92 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, family)),
offsetof           94 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_ip4)),
offsetof           96 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_ip4)),
offsetof           98 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_ip6[0])),
offsetof          100 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_ip6[1])),
offsetof          102 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_ip6[2])),
offsetof          104 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_ip6[3])),
offsetof          106 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_ip6[0])),
offsetof          108 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_ip6[1])),
offsetof          110 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_ip6[2])),
offsetof          112 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_ip6[3])),
offsetof          114 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, remote_port)),
offsetof          116 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, local_port)),
offsetof          127 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          139 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, data_meta)),
offsetof          151 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, flow_keys)),
offsetof          163 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
offsetof          165 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, napi_id)),
offsetof          178 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, tstamp)),
offsetof          191 tools/testing/selftests/bpf/verifier/cgroup_skb.c 		    offsetof(struct __sk_buff, tstamp)),
offsetof            5 tools/testing/selftests/bpf/verifier/ctx.c 	BPF_ST_MEM(BPF_DW, BPF_REG_1, offsetof(struct __sk_buff, mark), 0),
offsetof           17 tools/testing/selftests/bpf/verifier/ctx.c 		     BPF_REG_0, offsetof(struct __sk_buff, mark), 0),
offsetof           28 tools/testing/selftests/bpf/verifier/ctx.c 			      offsetof(struct __sk_buff, data) -
offsetof           29 tools/testing/selftests/bpf/verifier/ctx.c 			      offsetof(struct __sk_buff, mark)),
offsetof           31 tools/testing/selftests/bpf/verifier/ctx.c 			    offsetof(struct __sk_buff, mark)),
offsetof            5 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, family)),
offsetof           15 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_ip4)),
offsetof           25 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_ip4)),
offsetof           35 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_port)),
offsetof           45 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_port)),
offsetof           55 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_ip6[0])),
offsetof           57 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_ip6[1])),
offsetof           59 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_ip6[2])),
offsetof           61 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, remote_ip6[3])),
offsetof           71 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_ip6[0])),
offsetof           73 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_ip6[1])),
offsetof           75 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_ip6[2])),
offsetof           77 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, local_ip6[3])),
offsetof           87 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, size)),
offsetof           97 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, size)),
offsetof          109 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, size) + 4),
offsetof          120 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, family) + 1),
offsetof          132 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data)),
offsetof          134 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data_end)),
offsetof          149 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data)),
offsetof          151 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data_end)),
offsetof          166 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data)),
offsetof          168 tools/testing/selftests/bpf/verifier/ctx_sk_msg.c 		    offsetof(struct sk_msg_md, data_end)),
offsetof            5 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, len)),
offsetof            8 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof           11 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, pkt_type)),
offsetof           14 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, queue_mapping)),
offsetof           17 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, protocol)),
offsetof           20 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, vlan_present)),
offsetof           23 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, vlan_tci)),
offsetof           26 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, napi_id)),
offsetof           54 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, pkt_type)),
offsetof           67 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, pkt_type)),
offsetof           89 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, len)),
offsetof          111 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, family)),
offsetof          121 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip4)),
offsetof          131 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip4)),
offsetof          141 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip6)),
offsetof          151 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip6)),
offsetof          161 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_port)),
offsetof          171 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_port)),
offsetof          181 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, family)),
offsetof          191 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip4)),
offsetof          201 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip4)),
offsetof          211 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip6[0])),
offsetof          213 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip6[1])),
offsetof          215 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip6[2])),
offsetof          217 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_ip6[3])),
offsetof          227 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip6[0])),
offsetof          229 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip6[1])),
offsetof          231 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip6[2])),
offsetof          233 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_ip6[3])),
offsetof          243 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, remote_port)),
offsetof          253 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, local_port)),
offsetof          263 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          274 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof          286 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof          298 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof          309 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, priority)),
offsetof          319 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data)),
offsetof          321 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          336 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data)),
offsetof          338 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          353 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data)),
offsetof          355 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          373 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof          384 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof          396 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          398 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 1),
offsetof          400 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 2),
offsetof          402 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 3),
offsetof          404 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          406 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 1),
offsetof          408 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 2),
offsetof          410 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 3),
offsetof          412 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          414 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 1),
offsetof          416 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 2),
offsetof          418 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 3),
offsetof          420 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          422 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 1),
offsetof          424 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 2),
offsetof          426 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 3),
offsetof          428 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          430 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 1),
offsetof          432 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 2),
offsetof          434 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 3),
offsetof          436 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          438 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 1),
offsetof          440 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 2),
offsetof          442 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 3),
offsetof          444 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          446 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 1),
offsetof          448 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 2),
offsetof          450 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 3),
offsetof          452 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          454 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 1),
offsetof          456 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 2),
offsetof          458 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 3),
offsetof          460 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          462 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 1),
offsetof          464 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 2),
offsetof          466 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 3),
offsetof          468 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          470 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 1),
offsetof          472 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 2),
offsetof          474 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 3),
offsetof          484 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          495 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index) + 3),
offsetof          507 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          510 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 3),
offsetof          521 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 1),
offsetof          531 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 2),
offsetof          542 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 3),
offsetof          545 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          556 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          568 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          570 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 2),
offsetof          572 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          574 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 2),
offsetof          576 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          578 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 2),
offsetof          580 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          582 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 2),
offsetof          584 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          586 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 2),
offsetof          588 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          590 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 2),
offsetof          592 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          594 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1]) + 2),
offsetof          596 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          598 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2]) + 2),
offsetof          600 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          602 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3]) + 2),
offsetof          604 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          606 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 2),
offsetof          616 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 1),
offsetof          628 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          639 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index) + 2),
offsetof          651 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          654 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 2),
offsetof          666 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 2),
offsetof          669 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash)),
offsetof          681 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 1),
offsetof          684 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 3),
offsetof          698 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 3),
offsetof          701 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, hash) + 1),
offsetof          714 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          726 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          728 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          730 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          732 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          734 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          736 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          738 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          740 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          742 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          744 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          754 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 2),
offsetof          766 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 1),
offsetof          778 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 2),
offsetof          790 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4]) + 3),
offsetof          802 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          804 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          806 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          808 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          818 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[1])),
offsetof          830 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          842 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          853 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          864 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, ifindex)),
offsetof          875 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, ifindex)),
offsetof          886 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          897 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0]) + 256),
offsetof          909 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[4])),
offsetof          912 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof          914 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof          917 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          919 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[2])),
offsetof          930 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof          932 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, mark)),
offsetof          934 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof          936 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tc_index)),
offsetof          938 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, cb[3])),
offsetof          940 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tstamp)),
offsetof          942 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, tstamp)),
offsetof          956 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data)),
offsetof          959 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, data) + 2),
offsetof          970 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, gso_segs)),
offsetof          981 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, gso_segs)),
offsetof          993 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, gso_segs)),
offsetof         1006 tools/testing/selftests/bpf/verifier/ctx_skb.c 		    offsetof(struct __sk_buff, gso_segs)),
offsetof         1017 tools/testing/selftests/bpf/verifier/ctx_skb.c 			    offsetof(struct __sk_buff, wire_len)),
offsetof         1027 tools/testing/selftests/bpf/verifier/ctx_skb.c 			    offsetof(struct __sk_buff, wire_len)),
offsetof         1037 tools/testing/selftests/bpf/verifier/ctx_skb.c 			    offsetof(struct __sk_buff, wire_len)),
offsetof            5 tools/testing/selftests/bpf/verifier/direct_packet_access.c 			    offsetof(struct __sk_buff, data_end)),
offsetof            7 tools/testing/selftests/bpf/verifier/direct_packet_access.c 			    offsetof(struct __sk_buff, data)),
offsetof           19 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof           21 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           37 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           39 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof           47 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof           50 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, len)),
offsetof           57 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           70 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof           82 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof           84 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           99 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          101 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          118 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          120 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          138 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          140 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          159 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          161 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          180 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          182 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          201 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          203 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          221 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          223 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          246 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          248 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          271 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          273 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          278 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, mark)),
offsetof          302 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          304 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          326 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          328 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          351 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          353 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          370 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          372 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          374 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, mark)),
offsetof          394 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          396 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          411 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          413 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          430 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          432 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          454 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          456 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          480 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          482 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          511 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          513 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          515 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, mark)),
offsetof          539 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          541 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          565 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          567 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          583 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          585 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          602 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          604 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          620 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          622 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          639 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          641 tools/testing/selftests/bpf/verifier/direct_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          445 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 		    offsetof(struct __sk_buff, data)),
offsetof          447 tools/testing/selftests/bpf/verifier/helper_access_var_len.c 		    offsetof(struct __sk_buff, data_end)),
offsetof            4 tools/testing/selftests/bpf/verifier/helper_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof            6 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           25 tools/testing/selftests/bpf/verifier/helper_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           39 tools/testing/selftests/bpf/verifier/helper_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           41 tools/testing/selftests/bpf/verifier/helper_packet_access.c 			offsetof(struct xdp_md, data_end)),
offsetof           64 tools/testing/selftests/bpf/verifier/helper_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           66 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           85 tools/testing/selftests/bpf/verifier/helper_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           87 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          106 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          108 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          127 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          142 tools/testing/selftests/bpf/verifier/helper_packet_access.c 			offsetof(struct __sk_buff, data)),
offsetof          144 tools/testing/selftests/bpf/verifier/helper_packet_access.c 			offsetof(struct __sk_buff, data_end)),
offsetof          168 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          170 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          190 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          192 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          211 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          213 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          233 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          235 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          253 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          255 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          276 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          278 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          299 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          301 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          323 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          325 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          347 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          349 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          371 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          373 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          395 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          397 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          418 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          420 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          442 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data)),
offsetof          444 tools/testing/selftests/bpf/verifier/helper_packet_access.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          108 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          110 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) -	offsetof(struct test_val, foo)),
offsetof          129 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          149 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          169 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          171 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo) + 8),
offsetof          191 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          212 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_1, offsetof(struct test_val, foo)),
offsetof          233 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
offsetof          236 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo)),
offsetof          255 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
offsetof          297 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
offsetof          301 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      offsetof(struct test_val, foo) + 8),
offsetof          321 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
offsetof          343 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct test_val, foo)),
offsetof          366 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
offsetof          369 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      sizeof(struct test_val) - offsetof(struct test_val, foo)),
offsetof          389 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
offsetof          411 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 3),
offsetof          455 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct test_val, foo), 4),
offsetof          459 tools/testing/selftests/bpf/verifier/helper_value_access.c 		      offsetof(struct test_val, foo) + 1),
offsetof          779 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, offsetof(struct other_val, bar)),
offsetof          838 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_MOV64_IMM(BPF_REG_3, offsetof(struct other_val, bar)),
offsetof          901 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar), 4),
offsetof          943 tools/testing/selftests/bpf/verifier/helper_value_access.c 	BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar) + 1, 4),
offsetof            6 tools/testing/selftests/bpf/verifier/leak_ptr.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof            9 tools/testing/selftests/bpf/verifier/leak_ptr.c 		      offsetof(struct __sk_buff, cb[0])),
offsetof           23 tools/testing/selftests/bpf/verifier/leak_ptr.c 		    offsetof(struct __sk_buff, cb[0])),
offsetof           25 tools/testing/selftests/bpf/verifier/leak_ptr.c 		      offsetof(struct __sk_buff, cb[0])),
offsetof           39 tools/testing/selftests/bpf/verifier/leak_ptr.c 		      offsetof(struct __sk_buff, cb[0])),
offsetof            5 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof            7 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           23 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof           25 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           41 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof           43 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           58 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof           60 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           75 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof           77 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof           92 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof           94 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          109 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data)),
offsetof          111 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          147 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          157 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          167 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          179 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, tc_classid)),
offsetof          182 tools/testing/selftests/bpf/verifier/lwt.c 		    offsetof(struct __sk_buff, tc_classid) + 2),
offsetof           15 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           45 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof           65 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 		    offsetof(struct __sk_buff, mark)),
offsetof           86 tools/testing/selftests/bpf/verifier/map_ptr_mixing.c 		    offsetof(struct __sk_buff, mark)),
offsetof            5 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof            6 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           21 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof           22 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           40 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof           42 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           58 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof           60 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           61 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_4, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           77 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof           78 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_4, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           96 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof           97 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          115 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          116 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          133 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          134 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          149 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          150 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          167 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          168 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          170 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          194 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          195 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          218 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          219 tools/testing/selftests/bpf/verifier/meta_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          221 tools/testing/selftests/bpf/verifier/meta_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof            7 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period)),
offsetof           10 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period) + 7),
offsetof           23 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period)),
offsetof           26 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period) + 6),
offsetof           39 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period)),
offsetof           42 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period) + 4),
offsetof           54 tools/testing/selftests/bpf/verifier/perf_event_sample_period.c 		    offsetof(struct bpf_perf_event_data, sample_period)),
offsetof          110 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, mark)),
offsetof          112 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, priority)),
offsetof          131 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, mark)),
offsetof          155 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, mark)),
offsetof          157 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, priority)),
offsetof          160 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, pkt_type)),
offsetof          185 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, mark)),
offsetof          187 tools/testing/selftests/bpf/verifier/raw_stack.c 		    offsetof(struct __sk_buff, priority)),
offsetof          188 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data)),
offsetof          190 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          197 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, mark)),
offsetof          216 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data)),
offsetof          218 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          225 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, mark)),
offsetof          591 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct bpf_sock, mark)),
offsetof          635 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data)),
offsetof          637 tools/testing/selftests/bpf/verifier/ref_tracking.c 		    offsetof(struct __sk_buff, data_end)),
offsetof          672 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_7, offsetof(struct bpf_tcp_sock, snd_cwnd)),
offsetof          695 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_7, offsetof(struct bpf_sock, type)),
offsetof          722 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
offsetof          744 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
offsetof          767 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, src_port)),
offsetof          788 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_6, offsetof(struct bpf_sock, type)),
offsetof          815 tools/testing/selftests/bpf/verifier/ref_tracking.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_8, offsetof(struct bpf_tcp_sock, snd_cwnd)),
offsetof           74 tools/testing/selftests/bpf/verifier/search_pruning.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof            4 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           16 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           20 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_1, offsetof(struct bpf_sock, family)),
offsetof           30 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           34 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_1, offsetof(struct bpf_sock, type)),
offsetof           45 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           57 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           62 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
offsetof           73 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           81 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
offsetof           91 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof           98 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, family)),
offsetof          108 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          116 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, state)),
offsetof          126 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          134 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_H, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, dst_port)),
offsetof          144 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          152 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, dst_port) + 1),
offsetof          163 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          171 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, dst_ip6[0]) + 1),
offsetof          181 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          189 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, type)),
offsetof          199 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          207 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_B, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_sock, protocol)),
offsetof          217 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          236 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          248 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          253 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
offsetof          264 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          271 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
offsetof          281 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          288 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, bytes_acked)),
offsetof          298 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          316 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          327 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_tcp_sock, snd_cwnd)),
offsetof          337 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          350 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          369 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          388 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          411 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          437 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          463 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_1, BPF_REG_1, offsetof(struct __sk_buff, sk)),
offsetof          511 tools/testing/selftests/bpf/verifier/sock.c 	BPF_LDX_MEM(BPF_W, BPF_REG_0, BPF_REG_0, offsetof(struct bpf_xdp_sock, queue_id)),
offsetof           25 tools/testing/selftests/bpf/verifier/spill_fill.c 		    offsetof(struct __sk_buff, mark)),
offsetof          232 tools/testing/selftests/bpf/verifier/unpriv.c 		    offsetof(struct __sk_buff, mark)),
offsetof          263 tools/testing/selftests/bpf/verifier/unpriv.c 		    offsetof(struct __sk_buff, mark)),
offsetof          297 tools/testing/selftests/bpf/verifier/unpriv.c 		    offsetof(struct __sk_buff, mark)),
offsetof          328 tools/testing/selftests/bpf/verifier/unpriv.c 			    offsetof(struct bpf_sock, mark)),
offsetof          361 tools/testing/selftests/bpf/verifier/unpriv.c 			    offsetof(struct bpf_sock, mark)),
offsetof          379 tools/testing/selftests/bpf/verifier/unpriv.c 		      -(__s32)offsetof(struct bpf_perf_event_data,
offsetof          386 tools/testing/selftests/bpf/verifier/unpriv.c 		    offsetof(struct bpf_perf_event_data, sample_period)),
offsetof           90 tools/testing/selftests/bpf/verifier/value.c 	BPF_ALU64_IMM(BPF_ADD, BPF_REG_0, offsetof(struct test_val, foo)),
offsetof          143 tools/testing/selftests/bpf/verifier/value_or_null.c 	BPF_ST_MEM(BPF_DW, BPF_REG_0, 0, offsetof(struct test_val, foo)),
offsetof            5 tools/testing/selftests/bpf/verifier/value_ptr_arith.c 		    offsetof(struct __sk_buff, len)),
offsetof           32 tools/testing/selftests/bpf/verifier/value_ptr_arith.c 		    offsetof(struct __sk_buff, len)),
offsetof           60 tools/testing/selftests/bpf/verifier/value_ptr_arith.c 		    offsetof(struct __sk_buff, len)),
offsetof           51 tools/testing/selftests/bpf/verifier/var_off.c 	BPF_LDX_MEM(BPF_DW, BPF_REG_4, BPF_REG_1, offsetof(struct bpf_sock_ops,
offsetof            7 tools/testing/selftests/bpf/verifier/wide_access.c 		    offsetof(struct bpf_sock_addr, field[off])), \
offsetof           43 tools/testing/selftests/bpf/verifier/wide_access.c 		    offsetof(struct bpf_sock_addr, field[off])), \
offsetof           37 tools/testing/selftests/bpf/verifier/xadd.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           39 tools/testing/selftests/bpf/verifier/xadd.c 		    offsetof(struct xdp_md, data_end)),
offsetof            6 tools/testing/selftests/bpf/verifier/xdp.c 		    offsetof(struct xdp_md, ingress_ifindex)),
offsetof            4 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof            6 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           22 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           24 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           40 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           42 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           57 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           59 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           75 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           77 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof           93 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           95 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          111 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          113 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          130 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          132 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          148 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          150 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          166 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          168 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          185 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          187 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          203 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          205 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          220 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          222 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          238 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          240 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          256 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          258 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          273 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          275 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          291 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          293 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          309 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          311 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          327 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          329 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          346 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          348 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          364 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          366 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          382 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          384 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          401 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          403 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          419 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          421 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          436 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          438 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          454 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          456 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_end)),
offsetof          473 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          474 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          490 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          491 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          508 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          509 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          526 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          527 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          544 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          545 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          563 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          564 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          581 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          582 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          599 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          600 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          618 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          619 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          636 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          637 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          653 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          654 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          671 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          672 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          689 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          690 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          706 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          707 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          724 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          725 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          742 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          743 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          760 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          761 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          779 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          780 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          797 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          798 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          815 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          816 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          834 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          835 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          852 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          853 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          869 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          870 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof          887 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 		    offsetof(struct xdp_md, data_meta)),
offsetof          888 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c 	BPF_LDX_MEM(BPF_W, BPF_REG_3, BPF_REG_1, offsetof(struct xdp_md, data)),
offsetof           47 tools/testing/selftests/breakpoints/breakpoint_test.c 		     offsetof(struct user, u_debugreg[n]), addr);
offsetof           89 tools/testing/selftests/breakpoints/breakpoint_test.c 		     offsetof(struct user, u_debugreg[7]), 0);
offsetof          109 tools/testing/selftests/breakpoints/breakpoint_test.c 		     offsetof(struct user, u_debugreg[7]), dr7);
offsetof           96 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	iov.iov_len = offsetof(struct user_hwdebug_state, dbg_regs) +
offsetof           20 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/misc.h 	(type *)((char *)__mptr - offsetof(type, member));	\
offsetof          177 tools/testing/selftests/rseq/basic_percpu_ops_test.c 		offset = offsetof(struct percpu_list_node, next);
offsetof          558 tools/testing/selftests/rseq/param_test.c 		offset = offsetof(struct percpu_list_node, next);
offsetof          217 tools/testing/selftests/seccomp/seccomp_bpf.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
offsetof          219 tools/testing/selftests/seccomp/seccomp_bpf.c #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
offsetof          558 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          586 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          626 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          692 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          703 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          806 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),		\
offsetof          913 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1032 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1039 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1046 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1053 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1060 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1516 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1818 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1958 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         1990 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         2020 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         2052 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         2329 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         2438 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         2738 tools/testing/selftests/seccomp/seccomp_bpf.c 			 offsetof(struct seccomp_data, nr)),
offsetof         2908 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof         3067 tools/testing/selftests/seccomp/seccomp_bpf.c 			offsetof(struct seccomp_data, nr)),
offsetof          443 tools/testing/selftests/x86/fsgsbase.c #define USER_REGS_OFFSET(r) offsetof(struct user_regs_struct, r)
offsetof           80 tools/testing/selftests/x86/mov_ss_trap.c 		if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[0]), dr0) != 0)
offsetof           83 tools/testing/selftests/x86/mov_ss_trap.c 		if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[1]), dr1) != 0)
offsetof           86 tools/testing/selftests/x86/mov_ss_trap.c 		if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[7]), dr7) != 0)
offsetof          135 tools/usb/usbip/libsrc/list.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
offsetof          110 tools/virtio/linux/kernel.h 	(type *)( (char *)__mptr - offsetof(type,member) );})
offsetof          126 tools/virtio/virtio_test.c 	dev->mem = malloc(offsetof(struct vhost_memory, regions) +
offsetof          129 tools/virtio/virtio_test.c 	memset(dev->mem, 0, offsetof(struct vhost_memory, regions) +
offsetof         4449 virt/kvm/kvm_main.c 					   offsetof(struct kvm_vcpu, arch),