Searched defs:ucode_patch (Results 1 – 2 of 2) sorted by relevance
9 struct ucode_patch { struct10 struct list_head plist;11 void *data; /* Intel uses only this one */12 unsigned int size;13 u32 patch_id;14 u16 equiv_cpu;
5517 unsigned long long ucode_patch = 0; in process_cpuid() local