Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/x86/
HDucode.c178 uint64_t platformid; in ucode_intel_match() local
186 platformid = rdmsr(MSR_IA32_PLATFORM_ID); in ucode_intel_match()
187 flags = 1 << ((platformid >> 50) & 0x7); in ucode_intel_match()