Searched refs:x86_emulate_ctxt (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 16 struct x86_emulate_ctxt; 94 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 (*write_std)(struct x86_emulate_ctxt *ctxt, 131 int (*fetch)(struct x86_emulate_ctxt *ctxt, 141 int (*read_emulated)(struct x86_emulate_ctxt *ctxt, 152 int (*write_emulated)(struct x86_emulate_ctxt *ctxt, 165 int (*cmpxchg_emulated)(struct x86_emulate_ctxt *ctxt, 171 void (*invlpg)(struct x86_emulate_ctxt *ctxt, ulong addr); [all …]
|
D | kvm_host.h | 437 struct x86_emulate_ctxt emulate_ctxt; 944 struct x86_emulate_ctxt;
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 212 int (*execute)(struct x86_emulate_ctxt *ctxt); 221 int (*check_perm)(struct x86_emulate_ctxt *ctxt); 260 static ulong reg_read(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_read() 269 static ulong *reg_write(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_write() 276 static ulong *reg_rmw(struct x86_emulate_ctxt *ctxt, unsigned nr) in reg_rmw() 282 static void writeback_registers(struct x86_emulate_ctxt *ctxt) in writeback_registers() 290 static void invalidate_registers(struct x86_emulate_ctxt *ctxt) in invalidate_registers() 309 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)); 436 static int emulator_check_intercept(struct x86_emulate_ctxt *ctxt, in emulator_check_intercept() 481 static inline unsigned long ad_mask(struct x86_emulate_ctxt *ctxt) in ad_mask() [all …]
|
D | x86.h | 155 int kvm_read_guest_virt(struct x86_emulate_ctxt *ctxt, 159 int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt,
|
D | x86.c | 175 static int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt); 4274 static int kvm_fetch_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_fetch_guest_virt() 4300 int kvm_read_guest_virt(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt() 4312 static int kvm_read_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_read_guest_virt_system() 4320 int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt, in kvm_write_guest_virt_system() 4514 static int emulator_read_write(struct x86_emulate_ctxt *ctxt, in emulator_read_write() 4568 static int emulator_read_emulated(struct x86_emulate_ctxt *ctxt, in emulator_read_emulated() 4578 static int emulator_write_emulated(struct x86_emulate_ctxt *ctxt, in emulator_write_emulated() 4598 static int emulator_cmpxchg_emulated(struct x86_emulate_ctxt *ctxt, in emulator_cmpxchg_emulated() 4702 static int emulator_pio_in_emulated(struct x86_emulate_ctxt *ctxt, in emulator_pio_in_emulated() [all …]
|