Searched refs:resultl_second (Results 1 – 2 of 2) sorted by relevance
61 uint32_t resultl_second = read_csr(CSR_CYCLE); in hpm_csr_get_core_cycle() local62 if (resultl_first < resultl_second) { in hpm_csr_get_core_cycle()66 …result = ((uint64_t)resulth << 32) | resultl_second; /* if CYCLE rolled over, need to get the CYCL… in hpm_csr_get_core_cycle()82 uint32_t resultl_second = read_csr(CSR_MCYCLE); in hpm_csr_get_core_mcycle() local83 if (resultl_first < resultl_second) { in hpm_csr_get_core_mcycle()87 …result = ((uint64_t)resulth << 32) | resultl_second; /* if MCYCLE rolled over, need to get the MCY… in hpm_csr_get_core_mcycle()
534 uint32_t resultl_second = read_csr(CSR_MCYCLE); in get_core_mcycle() local535 if (resultl_first < resultl_second) { in get_core_mcycle()539 …result = ((uint64_t)resulth << 32) | resultl_second; /* if MCYCLE rolled over, need to get the MCY… in get_core_mcycle()
Completed in 6 milliseconds