Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dmmu.c137 ret = __kvm_mmu_topup_memory_cache(cache, in kvm_mmu_split_huge_pages()
/linux-6.12.1/include/linux/
Dkvm_host.h1453 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);
/linux-6.12.1/virt/kvm/
Dkvm_main.c405 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() function
446 return __kvm_mmu_topup_memory_cache(mc, KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE, min); in kvm_mmu_topup_memory_cache()
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c6697 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()