Searched refs:tbl_idx (Results 1 – 1 of 1) sorted by relevance
512 static uint64_t *get_base_table(struct mmu_partition *prtn, size_t tbl_idx, in get_base_table() argument515 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()