Home
last modified time | relevance | path

Searched refs:__kvm_mmu_topup_memory_cache (Results 1 – 2 of 2) sorted by relevance

/linux/virt/kvm/
H A Dkvm_main.c366 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() function
407 return __kvm_mmu_topup_memory_cache(mc, KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE, min); in kvm_mmu_topup_memory_cache()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c6633 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()