Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/base32/
A Dbase32_decode.c26 const unsigned char tables[4][43] = { in base32_decode() local
82 map = tables[id]; in base32_decode()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvirtualization.c41 tee_mm_entry_t *tables; member
193 prtn->tables = tee_mm_alloc(&virt_mapper_pool, in configure_guest_prtn_mem()
195 if (!prtn->tables) { in configure_guest_prtn_mem()
201 prtn->tables_va = phys_to_virt(tee_mm_get_smem(prtn->tables), in configure_guest_prtn_mem()
241 if (prtn->tables) in configure_guest_prtn_mem()
242 tee_mm_free(prtn->tables); in configure_guest_prtn_mem()
313 tee_mm_free(prtn->tables); in virt_guest_destroyed()
/optee_os-3.20.0/core/arch/riscv/
A Driscv.mk118 core-platform-cflags += -funwind-tables
149 ta_rv32-platform-cflags += -funwind-tables
/optee_os-3.20.0/core/include/mm/
A Dcore_mmu.h609 struct mmu_partition *core_alloc_mmu_prtn(void *tables);
/optee_os-3.20.0/core/arch/arm/
A Darm.mk244 core-platform-cflags += -funwind-tables
294 ta_arm32-platform-cflags += -funwind-tables
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_lpae.c442 struct mmu_partition *core_alloc_mmu_prtn(void *tables) in core_alloc_mmu_prtn() argument
445 uint8_t *tbl = tables; in core_alloc_mmu_prtn()
/optee_os-3.20.0/
A DCHANGELOG.md548 page tables are available in pgt_cache ([#2080])
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog491 * Guard against strong local side channel attack against base64 tables by
1910 tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB.

Completed in 17 milliseconds