Searched refs:counter_low (Results 1 – 1 of 1) sorted by relevance
25 uint32_t counter_low; in get_counter() local30 : "=r" (counter_low), "=r" (counter_high)); in get_counter()31 return ((uint64_t)counter_high << 32) | counter_low; in get_counter()