Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/include/asm/
Dkvm_emulate.h236 struct x86_emulate_ctxt { struct
237 struct x86_emulate_ops *ops;
240 unsigned long eflags;
241 unsigned long eip; /* eip before instruction emulation */
243 int mode;
246 int interruptibility;
270 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
271 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
273 u8 modrm;
274 u8 modrm_mod;
[all …]