Lines Matching refs:OFFSET

35 	OFFSET(TASK_threadsp, task_struct, thread.sp);  in common()
37 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
41 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); in common()
44 OFFSET(pbe_address, pbe, address); in common()
45 OFFSET(pbe_orig_address, pbe, orig_address); in common()
46 OFFSET(pbe_next, pbe, next); in common()
50 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common()
51 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common()
52 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common()
53 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common()
54 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common()
55 OFFSET(IA32_SIGCONTEXT_di, sigcontext_32, di); in common()
56 OFFSET(IA32_SIGCONTEXT_bp, sigcontext_32, bp); in common()
57 OFFSET(IA32_SIGCONTEXT_sp, sigcontext_32, sp); in common()
58 OFFSET(IA32_SIGCONTEXT_ip, sigcontext_32, ip); in common()
61 OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe_ia32, uc.uc_mcontext); in common()
66 OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask); in common()
67 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
68 OFFSET(XEN_vcpu_info_arch_cr2, vcpu_info, arch.cr2); in common()
72 OFFSET(BP_scratch, boot_params, scratch); in common()
73 OFFSET(BP_secure_boot, boot_params, secure_boot); in common()
74 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
75 OFFSET(BP_hardware_subarch, boot_params, hdr.hardware_subarch); in common()
76 OFFSET(BP_version, boot_params, hdr.version); in common()
77 OFFSET(BP_kernel_alignment, boot_params, hdr.kernel_alignment); in common()
78 OFFSET(BP_init_size, boot_params, hdr.init_size); in common()
79 OFFSET(BP_pref_address, boot_params, hdr.pref_address); in common()
85 OFFSET(TLB_STATE_user_pcid_flush_mask, tlb_state, user_pcid_flush_mask); in common()
88 OFFSET(CPU_ENTRY_AREA_entry_stack, cpu_entry_area, entry_stack_page); in common()
93 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common()
94 OFFSET(TSS_sp1, tss_struct, x86_tss.sp1); in common()
95 OFFSET(TSS_sp2, tss_struct, x86_tss.sp2); in common()