Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-omap/
Diommu.c37 static struct kmem_cache *iopte_cachep; variable
495 kmem_cache_free(iopte_cachep, iopte); in iopte_free()
510 iopte = kmem_cache_zalloc(iopte_cachep, GFP_KERNEL); in iopte_alloc()
1085 iopte_cachep = p; in omap_iommu_init()
1093 kmem_cache_destroy(iopte_cachep); in omap_iommu_exit()