Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dsmp.c943 static int __init init_thread_group_cache_map(int cpu, int cache_property) in init_thread_group_cache_map() argument
950 if (cache_property != THREAD_GROUP_SHARE_L1 && in init_thread_group_cache_map()
951 cache_property != THREAD_GROUP_SHARE_L2_L3) in init_thread_group_cache_map()
954 tg = get_thread_groups(cpu, cache_property, &err); in init_thread_group_cache_map()
966 if (cache_property == THREAD_GROUP_SHARE_L1) { in init_thread_group_cache_map()
970 else if (cache_property == THREAD_GROUP_SHARE_L2_L3) { in init_thread_group_cache_map()