Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/microcode/
Damd.c45 u32 patch_id; member
247 if (eq_id == mc->hdr.processor_rev_id && rev < mc->hdr.patch_id) { in apply_ucode_in_initrd()
250 rev = mc->hdr.patch_id; in apply_ucode_in_initrd()
322 if (mc->hdr.patch_id && mc->hdr.processor_rev_id) { in load_ucode_amd_ap()
384 if (mc && rev < mc->hdr.patch_id) { in load_ucode_amd_ap()
386 ucode_new_rev = mc->hdr.patch_id; in load_ucode_amd_ap()
472 if (mc && rev < mc->hdr.patch_id) { in reload_ucode_amd()
474 ucode_new_rev = mc->hdr.patch_id; in reload_ucode_amd()
519 if (p->patch_id >= new_patch->patch_id) in update_cache()
569 if (p && (p->patch_id == csig->rev)) in collect_cpu_info_amd()
[all …]
/arch/x86/include/asm/
Dmicrocode_amd.h23 u32 patch_id; member