Searched refs:boot_mem_alloc (Results 1 – 7 of 7) sorted by relevance
125 void *boot_mem_alloc(size_t len, size_t align);
327 pgt = boot_mem_alloc(RISCV_MMU_PGT_SIZE, in core_mmu_pgt_alloc()1057 prtn->root_pgt = boot_mem_alloc(RISCV_MMU_PGT_SIZE * in core_init_mmu()1062 prtn->user_pgts = boot_mem_alloc(RISCV_MMU_PGT_SIZE * in core_init_mmu()1068 boot_mem_alloc(CFG_TEE_CORE_NB_CORE * in core_init_mmu()
140 void *p = boot_mem_alloc(sz, 2 * alignof(void *)); in init_primary()
307 p = boot_mem_alloc(SMALL_PAGE_SIZE, SMALL_PAGE_SIZE); in alloc_l2_table()792 prtn->l1_table = boot_mem_alloc(sizeof(l1_xlat_tbl_t), in core_init_mmu()795 prtn->ul1_tables = boot_mem_alloc(sizeof(ul1_xlat_tbl_t) * in core_init_mmu()
681 new_table = boot_mem_alloc(XLAT_TABLE_SIZE, in core_mmu_xlat_table_alloc()1047 prtn->user_l1_table_idx = boot_mem_alloc(NUM_BASE_TABLES * in core_init_mmu()1053 prtn->base_tables = boot_mem_alloc(BASE_TABLE_SIZE * in core_init_mmu()1059 prtn->l2_ta_tables = boot_mem_alloc(XLAT_TABLE_SIZE * in core_init_mmu()
234 void *boot_mem_alloc(size_t len, size_t align) in boot_mem_alloc() function
923 void *p = boot_mem_alloc(sz, alignof(void *) * 2); in init_primary()