Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
301 struct x86_emulate_ctxt { struct302 void *vcpu;303 const struct x86_emulate_ops *ops;306 unsigned long eflags;307 unsigned long eip; /* eip before instruction emulation */309 enum x86emul_mode mode;335 int (*execute)(struct x86_emulate_ctxt *ctxt); argument338 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument344 bool rip_relative;345 u8 rex_prefix;[all …]