Searched refs:emulator_write_phys (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | kvm_host.h | 518 int emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa,
|
/arch/x86/kvm/ |
D | x86.c | 2043 int emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa, in emulator_write_phys() function 2074 if (emulator_write_phys(vcpu, gpa, val, bytes)) in emulator_write_emulated_onepage()
|
D | mmu.c | 2901 if (!emulator_write_phys(vcpu, addr, &value, bytes)) in kvm_pv_mmu_write()
|