Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/test/
Dbenchmark.c292 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local
295 asm volatile ("mftbu %0" : "=r" (tbu0)); in mbedtls_timing_hardclock()
298 } while (tbu0 != tbu1); in mbedtls_timing_hardclock()