Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
264 struct x86_emulate_ctxt { struct265 const struct x86_emulate_ops *ops;268 unsigned long eflags;269 unsigned long eip; /* eip before instruction emulation */271 enum x86emul_mode mode;296 int (*execute)(struct x86_emulate_ctxt *ctxt); argument297 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument303 bool rip_relative;304 u8 rex_prefix;305 u8 lock_prefix;[all …]