Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/opl/os/
H A Dopl.c94 static opl_model_info_t *opl_cur_model = NULL; variable
151 opl_cur_model = &opl_models[i]; in set_model_info()
163 if ((opl_cur_model->model_cmds & EXT_DISPATCH_TABLE) && in set_model_info()
188 if (opl_cur_model == NULL) in set_max_mmu_ctxdoms()
191 max_boards = opl_cur_model->model_max_boards; in set_max_mmu_ctxdoms()
430 if ((opl_cur_model != NULL) && (opl_cur_model->model_type == IKKAKU)) in plat_max_boards()
898 if (opl_cur_model == NULL) { in plat_get_cpu_unum()
904 if (opl_cur_model == NULL) in plat_get_cpu_unum()
908 ASSERT((opl_cur_model - opl_models) == (opl_cur_model->model_type)); in plat_get_cpu_unum()
910 switch (opl_cur_model->model_type) { in plat_get_cpu_unum()