/optee_os/core/arch/arm/sm/ |
A D | sm.c | 66 COMPILE_TIME_ASSERT(!(offsetof(struct sm_ctx, sec.r0) % 8)); in sm_from_nsec() 89 sm_restore_unbanked_regs(&ctx->sec.ub_regs); in sm_from_nsec() 91 memcpy(&ctx->sec.r0, args, sizeof(*args)); in sm_from_nsec() 92 if (OPTEE_SMC_IS_FAST_CALL(ctx->sec.r0)) in sm_from_nsec() 93 ctx->sec.mon_lr = (uint32_t)vector_fast_smc_entry; in sm_from_nsec() 95 ctx->sec.mon_lr = (uint32_t)vector_std_smc_entry; in sm_from_nsec()
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | x509.c | 505 CHECK_RANGE( 0, 59, t->sec ); in x509_date_is_valid() 568 CHECK( x509_parse_int( p, 2, &tm->sec ) ); in x509_parse_time() 917 now->sec = lt->tm_sec; in x509_get_current_time() 958 before->sec > after->sec ) in x509_check_time()
|
A D | x509_crl.c | 649 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info() 656 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info() 678 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
|
A D | x509_crt.c | 2100 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info() 2107 crt->valid_to.min, crt->valid_to.sec ); in mbedtls_x509_crt_info()
|
/optee_os/core/arch/arm/dts/ |
A D | fsl-lx2160a.dtsi | 472 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"; 499 compatible = "fsl,sec-v5.0-job-ring", 500 "fsl,sec-v4.0-job-ring"; 507 compatible = "fsl,sec-v5.0-job-ring", 508 "fsl,sec-v4.0-job-ring"; [all …]
|
A D | stm32mp157c-ed1.dts | 268 power-off-time-sec = <10>; 284 timeout-sec = <32>;
|
A D | stm32mp15xx-dkx.dtsi | 355 power-off-time-sec = <10>; 388 timeout-sec = <32>;
|
/optee_os/scripts/ |
A D | symbolize.py | 296 sec = self.section_plus_offset(addr) 297 if sym or sec: 302 if sec: 303 ret += ' ' + sec
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 296 sec = self.section_plus_offset(addr) 297 if sym or sec: 302 if sec: 303 ret += ' ' + sec
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 296 sec = self.section_plus_offset(addr) 297 if sym or sec: 302 if sec: 303 ret += ' ' + sec
|
/optee_os/core/arch/arm/plat-ti/ |
A D | a9_plat_init.S | 42 .arch_extension sec
|
/optee_os/core/arch/arm/include/sm/ |
A D | sm.h | 90 struct sm_sec_ctx sec; member
|
/optee_os/core/arch/arm/kernel/ |
A D | thread_private.h | 40 struct vfp_state sec; member
|
A D | asm-defines.c | 24 DEFINE(SM_CTX_SEC, offsetof(struct sm_ctx, sec));
|
A D | thread_optee_smc_a32.S | 15 .arch_extension sec
|
A D | thread.c | 1289 vfp_lazy_save_state_final(&thr->vfp_state.sec, in thread_kernel_enable_vfp() 1325 vfp_lazy_save_state_init(&thr->vfp_state.sec); in thread_kernel_save_vfp() 1337 vfp_lazy_restore_state(&thr->vfp_state.sec, in thread_kernel_restore_vfp()
|
A D | entry_a32.S | 21 .arch_extension sec
|
A D | thread_a32.S | 20 .arch_extension sec
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | x509.h | 233 int hour, min, sec; /**< Time. */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509.h | 233 int hour, min, sec; /**< Time. */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | x509.h | 233 int hour, min, sec; /**< Time. */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | x509.h | 233 int hour, min, sec; /**< Time. */ member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | x509.h | 233 int hour, min, sec; /**< Time. */ member
|