Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dmicrocode.h9 struct ucode_patch { struct
10 struct list_head plist;
11 void *data; /* Intel uses only this one */
12 unsigned int size;
13 u32 patch_id;
14 u16 equiv_cpu;
/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c5517 unsigned long long ucode_patch = 0; in process_cpuid() local