Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcpu.c479 static int cpu_attach(device_t);
490 DEVMETHOD(device_attach, cpu_attach),
513 cpu_attach(device_t dev) in cpu_attach() function