Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c336 static uint64_t cc_calc_muls_64(int64_t res_high, uint64_t res_low) in cc_calc_muls_64() argument
338 if (!res_high && !res_low) { in cc_calc_muls_64()
340 } else if (res_high + (res_low >> 63) != 0) { in cc_calc_muls_64()
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1236 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()