Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/powerpc/asm/
H A Dtime.h17 extern void sleep_tb(uint64_t cycles);
/kvm-unit-tests/lib/powerpc/
H A Dprocessor.c99 void sleep_tb(uint64_t cycles) in sleep_tb() function
147 sleep_tb((us * tb_hz) / 1000000); in usleep()