Searched defs:x86_emulate_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/ |
D | kvm_emulate.h | 91 struct x86_emulate_ops { struct 92 void (*vm_bugged)(struct x86_emulate_ctxt *ctxt); 98 ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg); 105 void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val); 114 int (*read_std)(struct x86_emulate_ctxt *ctxt, 126 int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr, 137 int (*write_std)(struct x86_emulate_ctxt *ctxt, 147 int (*fetch)(struct x86_emulate_ctxt *ctxt, 157 int (*read_emulated)(struct x86_emulate_ctxt *ctxt, 168 int (*write_emulated)(struct x86_emulate_ctxt *ctxt, [all …]
|