Searched defs:ucode_patch (Results 1 – 3 of 3) 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;
10 struct ucode_patch { struct11 struct list_head plist;12 void *data; /* Intel uses only this one */13 unsigned int size;14 u32 patch_id;15 u16 equiv_cpu;
5517 unsigned long long ucode_patch = 0; in process_cpuid() local