Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c45 struct ucode_patch { struct
822 static inline bool patch_cpus_equivalent(struct ucode_patch *p, in patch_cpus_equivalent()
823 struct ucode_patch *n, in patch_cpus_equivalent()
845 static struct ucode_patch *cache_find_patch(struct ucode_cpu_info *uci, u16 equiv_cpu) in cache_find_patch()
847 struct ucode_patch *p; in cache_find_patch()
848 struct ucode_patch n; in cache_find_patch()
860 static inline int patch_newer(struct ucode_patch *p, struct ucode_patch *n) in patch_newer()
878 static void update_cache(struct ucode_patch *new_patch) in update_cache()
880 struct ucode_patch * in update_cache()
46 plistucode_patch global() argument
47 dataucode_patch global() argument
48 sizeucode_patch global() argument
49 patch_iducode_patch global() argument
50 equiv_cpuucode_patch global() argument
[all...]
/linux/tools/power/x86/turbostat/
H A Dturbostat.c8779 unsigned long long ucode_patch = 0; in process_cpuid() local
8808 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
8825 fprintf(outf, " microcode 0x%x", (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF)); in process_cpuid()