Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/
A Dcommon.c267 static inline u32 _phys_pkg_id(u32 cpuid_apic, int index_msb) in _phys_pkg_id() argument
269 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() argument
281 return _phys_pkg_id(get_apic_id(), index_msb); in phys_pkg_id()
632 int index_msb, core_bits; in detect_ht() local
645 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