Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c147 static union cpuid_1_eax ucode_rev_to_cpuid(unsigned int val) in ucode_rev_to_cpuid() function
376 return ucode_rev_to_cpuid(mc->hdr.patch_id).full == bsp_cpuid_1_eax; in mc_patch_matches()
622 union cpuid_1_eax p_cid = ucode_rev_to_cpuid(p->patch_id); in patch_cpus_equivalent()
623 union cpuid_1_eax n_cid = ucode_rev_to_cpuid(n->patch_id); in patch_cpus_equivalent()