Lines Matching refs:offsetof
188 case offsetof(struct pt_regs, bx): in lguest_arch_regptr()
190 case offsetof(struct pt_regs, cx): in lguest_arch_regptr()
192 case offsetof(struct pt_regs, dx): in lguest_arch_regptr()
194 case offsetof(struct pt_regs, si): in lguest_arch_regptr()
196 case offsetof(struct pt_regs, di): in lguest_arch_regptr()
198 case offsetof(struct pt_regs, bp): in lguest_arch_regptr()
200 case offsetof(struct pt_regs, ax): in lguest_arch_regptr()
202 case offsetof(struct pt_regs, ip): in lguest_arch_regptr()
204 case offsetof(struct pt_regs, sp): in lguest_arch_regptr()
211 case offsetof(struct pt_regs, ds): in lguest_arch_regptr()
213 case offsetof(struct pt_regs, es): in lguest_arch_regptr()
215 case offsetof(struct pt_regs, fs): in lguest_arch_regptr()
217 case offsetof(struct pt_regs, gs): in lguest_arch_regptr()
219 case offsetof(struct pt_regs, cs): in lguest_arch_regptr()
221 case offsetof(struct pt_regs, flags): in lguest_arch_regptr()
223 case offsetof(struct pt_regs, ss): in lguest_arch_regptr()