Home
last modified time | relevance | path

Searched refs:vac_cache_size (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/sparc/include/asm/
Dshmparam_32.h6 extern int vac_cache_size;
7 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
Dross.h138 extern int vac_cache_size;
145 for(addr = 0; addr < vac_cache_size; addr += vac_line_size) in hyper_clear_all_tags()
156 for (addr = 0; addr < vac_cache_size; addr += vac_line_size) in hyper_flush_unconditional_combined()
167 for (addr = 0; addr < vac_cache_size; addr += vac_line_size) in hyper_flush_cache_user()
/linux-4.1.27/arch/sparc/mm/
Dhypersparc.S27 sethi %hi(vac_cache_size), %g4
28 ld [%g4 + %lo(vac_cache_size)], %g5
49 sethi %hi(vac_cache_size), %g2
50 ld [%g2 + %lo(vac_cache_size)], %o0
87 sethi %hi(vac_cache_size), %g2
88 ld [%g2 + %lo(vac_cache_size)], %o3
Dsrmmu.c56 int vac_cache_size; variable
1037 vac_cache_size = cache_lines * vac_line_size; in init_vac_layout()
1039 if (vac_cache_size > max_size) in init_vac_layout()
1040 max_size = vac_cache_size; in init_vac_layout()
1057 vac_cache_size = max_size; in init_vac_layout()
1061 (int)vac_cache_size, (int)vac_line_size); in init_vac_layout()
Diommu.c122 iommu->usemap.num_colors = vac_cache_size >> PAGE_SHIFT; in sbus_iommu_init()