Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c585 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()
587 struct ucode_patch *p; in cache_find_patch()
595 static void update_cache(struct ucode_patch *new_patch) in update_cache()
597 struct ucode_patch *p; in update_cache()
620 struct ucode_patch *p, *tmp; in free_cache()
629 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
646 struct ucode_patch *p; in reload_ucode_amd()
668 struct ucode_patch *p; in collect_cpu_info_amd()
691 struct ucode_patch *p; in apply_microcode_amd()
783 struct ucode_patch *patch; in verify_and_add_patch()
[all …]
H A Dintel.c256 static struct ucode_patch *memdup_patch(void *data, unsigned int size) in memdup_patch()
258 struct ucode_patch *p; in memdup_patch()
260 p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL); in memdup_patch()
276 struct ucode_patch *iter, *tmp, *p = NULL; in save_microcode_patch()
618 struct ucode_patch *iter, *tmp; in find_patch()
H A Dinternal.h11 struct ucode_patch { struct
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c5521 unsigned long long ucode_patch = 0; in process_cpuid() local
5550 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
5567 fprintf(outf, " microcode 0x%x", (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF)); in process_cpuid()