Home | History | Annotate | Download | only in dev

Lines Matching defs:cna

72 	struct cpunode_attach_args *cna = aux;
78 aprint_normal("%s at %s", cna->cna_locs.cnl_name, pnp);
81 if (cna->cna_locs.cnl_instance != 0)
82 aprint_normal(" instance %d", cna->cna_locs.cnl_instance);
93 struct cpunode_attach_args cna;
149 cna.cna_busname = "cpunode";
150 cna.cna_memt = ma->ma_memt;
151 cna.cna_le_memt = ma->ma_le_memt;
152 cna.cna_dmat = ma->ma_dmat;
153 cna.cna_childmask = childmask;
154 cna.cna_locs = *cnl;
156 config_found(self, &cna, cpunode_print,
177 struct cpunode_attach_args * const cna = aux;
179 if (strcmp(cna->cna_locs.cnl_name, cpu_cd.cd_name) != 0)
182 if (psc->sc_children & cna->cna_childmask)
192 struct cpunode_attach_args * const cna = aux;
194 psc->sc_children |= cna->cna_childmask;
198 (*cpu_md_ops.md_cpu_attach)(self, cna->cna_locs.cnl_instance);