Searched refs:kvm_gfn_to_hva_cache_init (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | lapic.c | 2758 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_lapic_set_vapic_addr() 2858 return kvm_gfn_to_hva_cache_init(vcpu->kvm, ghc, addr, new_len); in kvm_lapic_enable_pv_eoi()
|
| H A D | x86.c | 2051 if (!kvm_gfn_to_hva_cache_init(vcpu->kvm, in kvm_write_system_time() 2975 if (kvm_gfn_to_hva_cache_init(vcpu->kvm, &vcpu->arch.apf.data, gpa, in kvm_pv_enable_async_pf()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kvm_host.h | 777 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 2613 int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_gfn_to_hva_cache_init() function 2619 EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init);
|