Home
last modified time | relevance | path

Searched refs:thread_group_shares_l3 (Results 1 – 3 of 3) 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 Dsmp.c84 bool thread_group_shares_l3 __ro_after_init;
1084 thread_group_shares_l3 = true; in init_big_cores()
H A Dcacheinfo.c471 else if (thread_group_shares_l3 && level == 3) in get_group_id()