Searched refs:tables (Results 1 – 9 of 9) sorted by relevance
26 const unsigned char tables[4][43] = { in base32_decode() local82 map = tables[id]; in base32_decode()
59 tee_mm_entry_t *tables; member215 prtn->tables = nex_phys_mem_core_alloc(core_mmu_get_total_pages_size()); in configure_guest_prtn_mem()216 if (!prtn->tables) { in configure_guest_prtn_mem()222 prtn->tables_va = phys_to_virt(tee_mm_get_smem(prtn->tables), in configure_guest_prtn_mem()260 if (prtn->tables) in configure_guest_prtn_mem()261 tee_mm_free(prtn->tables); in configure_guest_prtn_mem()469 tee_mm_free(prtn->tables); in virt_put_guest()470 prtn->tables = NULL; in virt_put_guest()
188 core-platform-cflags += -funwind-tables220 ta_rv32-platform-cflags += -funwind-tables
565 struct mmu_partition *core_alloc_mmu_prtn(void *tables) in core_alloc_mmu_prtn() argument568 uint8_t *tbl = tables; in core_alloc_mmu_prtn()587 memset(tables, 0, core_mmu_get_total_pages_size()); in core_alloc_mmu_prtn()
297 core-platform-cflags += -funwind-tables347 ta_arm32-platform-cflags += -funwind-tables
668 struct mmu_partition *core_alloc_mmu_prtn(void *tables);
122 tables, which are vulnerable to timing attacks.
492 * Add support for 8-bit GCM tables for Shoup's algorithm to speedup GCM1935 * The option MBEDTLS_ECP_FIXED_POINT_OPTIM use pre-computed comb tables1936 instead of computing tables in runtime. Thus, this option now increase2380 * Guard against strong local side channel attack against base64 tables by3799 tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB.
878 page tables are available in pgt_cache ([#2080])