Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c98 static opl_model_info_t *opl_cur_model = NULL; variable
155 opl_cur_model = &opl_models[i]; in set_model_info()
167 if ((opl_cur_model->model_cmds & EXT_DISPATCH_TABLE) && in set_model_info()
192 if (opl_cur_model == NULL) in set_max_mmu_ctxdoms()
195 max_boards = opl_cur_model->model_max_boards; in set_max_mmu_ctxdoms()
433 if ((opl_cur_model != NULL) && (opl_cur_model->model_type == IKKAKU)) in plat_max_boards()
901 if (opl_cur_model == NULL) { in plat_get_cpu_unum()
907 if (opl_cur_model == NULL) in plat_get_cpu_unum()
911 ASSERT((opl_cur_model - opl_models) == (opl_cur_model->model_type)); in plat_get_cpu_unum()
913 switch (opl_cur_model->model_type) { in plat_get_cpu_unum()