Searched defs:x86_emulate_ops (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | kvm_emulate.h | 88 struct x86_emulate_ops {  struct94 	ulong (*read_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg);
 101 	void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val);
 109 	int (*read_std)(struct x86_emulate_ctxt *ctxt,
 121 	int (*read_phys)(struct x86_emulate_ctxt *ctxt, unsigned long addr,
 131 	int (*write_std)(struct x86_emulate_ctxt *ctxt,
 141 	int (*fetch)(struct x86_emulate_ctxt *ctxt,
 151 	int (*read_emulated)(struct x86_emulate_ctxt *ctxt,
 162 	int (*write_emulated)(struct x86_emulate_ctxt *ctxt,
 175 	int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt,
 [all …]
 
 |