Searched refs:ucode_patch (Results 1 – 4 of 4) sorted by relevance
607 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()609 struct ucode_patch *p; in cache_find_patch()617 static void update_cache(struct ucode_patch *new_patch) in update_cache()619 struct ucode_patch *p; in update_cache()642 struct ucode_patch *p, *tmp; in free_cache()651 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()666 struct ucode_patch *p; in collect_cpu_info_amd()689 struct ucode_patch *p; in apply_microcode_amd()781 struct ucode_patch *patch; in verify_and_add_patch()856 struct ucode_patch *p; in load_microcode_amd()
89 static struct ucode_patch *memdup_patch(void *data, unsigned int size) in memdup_patch()91 struct ucode_patch *p; in memdup_patch()93 p = kzalloc(sizeof(struct ucode_patch), GFP_KERNEL); in memdup_patch()109 struct ucode_patch *iter, *tmp, *p = NULL; in save_microcode_patch()337 struct ucode_patch *p; in show_saved_mc()640 struct ucode_patch *iter, *tmp; in find_patch()
9 struct ucode_patch { struct
5517 unsigned long long ucode_patch = 0; in process_cpuid() local5545 if (get_msr(sched_getcpu(), MSR_IA32_UCODE_REV, &ucode_patch)) in process_cpuid()5559 (unsigned int)((ucode_patch >> 32) & 0xFFFFFFFF)); in process_cpuid()