Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h289 struct x86_emulate_ctxt { struct
290 const struct x86_emulate_ops *ops;
293 unsigned long eflags;
294 unsigned long eip; /* eip before instruction emulation */
296 enum x86emul_mode mode;
321 int (*execute)(struct x86_emulate_ctxt *ctxt); argument
322 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument
328 bool rip_relative;
329 u8 rex_prefix;
330 u8 lock_prefix;
[all …]