Home
last modified time | relevance | path

Searched refs:rev0 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/cpuctl/
H A Dcpuctl.c260 uint64_t rev0, rev1; in update_intel() local
289 rdmsr_safe(MSR_BIOS_SIGN, &rev0); /* Get current microcode revision. */ in update_intel()
305 (unsigned)(rev0 >> 32), (unsigned)(rev1 >> 32)); in update_intel()
307 if (rev1 > rev0) in update_intel()
373 uint64_t rev0, rev1, res; in update_via() local
400 rdmsr_safe(MSR_BIOS_SIGN, &rev0); /* Get current microcode revision. */ in update_via()
429 (unsigned)(rev0 >> 32), (unsigned)(rev1 >> 32), (unsigned)res); in update_via()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-scopedtables.c532 bool rev0; in equal_mem_array_ref_p() local
534 tree base0 = get_ref_base_and_extent (t0, &off0, &sz0, &max0, &rev0); in equal_mem_array_ref_p()
546 if (rev0 != rev1) in equal_mem_array_ref_p()