Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/
Dtopology.c26 #define LEVEL_MAX_SIBLINGS(ebx) ((ebx) & 0xffff) macro
82 smp_num_siblings = max_t(int, smp_num_siblings, LEVEL_MAX_SIBLINGS(ebx)); in detect_extended_topology_early()
112 core_level_siblings = LEVEL_MAX_SIBLINGS(ebx); in detect_extended_topology()
113 smp_num_siblings = max_t(int, smp_num_siblings, LEVEL_MAX_SIBLINGS(ebx)); in detect_extended_topology()
115 die_level_siblings = LEVEL_MAX_SIBLINGS(ebx); in detect_extended_topology()
126 core_level_siblings = LEVEL_MAX_SIBLINGS(ebx); in detect_extended_topology()
133 die_level_siblings = LEVEL_MAX_SIBLINGS(ebx); in detect_extended_topology()