Home
last modified time | relevance | path

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

/arch/metag/kernel/
Dcachepart.c97 int thread_cache_size; in check_for_cache_aliasing() local
100 thread_cache_size = in check_for_cache_aliasing()
102 if (thread_cache_size < 0) in check_for_cache_aliasing()
105 else if (thread_cache_size == 0) in check_for_cache_aliasing()
108 if (thread_cache_size / CACHE_ASSOCIATIVITY > PAGE_SIZE) { in check_for_cache_aliasing()
117 thread_cache_size); in check_for_cache_aliasing()