Searched refs:mmu_memory_cache_alloc (Results 1 – 3 of 3) sorted by relevance
51 static void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in mmu_memory_cache_alloc() function154 new_pmd = mmu_memory_cache_alloc(cache); in kvm_mips_walk_pgd()165 new_pte = mmu_memory_cache_alloc(cache); in kvm_mips_walk_pgd()
146 static void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in mmu_memory_cache_alloc() function1021 pud = mmu_memory_cache_alloc(cache); in stage2_get_pud()1042 pmd = mmu_memory_cache_alloc(cache); in stage2_get_pmd()1248 pmd = mmu_memory_cache_alloc(cache); in stage2_set_pte()1273 pte = mmu_memory_cache_alloc(cache); in stage2_set_pte()
1131 static void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in mmu_memory_cache_alloc() function1142 return mmu_memory_cache_alloc(&vcpu->arch.mmu_pte_list_desc_cache); in mmu_alloc_pte_list_desc()2177 sp = mmu_memory_cache_alloc(&vcpu->arch.mmu_page_header_cache); in kvm_mmu_alloc_page()2178 sp->spt = mmu_memory_cache_alloc(&vcpu->arch.mmu_page_cache); in kvm_mmu_alloc_page()2180 sp->gfns = mmu_memory_cache_alloc(&vcpu->arch.mmu_page_cache); in kvm_mmu_alloc_page()