Searched defs:x86_emulate_ops (Results 1 – 1 of 1) sorted by relevance
97 struct x86_emulate_ops { struct98 void (*vm_bugged)(struct x86_emulate_ctxt *ctxt);104 ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg);111 void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val);120 int (*read_std)(struct x86_emulate_ctxt *ctxt,133 int (*write_std)(struct x86_emulate_ctxt *ctxt,143 int (*fetch)(struct x86_emulate_ctxt *ctxt,153 int (*read_emulated)(struct x86_emulate_ctxt *ctxt,164 int (*write_emulated)(struct x86_emulate_ctxt *ctxt,177 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,[all …]