Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
236 struct x86_emulate_ctxt { struct237 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); argument271 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument273 u8 modrm;274 u8 modrm_mod;[all …]