Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/include/asm/
Dsmp.h117 extern struct cpumask cpu_cacheable_map;
118 #define cpu_cacheable(cpu) cpumask_test_cpu((cpu), &cpu_cacheable_map)
/linux-2.6.39/arch/tile/kernel/
Dsetup.c1105 struct cpumask __write_once cpu_cacheable_map; variable
1106 EXPORT_SYMBOL(cpu_cacheable_map);
1143 sizeof(cpu_cacheable_map)); in setup_cpu_maps()
1194 cpumask_or(&cpu_cacheable_map, &cpu_possible_map, &hash_for_home_map); in setup_cpu_maps()
1196 cpu_cacheable_map = cpu_possible_map; in setup_cpu_maps()
/linux-2.6.39/arch/tile/mm/
Dhomecache.c407 flush_remote(0, HV_FLUSH_EVICT_L2, &cpu_cacheable_map, in homecache_change_page_home()
Dinit.c1054 homecache_evict(&cpu_cacheable_map); in free_initmem()