Searched defs:x86_emulate_ops (Results 1 – 1 of 1) sorted by relevance
87 struct x86_emulate_ops { struct95 int (*read_std)(struct x86_emulate_ctxt *ctxt,107 int (*write_std)(struct x86_emulate_ctxt *ctxt,117 int (*fetch)(struct x86_emulate_ctxt *ctxt,127 int (*read_emulated)(struct x86_emulate_ctxt *ctxt,138 int (*write_emulated)(struct x86_emulate_ctxt *ctxt,151 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,157 void (*invlpg)(struct x86_emulate_ctxt *ctxt, ulong addr);159 int (*pio_in_emulated)(struct x86_emulate_ctxt *ctxt,163 int (*pio_out_emulated)(struct x86_emulate_ctxt *ctxt,[all …]