Searched refs:tables (Results 1 – 8 of 8) sorted by relevance
26 const unsigned char tables[4][43] = { in base32_decode() local82 map = tables[id]; in base32_decode()
41 tee_mm_entry_t *tables; member193 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()
118 core-platform-cflags += -funwind-tables149 ta_rv32-platform-cflags += -funwind-tables
609 struct mmu_partition *core_alloc_mmu_prtn(void *tables);
244 core-platform-cflags += -funwind-tables294 ta_arm32-platform-cflags += -funwind-tables
442 struct mmu_partition *core_alloc_mmu_prtn(void *tables) in core_alloc_mmu_prtn() argument445 uint8_t *tbl = tables; in core_alloc_mmu_prtn()
548 page tables are available in pgt_cache ([#2080])
491 * Guard against strong local side channel attack against base64 tables by1910 tables during runtime, thereby reducing the RAM/ROM footprint by ~6KiB.
Completed in 17 milliseconds