Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c198 #define NUM_BASE_TABLES 2 macro
200 #define NUM_BASE_TABLES 1 macro
216 # define XLAT_TABLE_USER_EXTRA (NUM_BASE_TABLES * CFG_TEE_CORE_NB_CORE)
271 #define BASE_TABLE_SIZE (NUM_BASE_LEVEL_ENTRIES * NUM_BASE_TABLES * \
289 static l1_idx_t user_l1_table_idx[NUM_BASE_TABLES * CFG_TEE_CORE_NB_CORE];
515 assert(tbl_idx < NUM_BASE_TABLES); in get_base_table()
518 return prtn->base_tables + (core_pos * NUM_BASE_TABLES + tbl_idx) * in get_base_table()
536 idx = prtn->user_l1_table_idx[core_pos * NUM_BASE_TABLES + base_idx]; in get_l1_ta_table()
548 prtn->user_l1_table_idx[core_pos * NUM_BASE_TABLES + base_idx] = idx; in set_l1_ta_table()
580 prtn->user_l1_table_idx = nex_calloc(NUM_BASE_TABLES * in core_alloc_mmu_prtn()
[all …]