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

/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c40 struct ucode_patch { struct
551 static struct ucode_patch *cache_find_patch(u16 equiv_cpu)
553 struct ucode_patch *p;
561 static void update_cache(struct ucode_patch *new_patch)
563 struct ucode_patch *p;
586 struct ucode_patch *p, *tmp;
595 static struct ucode_patch *find_patch(unsigned int cpu)
611 struct ucode_patch *p;
631 struct ucode_patch *p;
652 struct ucode_patch *
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6736 unsigned long long ucode_patch = 0; local
6766 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch))
6784 fprintf(outf, " microcode 0x%x", (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF));

Completed in 83 milliseconds