Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c383 static struct kmem_cache *kvm_pmd_cache; variable
405 pmd = kmem_cache_alloc(kvm_pmd_cache, GFP_KERNEL); in kvmppc_pmd_alloc()
414 kmem_cache_free(kvm_pmd_cache, pmdp); in kvmppc_pmd_free()
1479 kvm_pmd_cache = kmem_cache_create("kvm-pmd", size, size, 0, pmd_ctor); in kvmppc_radix_init()
1480 if (!kvm_pmd_cache) { in kvmppc_radix_init()
1491 kmem_cache_destroy(kvm_pmd_cache); in kvmppc_radix_exit()