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