Searched refs:res_low (Results 1 – 2 of 2) sorted by relevance
336 static uint64_t cc_calc_muls_64(int64_t res_high, uint64_t res_low) in cc_calc_muls_64() argument338 if (!res_high && !res_low) { in cc_calc_muls_64()340 } else if (res_high + (res_low >> 63) != 0) { in cc_calc_muls_64()
1236 unsigned long res_low, res_high; in check_system_tsc_reliable() local 1238 rdmsr_safe(MSR_GEODE_BUSCONT_CONF0, &res_low, &res_high); in check_system_tsc_reliable() 1240 if (res_low & RTSC_SUSP) in check_system_tsc_reliable()