Lines Matching defs:x86_emulate_ctxt
236 struct x86_emulate_ctxt { struct
237 struct x86_emulate_ops *ops;
240 unsigned long eflags;
241 unsigned long eip; /* eip before instruction emulation */
243 int mode;
246 int interruptibility;
270 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
271 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
273 u8 modrm;
274 u8 modrm_mod;
275 u8 modrm_reg;
276 u8 modrm_rm;
277 u8 modrm_seg;
278 bool rip_relative;
279 unsigned long _eip;
281 unsigned long regs[NR_VCPU_REGS];
282 struct operand memop;
283 struct operand *memopp;
284 struct fetch_cache fetch;
285 struct read_cache io_read;
286 struct read_cache mem_read;