Searched refs:ucode_patch (Results 1 – 4 of 4) sorted by relevance
591 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()593 struct ucode_patch *p; in cache_find_patch()601 static void update_cache(struct ucode_patch *new_patch) in update_cache()603 struct ucode_patch *p; in update_cache()626 struct ucode_patch *p, *tmp; in free_cache()635 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()650 struct ucode_patch *p; in collect_cpu_info_amd()673 struct ucode_patch *p; in apply_microcode_amd()765 struct ucode_patch *patch; in verify_and_add_patch()839 struct ucode_patch *p; in load_microcode_amd()
103 static struct ucode_patch *memdup_patch(void *data, unsigned int size) in memdup_patch()105 struct ucode_patch *p; in memdup_patch()107 p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL); in memdup_patch()123 struct ucode_patch *iter, *tmp, *p = NULL; in save_microcode_patch()382 struct ucode_patch *p; in show_saved_mc()684 struct ucode_patch *iter, *tmp; in find_patch()
9 struct ucode_patch { struct
5272 unsigned long long ucode_patch = 0; in process_cpuid() local5300 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()5314 (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF)); in process_cpuid()