Searched refs:kvm_gfn_to_hva_cache_init (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 1628 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() function 1663 EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init); 1674 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); in kvm_write_guest_cached() 1700 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); in kvm_read_guest_cached()
|
/linux-4.1.27/arch/x86/kvm/ |
D | lapic.c | 1948 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_lapic_set_vapic_addr() 2042 return kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.pv_eoi.data, in kvm_lapic_enable_pv_eoi()
|
D | x86.c | 2091 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa, in kvm_pv_enable_async_pf() 2235 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_set_msr_common() 2256 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.st.stime, in kvm_set_msr_common()
|
/linux-4.1.27/include/linux/ |
D | kvm_host.h | 578 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|