/optee_os-3.20.0/core/mm/ |
A D | tee_mm.c | 98 entry = pool->entry; in tee_mm_stats_allocated() 101 entry = entry->next; in tee_mm_stats_allocated() 159 entry = pool->entry; in tee_mm_alloc() 170 entry = entry->next; in tee_mm_alloc() 174 entry = entry->next; in tee_mm_alloc() 270 entry = pool->entry; in tee_mm_alloc2() 278 entry = entry->next; in tee_mm_alloc2() 281 entry = entry->next; in tee_mm_alloc2() 312 entry = p->pool->entry; in tee_mm_free() 316 entry = entry->next; in tee_mm_free() [all …]
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_dmaobj.c | 208 entry = caam_calloc(sizeof(*entry)); in dmalist_add_entry_head() 232 entry = caam_calloc(sizeof(*entry)); in dmalist_add_entry() 261 entry = caam_calloc(sizeof(*entry)); in dmalist_insert_before_entry() 264 memcpy(&entry->origbuf, new, sizeof(entry->origbuf)); in dmalist_insert_before_entry() 290 entry = caam_calloc(sizeof(*entry)); in dmalist_insert_after_entry() 372 if (entry->nodma_access || entry->newbuf) in check_buffer_alignment() 1322 for (entry = TAILQ_NEXT(entry, link); entry && acc_length < max_length; in caam_dmaobj_sgtbuf_build() 1323 entry = TAILQ_NEXT(entry, link)) { in caam_dmaobj_sgtbuf_build() 1371 for (entry = start_entry; entry && idx < nb_sgt; in caam_dmaobj_sgtbuf_build() 1372 entry = TAILQ_NEXT(entry, link), idx++) { in caam_dmaobj_sgtbuf_build() [all …]
|
/optee_os-3.20.0/core/tee/ |
A D | tadb.c | 61 struct tadb_entry entry; member 69 struct tadb_entry entry; member 284 const size_t enc_size = entry->prop.custom_size + entry->prop.bin_size; in tadb_authenc_init() 290 res = crypto_authenc_init(ctx, mode, entry->key, sizeof(entry->key), in tadb_authenc_init() 291 entry->iv, sizeof(entry->iv), in tadb_authenc_init() 352 memset(&entry, 0, sizeof(entry)); in populate_files() 415 res = crypto_rng_read(ta->entry.iv, sizeof(ta->entry.iv)); in tee_tadb_ta_create() 419 res = crypto_rng_read(ta->entry.key, sizeof(ta->entry.key)); in tee_tadb_ta_create() 690 memcpy(tag, ta->entry.tag, sizeof(ta->entry.tag)); in tee_tadb_get_tag() 699 const size_t sz = ta->entry.prop.custom_size + ta->entry.prop.bin_size; in ta_load() [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_cache.c | 60 mbedtls_ssl_cache_entry *cur, *entry; in mbedtls_ssl_cache_get() local 68 entry = NULL; in mbedtls_ssl_cache_get() 72 entry = cur; in mbedtls_ssl_cache_get() 77 (int) ( t - entry->timestamp ) > cache->timeout ) in mbedtls_ssl_cache_get() 81 if( session->id_len != entry->session.id_len || in mbedtls_ssl_cache_get() 82 memcmp( session->id, entry->session.id, in mbedtls_ssl_cache_get() 83 entry->session.id_len ) != 0 ) in mbedtls_ssl_cache_get() 88 ret = mbedtls_ssl_session_copy( session, &entry->session ); in mbedtls_ssl_cache_get() 100 if( entry->peer_cert.p != NULL ) in mbedtls_ssl_cache_get() 114 if( mbedtls_x509_crt_parse( session->peer_cert, entry->peer_cert.p, in mbedtls_ssl_cache_get() [all …]
|
A D | x509_crl.c | 233 mbedtls_x509_crl_entry *entry ) in x509_get_entries() argument 237 mbedtls_x509_crl_entry *cur_entry = entry; in x509_get_entries() 633 const mbedtls_x509_crl_entry *entry; in mbedtls_x509_crl_info() local 661 entry = &crl->entry; in mbedtls_x509_crl_info() 667 while( entry != NULL && entry->raw.len != 0 ) in mbedtls_x509_crl_info() 673 ret = mbedtls_x509_serial_gets( p, n, &entry->serial ); in mbedtls_x509_crl_info() 678 entry->revocation_date.year, entry->revocation_date.mon, in mbedtls_x509_crl_info() 679 entry->revocation_date.day, entry->revocation_date.hour, in mbedtls_x509_crl_info() 680 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info() 683 entry = entry->next; in mbedtls_x509_crl_info() [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-amlogic/scripts/ |
A D | aml_bin2img.py | 24 def aml_set_header(dest_fd, entry, res_mem_start, res_mem_size, sec_mem_start, argument 31 entry, 42 def aml_create_header_file(source, dest, entry, res_mem_start, res_mem_size, argument 57 aml_set_header(dest_fd, entry, res_mem_start, res_mem_size, sec_mem_start, 111 entry_point = args.entry
|
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/ |
A D | psci.c | 55 int psci_cpu_on(uint32_t core_idx, uint32_t entry, in psci_cpu_on() argument 68 boot_set_core_ns_entry(core_idx, entry, context_id); in psci_cpu_on() 183 uintptr_t entry __unused, in imx7d_lowpower_idle() 191 uintptr_t entry __unused, in imx7_cpu_suspend() 199 uintptr_t entry, uint32_t context_id __unused, in psci_cpu_suspend() argument 223 return imx7d_lowpower_idle(power_state, entry, in psci_cpu_suspend() 228 return imx7_cpu_suspend(power_state, entry, in psci_cpu_suspend()
|
A D | imx7_suspend.c | 28 int imx7_cpu_suspend(uint32_t power_state __unused, uintptr_t entry, in imx7_cpu_suspend() argument 64 nsec->mon_lr = (uint32_t)entry; in imx7_cpu_suspend()
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/scripts/ |
A D | stm32image.py | 38 def stm32image_set_header(dest_fd, load, entry, bintype): argument 59 entry, 76 def stm32image_create_header_file(source, dest, load, entry, bintype): argument 90 stm32image_set_header(dest_fd, load, entry, bintype) 129 entry_point = args.entry
|
/optee_os-3.20.0/core/arch/arm/plat-sam/pm/ |
A D | psci.c | 15 int psci_system_suspend(uintptr_t entry, uint32_t context_id __unused, in psci_system_suspend() argument 21 if (atmel_pm_suspend(entry, nsec)) in psci_system_suspend() 28 uintptr_t entry __unused, uint32_t context_id __unused, in psci_cpu_suspend()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | core_mmu_lpae.c | 538 uint64_t entry) in core_mmu_xlat_table_entry_pa2va() argument 572 uint64_t *entry = NULL; in core_mmu_entry_copy() local 597 *entry); in core_mmu_entry_copy() 605 *entry = virt_to_phys(new_table) | (*entry & ~OUTPUT_ADDRESS_MASK); in core_mmu_entry_copy() 1058 uint64_t *entry; in core_mmu_entry_to_finer_grained() local 1085 if (*entry) { in core_mmu_entry_to_finer_grained() 1161 uint64_t *entry = NULL; in core_mmu_user_mapping_is_active() local 1164 ret = (*entry != 0); in core_mmu_user_mapping_is_active() 1175 uint64_t *entry = NULL; in core_mmu_get_user_map() local 1179 map->user_map = *entry; in core_mmu_get_user_map() [all …]
|
/optee_os-3.20.0/core/include/drivers/pm/sam/ |
A D | atmel_pm.h | 26 TEE_Result atmel_pm_suspend(uintptr_t entry, struct sm_nsec_ctx *nsec); 43 static inline TEE_Result atmel_pm_suspend(uintptr_t entry __unused, in atmel_pm_suspend()
|
/optee_os-3.20.0/core/arch/arm/plat-imx/ |
A D | imx_pm.h | 30 uintptr_t entry; member 88 int imx7_cpu_suspend(uint32_t power_state, uintptr_t entry, 90 int imx7d_lowpower_idle(uint32_t power_state, uintptr_t entry,
|
/optee_os-3.20.0/core/arch/arm/include/sm/ |
A D | psci.h | 60 int psci_cpu_suspend(uint32_t power_state, uintptr_t entry, 63 int psci_cpu_on(uint32_t cpu_id, uint32_t entry, uint32_t context_id); 75 int psci_system_suspend(uintptr_t entry, uint32_t context_id,
|
/optee_os-3.20.0/core/arch/arm/plat-rzn1/ |
A D | psci.c | 43 int psci_cpu_on(uint32_t core_id, uint32_t entry, uint32_t context_id) in psci_cpu_on() argument 54 boot_set_core_ns_entry(core_id, entry, context_id); in psci_cpu_on()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | boot.h | 79 void boot_set_core_ns_entry(size_t core_idx, uintptr_t entry, 82 int boot_core_release(size_t core_idx, paddr_t entry);
|
/optee_os-3.20.0/core/arch/arm/plat-hisilicon/ |
A D | psci.c | 62 int psci_cpu_on(uint32_t core_idx, uint32_t entry, in psci_cpu_on() argument 81 boot_set_core_ns_entry(pos, entry, context_id); in psci_cpu_on()
|
/optee_os-3.20.0/ta/avb/ |
A D | sub.mk | 3 srcs-y += entry.c
|
/optee_os-3.20.0/ta/trusted_keys/ |
A D | sub.mk | 3 srcs-y += entry.c
|
/optee_os-3.20.0/lib/libunw/ |
A D | unwind_arm32.c | 320 uint32_t entry; in unwind_tab() local 332 entry = insn & ENTRY_MASK; in unwind_tab() 334 if (entry == ENTRY_ARM_SU16) { in unwind_tab() 337 } else if (entry == ENTRY_ARM_LU16) { in unwind_tab() 341 DMSG("Unknown entry: %x", entry); in unwind_tab()
|
/optee_os-3.20.0/core/arch/arm/sm/ |
A D | psci.c | 46 uintptr_t entry __unused, in psci_cpu_suspend() 58 __weak int psci_cpu_on(uint32_t cpu_id __unused, uint32_t entry __unused, in psci_cpu_on() 121 __weak int psci_system_suspend(uintptr_t entry __unused, in psci_system_suspend()
|
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/pm/ |
A D | psci.c | 149 int psci_cpu_on(uint32_t core_id, uint32_t entry, uint32_t context_id) in psci_cpu_on() argument 159 pos, entry, core_state[pos]); in psci_cpu_on() 184 boot_set_core_ns_entry(pos, entry, context_id); in psci_cpu_on()
|
/optee_os-3.20.0/core/drivers/scmi-msg/ |
A D | sub.mk | 3 srcs-y += entry.c
|
/optee_os-3.20.0/core/arch/arm/plat-vexpress/ |
A D | main.c | 242 int psci_cpu_on(uint32_t core_id, uint32_t entry, uint32_t context_id) in psci_cpu_on() argument 250 DMSG("core pos: %zu: ns_entry %#" PRIx32, pos, entry); in psci_cpu_on() 258 boot_set_core_ns_entry(pos, entry, context_id); in psci_cpu_on()
|
/optee_os-3.20.0/core/arch/arm/plat-sunxi/ |
A D | psci.c | 69 int psci_cpu_on(uint32_t core_idx, uint32_t entry, in psci_cpu_on() argument 87 boot_set_core_ns_entry(core_idx, entry, context_id); in psci_cpu_on()
|