Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
285 struct x86_emulate_ctxt { struct286 const struct x86_emulate_ops *ops;289 unsigned long eflags;290 unsigned long eip; /* eip before instruction emulation */292 enum x86emul_mode mode;317 int (*execute)(struct x86_emulate_ctxt *ctxt); argument318 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument324 bool rip_relative;325 u8 rex_prefix;326 u8 lock_prefix;[all …]