Searched refs:__kvm_mmu_topup_memory_cache (Results 1 – 4 of 4) sorted by relevance
137 ret = __kvm_mmu_topup_memory_cache(cache, in kvm_mmu_split_huge_pages()
1389 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);
414 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() function448 return __kvm_mmu_topup_memory_cache(mc, KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE, min); in kvm_mmu_topup_memory_cache()
6335 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()