Lines Matching refs:ucode_patch
41 struct ucode_patch { struct
73 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()
75 struct ucode_patch *p; in cache_find_patch()
83 static void update_cache(struct ucode_patch *new_patch) in update_cache()
85 struct ucode_patch *p; in update_cache()
105 struct ucode_patch *p, *tmp; in free_cache()
114 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
129 struct ucode_patch *p; in collect_cpu_info_amd()
199 struct ucode_patch *p; in apply_microcode_amd()
282 struct ucode_patch *patch; in verify_and_add_patch()
393 struct ucode_patch *p = find_patch(cpu); in load_microcode_amd()