Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
304 struct x86_emulate_ctxt { struct305 void *vcpu;306 const struct x86_emulate_ops *ops;309 unsigned long eflags;310 unsigned long eip; /* eip before instruction emulation */312 enum x86emul_mode mode;315 int interruptibility;339 int (*execute)(struct x86_emulate_ctxt *ctxt); argument342 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument348 bool rip_relative;[all …]