Searched refs:nrev (Results 1 – 1 of 1) sorted by relevance
115 uint64_t nrev, orev; in ucode_intel_load() local139 nrev = rdmsr(MSR_BIOS_SIGN) >> 32; in ucode_intel_load()141 *nrevp = nrev; in ucode_intel_load()144 if (nrev <= orev) in ucode_intel_load()238 uint64_t nrev, orev; in ucode_amd_load() local259 nrev = rdmsr(MSR_BIOS_SIGN); in ucode_amd_load()261 *nrevp = nrev; 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 …]