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.h320 struct x86_emulate_ctxt { struct
321 void *vcpu;
322 const struct x86_emulate_ops *ops;
325 unsigned long eflags;
326 unsigned long eip; /* eip before instruction emulation */
328 enum x86emul_mode mode;
354 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
357 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
359 bool rip_relative;
360 u8 rex_prefix;
[all …]