Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h237 struct x86_emulate_ctxt { struct
238 struct x86_emulate_ops *ops;
241 unsigned long eflags;
242 unsigned long eip; /* eip before instruction emulation */
244 int mode;
247 int interruptibility;
271 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
272 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
274 u8 modrm;
275 u8 modrm_mod;
[all …]