Searched refs:dcache_block_size (Results 1 – 6 of 6) sorted by relevance
46 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()
131 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()
81 __u32 dcache_block_size; /* L1 d-cache block size */ member111 __u32 dcache_block_size; /* L1 d-cache block size */ member
29 u32 dcache_block_size; member
764 vdso_data->dcache_block_size = ppc64_caches.dline_size; in vdso_init()775 vdso_data->dcache_block_size = L1_CACHE_BYTES; in vdso_init()
400 DEFINE(CFG_DCACHE_BLOCKSZ, offsetof(struct vdso_data, dcache_block_size)); in main()