Searched defs:x86_emulate_ops (Results 1 – 1 of 1) sorted by relevance
105 struct x86_emulate_ops { struct106 void (*vm_bugged)(struct x86_emulate_ctxt *ctxt);112 ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg);119 void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val);128 int (*read_std)(struct x86_emulate_ctxt *ctxt,141 int (*write_std)(struct x86_emulate_ctxt *ctxt,151 int (*fetch)(struct x86_emulate_ctxt *ctxt,161 int (*read_emulated)(struct x86_emulate_ctxt *ctxt,172 int (*write_emulated)(struct x86_emulate_ctxt *ctxt,185 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,[all …]