Searched refs:orev (Results 1 – 1 of 1) sorted by relevance
115 uint64_t nrev, orev; in ucode_intel_load() local118 orev = rdmsr(MSR_BIOS_SIGN) >> 32; in ucode_intel_load()143 *orevp = orev; in ucode_intel_load()144 if (nrev <= orev) in ucode_intel_load()238 uint64_t nrev, orev; in ucode_amd_load() local241 orev = rdmsr(MSR_BIOS_SIGN); in ucode_amd_load()263 *orevp = orev; in ucode_amd_load()264 if (nrev <= orev) in ucode_amd_load()379 uint64_t nrev, orev; in ucode_load_bsp() local417 error = ucode_loader->load(match, false, &nrev, &orev); in ucode_load_bsp()[all …]