Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dkvm_emulate.h301 struct x86_emulate_ctxt { struct
302 void *vcpu;
303 const struct x86_emulate_ops *ops;
306 unsigned long eflags;
307 unsigned long eip; /* eip before instruction emulation */
309 enum x86emul_mode mode;
335 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
338 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
344 bool rip_relative;
345 u8 rex_prefix;
[all …]