Searched refs:kvm_mmu_pte_write (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 1007 void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa,
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 4395 kvm_mmu_pte_write(vcpu, gpa, val, bytes); in emulator_write_phys() 4653 kvm_mmu_pte_write(vcpu, gpa, new, bytes); in emulator_cmpxchg_emulated()
|
D | mmu.c | 4164 void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, in kvm_mmu_pte_write() function
|