Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/mm/
Dl2cache.c19 REG_WR(l2cache, regi_l2cache, rw_ctrl, ctrl); in l2cache_init()
25 REG_WR(l2cache, regi_l2cache, rw_cfg, cfg); in l2cache_init()
DMakefile4 obj-$(CONFIG_ETRAX_L2CACHE) += l2cache.o
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dmarb_bar_defs.h217 unsigned int l2cache : 1; member
233 unsigned int l2cache : 1; member
248 unsigned int l2cache : 1; member
403 unsigned int l2cache : 1; member
445 unsigned int l2cache : 1; member
460 unsigned int l2cache : 1; member
/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c49 static struct kmem_cache *l1cache, *l2cache; variable
122 pgtable_free(&sh_domain->l2[i], l2cache, L2_SIZE); in shmobile_iommu_domain_free()
194 ret = pgtable_alloc(&sh_domain->l2[l1index], l2cache, L2_SIZE); in l2alloc()
206 pgtable_free(l2, l2cache, L2_SIZE); in l2realfree()
385 l2cache = kmem_cache_create("shmobile-iommu-pgtable2", L2_SIZE, in ipmmu_iommu_init()
387 if (!l2cache) { in ipmmu_iommu_init()
394 kmem_cache_destroy(l2cache); in ipmmu_iommu_init()
/linux-4.4.14/arch/metag/mm/
DMakefile18 obj-$(CONFIG_METAG_L2C) += l2cache.o
/linux-4.4.14/arch/arm/mach-omap2/
Dsoc.h516 OMAP3_HAS_FEATURE(l2cache, L2CACHE)
Did.c249 OMAP3_SHOW_FEATURE(l2cache); in omap3_cpuinfo()