Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
309 struct x86_emulate_ctxt { struct310 void *vcpu;311 const struct x86_emulate_ops *ops;314 unsigned long eflags;315 unsigned long eip; /* eip before instruction emulation */317 enum x86emul_mode mode;343 int (*execute)(struct x86_emulate_ctxt *ctxt); argument346 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument348 bool rip_relative;349 u8 rex_prefix;[all …]