Lines Matching refs:ucode_patch
41 struct ucode_patch { struct
631 static inline bool patch_cpus_equivalent(struct ucode_patch *p, in patch_cpus_equivalent()
632 struct ucode_patch *n, in patch_cpus_equivalent()
654 static struct ucode_patch *cache_find_patch(struct ucode_cpu_info *uci, u16 equiv_cpu) in cache_find_patch()
656 struct ucode_patch *p; in cache_find_patch()
657 struct ucode_patch n; in cache_find_patch()
671 static inline int patch_newer(struct ucode_patch *p, struct ucode_patch *n) in patch_newer()
689 static void update_cache(struct ucode_patch *new_patch) in update_cache()
691 struct ucode_patch *p; in update_cache()
718 struct ucode_patch *p, *tmp; in free_cache()
727 static struct ucode_patch *find_patch(unsigned int cpu) in find_patch()
752 struct ucode_patch *p; in reload_ucode_amd()
772 struct ucode_patch *p; in collect_cpu_info_amd()
793 struct ucode_patch *p; in apply_microcode_amd()
899 struct ucode_patch *patch; in verify_and_add_patch()
990 struct ucode_patch *p; in load_microcode_amd()