Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c137 ret = __kvm_mmu_topup_memory_cache(cache, in kvm_mmu_split_huge_pages()
/openbmc/linux/include/linux/
H A Dkvm_host.h1389 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);
/openbmc/linux/virt/kvm/
H A Dkvm_main.c414 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() function
448 return __kvm_mmu_topup_memory_cache(mc, KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE, min); in kvm_mmu_topup_memory_cache()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c6335 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()