Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h321 (((t1).seconds == (t2).seconds) ? \
323 ((t1).seconds < (t2).seconds))
326 (((t1).seconds == (t2).seconds) ? \
328 ((t1).seconds <= (t2).seconds))
331 (dst).seconds = (t1).seconds + (t2).seconds; \
334 (dst).seconds++; \
340 (dst).seconds = (t1).seconds - (t2).seconds; \
342 (dst).seconds--; \
H A Dtee_api_types.h183 uint32_t seconds; member
/optee_os/core/kernel/
H A Dtee_time_ree.c22 if (time->seconds < prev.seconds || in tee_time_get_sys_time()
23 (time->seconds == prev.seconds && in tee_time_get_sys_time()
H A Dtee_ta_manager.c433 if (ADD_OVERFLOW(current_time.seconds, cancel_req_to / 1000, in set_invoke_timeout()
434 &cancel_time.seconds)) in set_invoke_timeout()
439 if (ADD_OVERFLOW(current_time.seconds, 1, in set_invoke_timeout()
440 &cancel_time.seconds)) in set_invoke_timeout()
443 cancel_time.seconds++; in set_invoke_timeout()
451 sess->cancel_time.seconds = UINT32_MAX; in set_invoke_timeout()
1044 if (s->cancel_time.seconds == UINT32_MAX) in tee_ta_session_is_cancelled()
1052 if (current_time.seconds > s->cancel_time.seconds || in tee_ta_session_is_cancelled()
1053 (current_time.seconds == s->cancel_time.seconds && in tee_ta_session_is_cancelled()
H A Dtee_time.c38 time->seconds = params.u.value.a; in tee_time_get_ree_time()
/optee_os/core/arch/riscv/kernel/
H A Dtee_time_rdtime.c42 time->seconds = tm / rate; in tee_time_get_sys_time()
/optee_os/core/arch/arm/kernel/
H A Dtee_time_arm_cntpct.c21 time->seconds = cntpct / cntfrq; in tee_time_get_sys_time()
/optee_os/core/pta/
H A Dstats.c192 p[0].value.a = ree_time.seconds; in get_system_time()
194 p[1].value.a = tee_time.seconds; in get_system_time()
/optee_os/core/drivers/
H A Dhi16xx_rng.c53 io_write32(rng + RNG_SEED, time.seconds * 1000 + time.millis); in hi16xx_rng_init()
H A Datmel_tcb.c94 time->seconds = cv0 / tcb_rate; in tee_time_get_sys_time()
H A Dstm32_iwdg.c407 time.seconds = in iwdg_wdt_get_timeleft()
415 *timeleft = time.seconds; in iwdg_wdt_get_timeleft()
/optee_os/core/tee/
H A Dtee_time_generic.c129 delta.seconds = milliseconds_delay / 1000; in tee_time_busy_wait()
H A Dtee_svc.c963 mytime = (current_time.seconds - base_time.seconds) * 1000 + in syscall_wait()
/optee_os/core/tests/
H A Dnotif_test_wd.c137 t.seconds, t.millis, d->count); in periodic_callback()
/optee_os/lib/libutee/
H A Dtee_api.c668 time->seconds = 0; in TEE_GetTAPersistentTime()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog579 instead of seconds. That avoids rounding errors when computing the age of
1090 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller