Home
last modified time | relevance | path

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

/linux-4.4.14/arch/openrisc/kernel/
Ddma.c46 for (cl = __pa(addr); cl < __pa(next); cl += cpuinfo.dcache_block_size) in page_set_nocache()
149 cl += cpuinfo.dcache_block_size) in or1k_map_page()
155 cl += cpuinfo.dcache_block_size) in or1k_map_page()
216 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_cpu()
229 for (cl = addr; cl < addr + size; cl += cpuinfo.dcache_block_size) in or1k_sync_single_for_device()
Dsetup.c131 cpuinfo.dcache_size, cpuinfo.dcache_block_size, 1); in print_cpuinfo()
185 cpuinfo.dcache_block_size = 16 << ((dccfgr & SPR_DCCFGR_CBS) >> 7); in setup_cpuinfo()
187 cache_set_size * cache_ways * cpuinfo.dcache_block_size; in setup_cpuinfo()
347 cpuinfo.dcache_block_size, in show_cpuinfo()
/linux-4.4.14/arch/powerpc/include/asm/
Dvdso_datapage.h81 __u32 dcache_block_size; /* L1 d-cache block size */ member
111 __u32 dcache_block_size; /* L1 d-cache block size */ member
/linux-4.4.14/arch/openrisc/include/asm/
Dcpuinfo.h29 u32 dcache_block_size; member
/linux-4.4.14/arch/powerpc/kernel/
Dvdso.c743 vdso_data->dcache_block_size = ppc64_caches.dline_size; in vdso_init()
754 vdso_data->dcache_block_size = L1_CACHE_BYTES; in vdso_init()
Dasm-offsets.c399 DEFINE(CFG_DCACHE_BLOCKSZ, offsetof(struct vdso_data, dcache_block_size)); in main()