Home
last modified time | relevance | path

Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dkvm_emulate.h321 struct x86_emulate_ctxt { struct
322 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); argument
358 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
360 bool rip_relative;
361 u8 rex_prefix;
[all …]