Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h265 struct x86_emulate_ctxt { struct
266 const struct x86_emulate_ops *ops;
269 unsigned long eflags;
270 unsigned long eip; /* eip before instruction emulation */
272 enum x86emul_mode mode;
297 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
298 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
304 bool rip_relative;
305 u8 rex_prefix;
306 u8 lock_prefix;
[all …]