Home
last modified time | relevance | path

Searched defs:ucode_patch (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmicrocode.h10 struct ucode_patch { struct
11 struct list_head plist;
12 void *data; /* Intel uses only this one */
13 unsigned int size;
14 u32 patch_id;
15 u16 equiv_cpu;
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
Damd.c45 struct ucode_patch { struct
46 struct list_head plist;
47 void *data;
48 unsigned int size;
49 u32 patch_id;
50 u16 equiv_cpu;
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
Dturbostat.c5522 unsigned long long ucode_patch = 0; in process_cpuid() local