Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
317 struct x86_emulate_ctxt { struct318 void *vcpu;319 const struct x86_emulate_ops *ops;322 unsigned long eflags;323 unsigned long eip; /* eip before instruction emulation */325 enum x86emul_mode mode;351 int (*execute)(struct x86_emulate_ctxt *ctxt); argument354 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument356 bool rip_relative;357 u8 rex_prefix;[all …]