Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
282 struct x86_emulate_ctxt { struct283 const struct x86_emulate_ops *ops;286 unsigned long eflags;287 unsigned long eip; /* eip before instruction emulation */289 enum x86emul_mode mode;314 int (*execute)(struct x86_emulate_ctxt *ctxt); argument315 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument321 bool rip_relative;322 u8 rex_prefix;323 u8 lock_prefix;[all …]