Lines Matching full:updated
59 * updated at any particular moment of time.
64 * Those patch levels cannot be updated to newer ones and thus should be final.
218 * the updated address so use that instead. in find_microcode_in_initrd()
544 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local
575 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus()
584 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus()
586 if (!updated) { in load_late_stop_cpus()
605 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus()
608 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus()
613 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
657 * and execute arbitrary code. Also MWAIT being updated in setup_cpus()
665 * guaranteed that all cores are updated. in setup_cpus()
839 pr_info_once("Updated early from: 0x%08x\n", early_data.old_rev); in microcode_init()