Home
last modified time | relevance | path

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

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