Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsmp.h137 extern bool thread_group_shares_l2;
192 #define thread_group_shares_l2 0 macro
/linux/arch/powerpc/kernel/
H A Dsmp.c83 bool thread_group_shares_l2 __ro_after_init;
1086 thread_group_shares_l2 = true; in init_big_cores()
1424 if (thread_group_shares_l2) { in update_mask_by_l2()
H A Dcacheinfo.c468 else if (thread_group_shares_l2 && level == 2) in get_group_id()