Searched refs:cache_lines (Results 1 – 2 of 2) sorted by relevance
51 unsigned int cache_lines = (1 + ((size + offset) / L1_CACHE_BYTES)); in uds_prefetch_range() local53 while (cache_lines-- > 0) { in uds_prefetch_range()
1022 int cache_lines; in init_vac_layout() local1039 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()1040 if (cache_lines == -1) { in init_vac_layout()1045 vac_cache_size = cache_lines * vac_line_size; in init_vac_layout()