Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/base32/
H A Dbase32_decode.c26 const unsigned char tables[4][43] = { in base32_decode() local
82 map = tables[id]; in base32_decode()
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c59 tee_mm_entry_t *tables; member
215 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()
/optee_os/core/arch/riscv/
H A Driscv.mk188 core-platform-cflags += -funwind-tables
220 ta_rv32-platform-cflags += -funwind-tables
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c565 struct mmu_partition *core_alloc_mmu_prtn(void *tables) in core_alloc_mmu_prtn() argument
568 uint8_t *tbl = tables; in core_alloc_mmu_prtn()
587 memset(tables, 0, core_mmu_get_total_pages_size()); in core_alloc_mmu_prtn()
/optee_os/core/arch/arm/
H A Darm.mk297 core-platform-cflags += -funwind-tables
347 ta_arm32-platform-cflags += -funwind-tables
/optee_os/core/include/mm/
H A Dcore_mmu.h668 struct mmu_partition *core_alloc_mmu_prtn(void *tables);
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md122 tables, which are vulnerable to timing attacks.
H A DChangeLog492 * Add support for 8-bit GCM tables for Shoup's algorithm to speedup GCM
1935 * The option MBEDTLS_ECP_FIXED_POINT_OPTIM use pre-computed comb tables
1936 instead of computing tables in runtime. Thus, this option now increase
2380 * Guard against strong local side channel attack against base64 tables by
3799 tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB.
/optee_os/
H A DCHANGELOG.md878 page tables are available in pgt_cache ([#2080])