Lines Matching full:updated
71 * updated at any particular moment of time.
76 * Those patch levels cannot be updated to newer ones and thus should be final.
264 * the updated address so use that instead. in find_microcode_in_initrd()
590 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local
632 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus()
641 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus()
643 if (!updated) { in load_late_stop_cpus()
662 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus()
665 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus()
670 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
714 * and execute arbitrary code. Also MWAIT being updated in setup_cpus()
722 * guaranteed that all cores are updated. in setup_cpus()
907 pr_info_once("Updated early from: 0x%08x\n", early_data.old_rev); in microcode_init()