Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/sparc/
Dcpu.c86 int cpu_match(struct device *, void *, void *);
89 sizeof(struct cpu_softc), cpu_match, cpu_attach
149 cpu_match(parent, vcf, aux) in cpu_match() function
1193 if (mp->minfo->cpu_match) {
1195 mp->minfo->cpu_match(sc, mp->minfo, node);
Dcpuvar.h59 void (*cpu_match)(struct cpu_softc *, struct module_info *, int); member