Searched refs:kvm_write_guest_cached (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | kvm_host.h | 1335 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 3449 int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_write_guest_cached() function 3454 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_write_guest_cached);
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 823 kvm_write_guest_cached(vcpu->kvm, ghc, get_shadow_vmcs12(vcpu), in nested_flush_cached_shadow_vmcs12()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 13993 return kvm_write_guest_cached(vcpu->kvm, &vcpu->arch.apf.data, &reason, in apf_put_user_notpresent()
|