Searched refs:kvm_gfn_to_hva_cache_init (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 1811 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() function 1846 EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init); 1857 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); in kvm_write_guest_cached() 1883 kvm_gfn_to_hva_cache_init(kvm, ghc, ghc->gpa, ghc->len); in kvm_read_guest_cached()
|
/linux-4.4.14/arch/x86/kvm/ |
D | lapic.c | 2044 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_lapic_set_vapic_addr() 2138 return kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.pv_eoi.data, in kvm_lapic_enable_pv_eoi()
|
D | x86.c | 1982 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa, in kvm_pv_enable_async_pf() 2131 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_set_msr_common() 2152 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.st.stime, in kvm_set_msr_common()
|
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 632 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|