Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
298 struct x86_emulate_ctxt { struct299 void *vcpu;300 const struct x86_emulate_ops *ops;303 unsigned long eflags;304 unsigned long eip; /* eip before instruction emulation */306 enum x86emul_mode mode;332 int (*execute)(struct x86_emulate_ctxt *ctxt); argument335 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument337 bool rip_relative;338 u8 rex_prefix;[all …]