Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dkvm_emulate.h91 struct x86_emulate_ops { struct
113 int (*read_std)(struct x86_emulate_ctxt *ctxt,
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,
208 int (*cpl)(struct x86_emulate_ctxt *ctxt);
211 u64 (*get_smbase)(struct x86_emulate_ctxt *ctxt);
217 void (*halt)(struct x86_emulate_ctxt *ctxt);
218 void (*wbinvd)(struct x86_emulate_ctxt *ctxt);
220 int (*intercept)(struct x86_emulate_ctxt *ctxt,
[all …]

Completed in 6 milliseconds