Home
last modified time | relevance | path

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

/arch/openrisc/kernel/
Ddma.c45 for (cl = __pa(addr); cl < __pa(next); cl += cpuinfo.dcache_block_size) in page_set_nocache()
151 cl += cpuinfo.dcache_block_size) in or1k_map_page()
157 cl += cpuinfo.dcache_block_size) in or1k_map_page()
218 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_cpu()
231 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_device()
Dsetup.c120 cpuinfo.dcache_size, cpuinfo.dcache_block_size, in print_cpuinfo()
176 cpuinfo.dcache_block_size = 16 << ((dccfgr & SPR_DCCFGR_CBS) >> 7); in setup_cpuinfo()
178 cache_set_size * cpuinfo.dcache_ways * cpuinfo.dcache_block_size; in setup_cpuinfo()
329 cpuinfo.dcache_block_size, in show_cpuinfo()
/arch/powerpc/include/asm/
Dvdso_datapage.h81 __u32 dcache_block_size; /* L1 d-cache block size */ member
113 __u32 dcache_block_size; /* L1 d-cache block size */ member
/arch/openrisc/include/asm/
Dcpuinfo.h30 u32 dcache_block_size; member
/arch/powerpc/kernel/
Dvdso.c743 vdso_data->dcache_block_size = ppc64_caches.l1d.block_size; in vdso_init()
754 vdso_data->dcache_block_size = L1_CACHE_BYTES; in vdso_init()
Dasm-offsets.c378 OFFSET(CFG_DCACHE_BLOCKSZ, vdso_data, dcache_block_size); in main()