Searched defs:x86_emulate_ctxt (Results 1 – 1 of 1) sorted by relevance
289 struct x86_emulate_ctxt { struct290 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); argument322 int (*check_perm)(struct x86_emulate_ctxt *ctxt); argument328 bool rip_relative;329 u8 rex_prefix;330 u8 lock_prefix;[all …]