Home
last modified time | relevance | path

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

/mbedtls-latest/programs/test/
Dbenchmark.c305 #warning OpenBSD does not allow access to tick register using software version instead
311 unsigned long tick; in mbedtls_timing_hardclock() local
312 asm volatile ("rdpr %%tick, %0;" : "=&r" (tick)); in mbedtls_timing_hardclock()
313 return tick; in mbedtls_timing_hardclock()
326 unsigned long tick; in mbedtls_timing_hardclock() local
328 asm volatile ("mov %%g1, %0" : "=r" (tick)); in mbedtls_timing_hardclock()
329 return tick; in mbedtls_timing_hardclock()
/mbedtls-latest/.github/
Dpull_request_template.md9 Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new …