Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Damd.c45 struct ucode_patch { struct
725 struct ucode_patch *n, in patch_cpus_equivalent()
749 struct ucode_patch *p; in cache_find_patch()
750 struct ucode_patch n; in cache_find_patch()
764 static inline int patch_newer(struct ucode_patch *p, struct ucode_patch *n) in patch_newer()
784 struct ucode_patch *p; in update_cache()
840 struct ucode_patch *p; in reload_ucode_amd()
858 struct ucode_patch *p; in collect_cpu_info_amd()
879 struct ucode_patch *p; in apply_microcode_amd()
985 struct ucode_patch *patch; in verify_and_add_patch()
[all …]
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c8289 unsigned long long ucode_patch = 0; in process_cpuid() local
8319 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()
8337 fprintf(outf, " microcode 0x%x", (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF)); in process_cpuid()