get_ccount
unsigned long start = get_ccount();
while (((unsigned long)get_ccount()) - start < cycles)
ccount = get_ccount();
return (u64)get_ccount();
return get_ccount();
next = get_ccount() + delta;
if (next - get_ccount() > delta)