Searched refs:tbl_idx (Results 1 – 1 of 1) sorted by relevance
513 static uint64_t *get_base_table(struct mmu_partition *prtn, size_t tbl_idx, in get_base_table() argument516 assert(tbl_idx < NUM_BASE_TABLES); in get_base_table()519 return prtn->base_tables + (core_pos * NUM_BASE_TABLES + tbl_idx) * in get_base_table()