Searched refs:kvm_gfn_to_hva_cache_init (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/virt/kvm/ |
D | kvm_main.c | 1453 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() function 1471 EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init); 1480 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa); in kvm_write_guest_cached() 1501 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa); in kvm_read_guest_cached()
|
/linux-3.3/include/linux/ |
D | kvm_host.h | 429 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
/linux-3.3/arch/x86/kvm/ |
D | x86.c | 1451 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa)) in kvm_pv_enable_async_pf() 1591 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.st.stime, in kvm_set_msr_common()
|