Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dkvm_emulate.h91 struct x86_emulate_ops { struct
97 ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg);
104 void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val);
113 int (*read_std)(struct x86_emulate_ctxt *ctxt,
125 int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr,
136 int (*write_std)(struct x86_emulate_ctxt *ctxt,
146 int (*fetch)(struct x86_emulate_ctxt *ctxt,
156 int (*read_emulated)(struct x86_emulate_ctxt *ctxt,
167 int (*write_emulated)(struct x86_emulate_ctxt *ctxt,
180 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,
[all …]