Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dkvm_emulate.h317 struct x86_emulate_ctxt { struct
318 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); argument
354 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
356 bool rip_relative;
357 u8 rex_prefix;
[all …]