Searched refs:get_ccount (Results 1 – 1 of 1) sorted by relevance
14 static ulong get_ccount(void) in get_ccount() function22 #define get_ccount() fake_ccount macro28 unsigned expiry = get_ccount() + cycles; in delay_cycles()29 while ((signed)(expiry - get_ccount()) > 0) in delay_cycles()