Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c6112 kvm->arch.split_desc_cache.kmem_cache = pte_list_desc_cache; in kvm_mmu_init_vm()
6113 kvm->arch.split_desc_cache.gfp_zero = __GFP_ZERO; in kvm_mmu_init_vm()
6120 kvm_mmu_free_memory_cache(&kvm->arch.split_desc_cache); in mmu_free_vm_memory_caches()
6241 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6267 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()
6311 struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache; in shadow_mmu_split_huge_page()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h1464 struct kvm_mmu_memory_cache split_desc_cache; member

Completed in 23 milliseconds