Lines Matching refs:ucode_patch
42 struct ucode_patch { struct
503 static struct ucode_patch *cache_find_patch(u16 equiv_cpu) in cache_find_patch()
505 struct ucode_patch *p; in cache_find_patch()
513 static void update_cache(struct ucode_patch *new_patch) in update_cache()
515 struct ucode_patch *p; in update_cache()
535 struct ucode_patch *p, *tmp; in free_cache()
544 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
559 struct ucode_patch *p; in collect_cpu_info_amd()
680 struct ucode_patch *p; in apply_microcode_amd()
768 struct ucode_patch *patch; in verify_and_add_patch()
880 struct ucode_patch *p = find_patch(0); in load_microcode_amd()