Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsmp.h138 extern bool thread_group_shares_l3;
193 #define thread_group_shares_l3 0 macro
/linux/arch/powerpc/kernel/
H A Dcacheinfo.c472 else if (thread_group_shares_l3 && level == 3) in get_group_id()