Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
291 struct x86_emulate_ctxt { struct292 const struct x86_emulate_ops *ops;295 unsigned long eflags;296 unsigned long eip; /* eip before instruction emulation */298 enum x86emul_mode mode;323 int (*execute)(struct x86_emulate_ctxt *ctxt); argument324 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument330 bool rip_relative;331 u8 rex_prefix;332 u8 lock_prefix;[all …]