Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
307 struct x86_emulate_ctxt { struct308 void *vcpu;309 const struct x86_emulate_ops *ops;312 unsigned long eflags;313 unsigned long eip; /* eip before instruction emulation */315 enum x86emul_mode mode;341 int (*execute)(struct x86_emulate_ctxt *ctxt); argument344 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument346 bool rip_relative;347 u8 rex_prefix;[all …]