Lines Matching full:offset
15 OFFSET(CPUINFO_x86, cpuinfo_x86, x86); in foo()
16 OFFSET(CPUINFO_x86_vendor, cpuinfo_x86, x86_vendor); in foo()
17 OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model); in foo()
18 OFFSET(CPUINFO_x86_stepping, cpuinfo_x86, x86_stepping); in foo()
19 OFFSET(CPUINFO_cpuid_level, cpuinfo_x86, cpuid_level); in foo()
20 OFFSET(CPUINFO_x86_capability, cpuinfo_x86, x86_capability); in foo()
21 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
24 OFFSET(PT_EBX, pt_regs, bx); in foo()
25 OFFSET(PT_ECX, pt_regs, cx); in foo()
26 OFFSET(PT_EDX, pt_regs, dx); in foo()
27 OFFSET(PT_ESI, pt_regs, si); in foo()
28 OFFSET(PT_EDI, pt_regs, di); in foo()
29 OFFSET(PT_EBP, pt_regs, bp); in foo()
30 OFFSET(PT_EAX, pt_regs, ax); in foo()
31 OFFSET(PT_DS, pt_regs, ds); in foo()
32 OFFSET(PT_ES, pt_regs, es); in foo()
33 OFFSET(PT_FS, pt_regs, fs); in foo()
34 OFFSET(PT_GS, pt_regs, gs); in foo()
35 OFFSET(PT_ORIG_EAX, pt_regs, orig_ax); in foo()
36 OFFSET(PT_EIP, pt_regs, ip); in foo()
37 OFFSET(PT_CS, pt_regs, cs); in foo()
38 OFFSET(PT_EFLAGS, pt_regs, flags); in foo()
39 OFFSET(PT_OLDESP, pt_regs, sp); in foo()
40 OFFSET(PT_OLDSS, pt_regs, ss); in foo()
43 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); in foo()
47 * Offset from the entry stack to task stack stored in TSS. Kernel entry in foo()