Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c358 static struct kmem_cache *kvm_pte_cache; variable
365 pte = kmem_cache_alloc(kvm_pte_cache, GFP_KERNEL); in kvmppc_pte_alloc()
374 kmem_cache_free(kvm_pte_cache, ptep); in kvmppc_pte_free()
1444 kvm_pte_cache = kmem_cache_create("kvm-pte", size, size, 0, pte_ctor); in kvmppc_radix_init()
1445 if (!kvm_pte_cache) in kvmppc_radix_init()
1452 kmem_cache_destroy(kvm_pte_cache); in kvmppc_radix_init()
1461 kmem_cache_destroy(kvm_pte_cache); in kvmppc_radix_exit()