Searched refs:ht_mask (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.c436 uint8_t ht_mask = (1 << ht_shift) - 1; local
442 ti->hyperthread = local_apic_id & ht_mask;
H A Dcpuid_intel.c593 uint8_t ht_mask = (1 << ht_shift) - 1; local
599 ti->hyperthread = apic_id & ht_mask;

Completed in 42 milliseconds