Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
265 struct x86_emulate_ctxt { struct266 const struct x86_emulate_ops *ops;269 unsigned long eflags;270 unsigned long eip; /* eip before instruction emulation */272 enum x86emul_mode mode;297 int (*execute)(struct x86_emulate_ctxt *ctxt); argument298 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument304 bool rip_relative;305 u8 rex_prefix;306 u8 lock_prefix;[all …]