Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
321 struct x86_emulate_ctxt { struct322 void *vcpu;323 const struct x86_emulate_ops *ops;326 unsigned long eflags;327 unsigned long eip; /* eip before instruction emulation */329 enum x86emul_mode mode;355 int (*execute)(struct x86_emulate_ctxt *ctxt); argument358 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument360 bool rip_relative;361 u8 rex_prefix;[all …]