Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h282 struct x86_emulate_ctxt { struct
283 const struct x86_emulate_ops *ops;
286 unsigned long eflags;
287 unsigned long eip; /* eip before instruction emulation */
289 enum x86emul_mode mode;
314 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
315 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
321 bool rip_relative;
322 u8 rex_prefix;
323 u8 lock_prefix;
[all …]