Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c524 opl_boards[board].cfg_cpu_chips[chip] = node; in opl_init_root_nodes()
952 dev_info_t **cfg_cpu_chips; in opl_probe_cpu_chips() local
956 cfg_cpu_chips = opl_boards[probe->pr_board].cfg_cpu_chips; in opl_probe_cpu_chips()
961 ASSERT(cfg_cpu_chips[i] == NULL); in opl_probe_cpu_chips()
978 cfg_cpu_chips[i] = node; in opl_probe_cpu_chips()
2799 dev_info_t **cfg_cpu_chips; in opl_unprobe_processors() local
2801 cfg_cpu_chips = opl_boards[board].cfg_cpu_chips; in opl_unprobe_processors()
2805 if (cfg_cpu_chips[i] == NULL) in opl_unprobe_processors()
2808 if (opl_destroy_node(cfg_cpu_chips[i]) != 0) { in opl_unprobe_processors()
2815 cfg_cpu_chips[i] = NULL; in opl_unprobe_processors()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_cfg.h143 dev_info_t *cfg_cpu_chips[HWD_CPU_CHIPS_PER_CMU]; member