Searched refs:index_msb (Results 1 – 1 of 1) sorted by relevance
267 static inline u32 _phys_pkg_id(u32 cpuid_apic, int index_msb) in _phys_pkg_id() argument269 return cpuid_apic >> index_msb; in _phys_pkg_id()279 static inline u32 phys_pkg_id(u32 cpuid_apic, int index_msb) in phys_pkg_id() argument281 return _phys_pkg_id(get_apic_id(), index_msb); in phys_pkg_id()632 int index_msb, core_bits; in detect_ht() local645 index_msb = get_count_order(c->x86_num_siblings); in detect_ht()646 c->phys_proc_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb); in detect_ht()654 index_msb = get_count_order(c->x86_num_siblings) ; in detect_ht()658 c->cpu_core_id = phys_pkg_id((ebx >> 24) & 0xFF, index_msb) & in detect_ht()
Completed in 4 milliseconds