Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/
Dkvm_emulate.h102 struct x86_emulate_ops { struct
103 void (*vm_bugged)(struct x86_emulate_ctxt *ctxt);
109 ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg);
116 void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val);
125 int (*read_std)(struct x86_emulate_ctxt *ctxt,
138 int (*write_std)(struct x86_emulate_ctxt *ctxt,
148 int (*fetch)(struct x86_emulate_ctxt *ctxt,
158 int (*read_emulated)(struct x86_emulate_ctxt *ctxt,
169 int (*write_emulated)(struct x86_emulate_ctxt *ctxt,
182 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,
[all …]