Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dtiming.c122 unsigned long tbl, tbu0, tbu1; in mbedtls_timing_hardclock() local
126 asm volatile( "mftbu %0" : "=r" (tbu0) ); in mbedtls_timing_hardclock()
130 while( tbu0 != tbu1 ); in mbedtls_timing_hardclock()

Completed in 3 milliseconds