Lines Matching refs:OFFSET
20 OFFSET(IA32_SIGCONTEXT_ax, sigcontext, ax); in foo()
21 OFFSET(IA32_SIGCONTEXT_bx, sigcontext, bx); in foo()
22 OFFSET(IA32_SIGCONTEXT_cx, sigcontext, cx); in foo()
23 OFFSET(IA32_SIGCONTEXT_dx, sigcontext, dx); in foo()
24 OFFSET(IA32_SIGCONTEXT_si, sigcontext, si); in foo()
25 OFFSET(IA32_SIGCONTEXT_di, sigcontext, di); in foo()
26 OFFSET(IA32_SIGCONTEXT_bp, sigcontext, bp); in foo()
27 OFFSET(IA32_SIGCONTEXT_sp, sigcontext, sp); in foo()
28 OFFSET(IA32_SIGCONTEXT_ip, sigcontext, ip); in foo()
31 OFFSET(CPUINFO_x86, cpuinfo_x86, x86); in foo()
32 OFFSET(CPUINFO_x86_vendor, cpuinfo_x86, x86_vendor); in foo()
33 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
34 OFFSET(CPUINFO_x86_mask, cpuinfo_x86, x86_mask); in foo()
35 OFFSET(CPUINFO_cpuid_level, cpuinfo_x86, cpuid_level); in foo()
36 OFFSET(CPUINFO_x86_capability, cpuinfo_x86, x86_capability); in foo()
37 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
40 OFFSET(TI_sysenter_return, thread_info, sysenter_return); in foo()
41 OFFSET(TI_cpu, thread_info, cpu); in foo()
44 OFFSET(PT_EBX, pt_regs, bx); in foo()
45 OFFSET(PT_ECX, pt_regs, cx); in foo()
46 OFFSET(PT_EDX, pt_regs, dx); in foo()
47 OFFSET(PT_ESI, pt_regs, si); in foo()
48 OFFSET(PT_EDI, pt_regs, di); in foo()
49 OFFSET(PT_EBP, pt_regs, bp); in foo()
50 OFFSET(PT_EAX, pt_regs, ax); in foo()
51 OFFSET(PT_DS, pt_regs, ds); in foo()
52 OFFSET(PT_ES, pt_regs, es); in foo()
53 OFFSET(PT_FS, pt_regs, fs); in foo()
54 OFFSET(PT_GS, pt_regs, gs); in foo()
55 OFFSET(PT_ORIG_EAX, pt_regs, orig_ax); in foo()
56 OFFSET(PT_EIP, pt_regs, ip); in foo()
57 OFFSET(PT_CS, pt_regs, cs); in foo()
58 OFFSET(PT_EFLAGS, pt_regs, flags); in foo()
59 OFFSET(PT_OLDESP, pt_regs, sp); in foo()
60 OFFSET(PT_OLDSS, pt_regs, ss); in foo()
63 OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe, uc.uc_mcontext); in foo()
66 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); in foo()
75 OFFSET(LGUEST_DATA_irq_enabled, lguest_data, irq_enabled); in foo()
76 OFFSET(LGUEST_DATA_irq_pending, lguest_data, irq_pending); in foo()
79 OFFSET(LGUEST_PAGES_host_gdt_desc, lguest_pages, state.host_gdt_desc); in foo()
80 OFFSET(LGUEST_PAGES_host_idt_desc, lguest_pages, state.host_idt_desc); in foo()
81 OFFSET(LGUEST_PAGES_host_cr3, lguest_pages, state.host_cr3); in foo()
82 OFFSET(LGUEST_PAGES_host_sp, lguest_pages, state.host_sp); in foo()
83 OFFSET(LGUEST_PAGES_guest_gdt_desc, lguest_pages,state.guest_gdt_desc); in foo()
84 OFFSET(LGUEST_PAGES_guest_idt_desc, lguest_pages,state.guest_idt_desc); in foo()
85 OFFSET(LGUEST_PAGES_guest_gdt, lguest_pages, state.guest_gdt); in foo()
86 OFFSET(LGUEST_PAGES_regs_trapnum, lguest_pages, regs.trapnum); in foo()
87 OFFSET(LGUEST_PAGES_regs_errcode, lguest_pages, regs.errcode); in foo()
88 OFFSET(LGUEST_PAGES_regs, lguest_pages, regs); in foo()