Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c6191 kvm->arch.split_desc_cache.kmem_cache = pte_list_desc_cache; in kvm_mmu_init_vm()
6192 kvm->arch.split_desc_cache.gfp_zero = __GFP_ZERO; in kvm_mmu_init_vm()
6197 kvm_mmu_free_memory_cache(&kvm->arch.split_desc_cache); in mmu_free_vm_memory_caches()
6309 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6335 r = __kvm_mmu_topup_memory_cache(&kvm->arch.split_desc_cache, capacity, in topup_split_caches()
6379 struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache; in shadow_mmu_split_huge_page()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1464 struct kvm_mmu_memory_cache split_desc_cache; member