Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/sm/
A Dsm.c67 COMPILE_TIME_ASSERT(!(offsetof(struct sm_ctx, sec.r0) % 8)); in sm_from_nsec()
93 sm_restore_unbanked_regs(&ctx->sec.ub_regs); in sm_from_nsec()
95 memcpy(&ctx->sec.r0, args, sizeof(*args)); in sm_from_nsec()
99 ctx->sec.mon_spsr |= CPSR_F; in sm_from_nsec()
102 if (OPTEE_SMC_IS_FAST_CALL(ctx->sec.r0)) in sm_from_nsec()
103 ctx->sec.mon_lr = (uint32_t)vector_fast_smc_entry; in sm_from_nsec()
105 ctx->sec.mon_lr = (uint32_t)vector_std_smc_entry; in sm_from_nsec()
/optee_os-3.20.0/core/arch/arm/plat-ti/
A Da9_plat_init.S20 .arch_extension sec
/optee_os-3.20.0/core/drivers/
A Datmel_wdt.c57 #define SEC_TO_WDT(sec) (((sec) * WDT_CLOCK_FREQ) - 1) argument
/optee_os-3.20.0/core/arch/arm/dts/
A Dfsl-lx2160a.dtsi472 compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
473 fsl,sec-era = <10>;
483 compatible = "fsl,sec-v5.0-job-ring",
484 "fsl,sec-v4.0-job-ring";
491 compatible = "fsl,sec-v5.0-job-ring",
492 "fsl,sec-v4.0-job-ring";
500 "fsl,sec-v4.0-job-ring";
508 "fsl,sec-v4.0-job-ring";
533 sec_mon: sec-mon@1e90000 {
534 compatible = "fsl,lx2160a-sec-mon";
[all …]
A Dstm32mp157c-ed1.dts296 power-off-time-sec = <10>;
312 timeout-sec = <32>;
316 timeout-sec = <32>;
A Dstm32mp15xx-dkx.dtsi407 power-off-time-sec = <10>;
453 timeout-sec = <32>;
457 timeout-sec = <32>;
A Dstm32mp15xx-dhcom-som.dtsi382 power-off-time-sec = <10>;
411 timeout-sec = <32>;
A Dstm32mp15xx-dhcor-som.dtsi230 timeout-sec = <32>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509.c505 CHECK_RANGE( 0, 59, t->sec ); in x509_date_is_valid()
568 CHECK( x509_parse_int( p, 2, &tm->sec ) ); in x509_parse_time()
924 now->sec = lt->tm_sec; in x509_get_current_time()
965 before->sec > after->sec ) in x509_check_time()
A Dx509_crl.c651 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info()
658 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info()
680 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
A Dx509_crt.c2098 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info()
2105 crt->valid_to.min, crt->valid_to.sec ); in mbedtls_x509_crt_info()
/optee_os-3.20.0/core/arch/arm/include/sm/
A Dsm.h90 struct sm_sec_ctx sec; member
/optee_os-3.20.0/scripts/
A Dsymbolize.py337 sec = self.section_plus_offset(addr)
338 if sym or sec:
343 if sec:
344 ret += ' ' + sec
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h83 struct vfp_state sec; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h253 int hour, min, sec; /**< Time. */ member
/optee_os-3.20.0/core/arch/arm/kernel/
A Dasm-defines.c24 DEFINE(SM_CTX_SEC, offsetof(struct sm_ctx, sec));
A Dthread_optee_smc_a32.S16 .arch_extension sec
A Dthread.c797 vfp_lazy_save_state_final(&thr->vfp_state.sec, in thread_kernel_enable_vfp()
833 vfp_lazy_save_state_init(&thr->vfp_state.sec); in thread_kernel_save_vfp()
845 vfp_lazy_restore_state(&thr->vfp_state.sec, in thread_kernel_restore_vfp()
A Dentry_a32.S20 .arch_extension sec
A Dthread_a32.S19 .arch_extension sec

Completed in 27 milliseconds