Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
320 struct x86_emulate_ctxt { struct321 void *vcpu;322 const struct x86_emulate_ops *ops;325 unsigned long eflags;326 unsigned long eip; /* eip before instruction emulation */328 enum x86emul_mode mode;354 int (*execute)(struct x86_emulate_ctxt *ctxt); argument357 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument359 bool rip_relative;360 u8 rex_prefix;[all …]