Searched refs:dcache_block_size (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/openrisc/include/asm/
H A Dcpuinfo.h26 u32 dcache_block_size; member in struct:cpuinfo_or1k
/linux-master/arch/openrisc/kernel/
H A Ddma.c39 for (cl = __pa(addr); cl < __pa(next); cl += cpuinfo->dcache_block_size)
108 cl += cpuinfo->dcache_block_size)
114 cl += cpuinfo->dcache_block_size)
H A Dsetup.c119 cpuinfo->dcache_size, cpuinfo->dcache_block_size,
177 cpuinfo->dcache_block_size = 16 << ((dccfgr & SPR_DCCFGR_CBS) >> 7);
179 cache_set_size * cpuinfo->dcache_ways * cpuinfo->dcache_block_size;
325 cpuinfo->dcache_block_size);
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h78 __u32 dcache_block_size; /* L1 d-cache block size */ member in struct:vdso_arch_data
/linux-master/arch/powerpc/kernel/
H A Dvdso.c358 vdso_data->dcache_block_size = ppc64_caches.l1d.block_size;
H A Dasm-offsets.c341 OFFSET(CFG_DCACHE_BLOCKSZ, vdso_arch_data, dcache_block_size);

Completed in 174 milliseconds