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.
208 * the updated address so use that instead. in find_microcode_in_initrd()
534 unsigned int cpu, updated = 0, failed = 0, timedout = 0, siblings = 0; in load_late_stop_cpus() local
565 case UCODE_UPDATED: updated++; break; in load_late_stop_cpus()
574 microcode_ops->finalize_late_load(!updated); in load_late_stop_cpus()
576 if (!updated) { in load_late_stop_cpus()
595 pr_info("load: updated on %u primary CPUs with %u siblings\n", updated, siblings); in load_late_stop_cpus()
598 num_online_cpus() - (updated + siblings)); in load_late_stop_cpus()
603 return updated + siblings == num_online_cpus() ? 0 : -EIO; in load_late_stop_cpus()
647 * and execute arbitrary code. Also MWAIT being updated in setup_cpus()
655 * guaranteed that all cores are updated. in setup_cpus()
829 pr_info_once("Updated early from: 0x%08x\n", early_data.old_rev); in microcode_init()