Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Ducode.c185 uint64_t platformid; in ucode_intel_match() local
193 platformid = rdmsr(MSR_IA32_PLATFORM_ID); in ucode_intel_match()
194 flags = 1 << ((platformid >> 50) & 0x7); in ucode_intel_match()