Searched refs:sec (Results 1 – 20 of 20) sorted by relevance
/optee_os-3.20.0/core/arch/arm/sm/ |
A D | sm.c | 67 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 D | a9_plat_init.S | 20 .arch_extension sec
|
/optee_os-3.20.0/core/drivers/ |
A D | atmel_wdt.c | 57 #define SEC_TO_WDT(sec) (((sec) * WDT_CLOCK_FREQ) - 1) argument
|
/optee_os-3.20.0/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"; 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 D | stm32mp157c-ed1.dts | 296 power-off-time-sec = <10>; 312 timeout-sec = <32>; 316 timeout-sec = <32>;
|
A D | stm32mp15xx-dkx.dtsi | 407 power-off-time-sec = <10>; 453 timeout-sec = <32>; 457 timeout-sec = <32>;
|
A D | stm32mp15xx-dhcom-som.dtsi | 382 power-off-time-sec = <10>; 411 timeout-sec = <32>;
|
A D | stm32mp15xx-dhcor-som.dtsi | 230 timeout-sec = <32>;
|
/optee_os-3.20.0/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() 924 now->sec = lt->tm_sec; in x509_get_current_time() 965 before->sec > after->sec ) in x509_check_time()
|
A D | x509_crl.c | 651 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 D | x509_crt.c | 2098 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 D | sm.h | 90 struct sm_sec_ctx sec; member
|
/optee_os-3.20.0/scripts/ |
A D | symbolize.py | 337 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 D | thread_private_arch.h | 83 struct vfp_state sec; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509.h | 253 int hour, min, sec; /**< Time. */ member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | asm-defines.c | 24 DEFINE(SM_CTX_SEC, offsetof(struct sm_ctx, sec));
|
A D | thread_optee_smc_a32.S | 16 .arch_extension sec
|
A D | thread.c | 797 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 D | entry_a32.S | 20 .arch_extension sec
|
A D | thread_a32.S | 19 .arch_extension sec
|
Completed in 27 milliseconds