Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/kvm/
Dkvm_emulate.h303 struct x86_emulate_ctxt { struct
304 void *vcpu;
305 const struct x86_emulate_ops *ops;
308 unsigned long eflags;
309 unsigned long eip; /* eip before instruction emulation */
311 enum x86emul_mode mode;
314 int interruptibility;
338 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
341 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
347 bool rip_relative;
[all …]