Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c87 } cpu_softc_t; typedef
96 CFATTACH_DECL_NEW(cpu, sizeof(cpu_softc_t), cpu_match, cpu_attach, NULL, NULL);
112 cpu_softc_t *sc = device_private(self); in cpu_attach()
249 cpu_softc_t *sc = device_private(ci->ci_dev); in cpu_switchto()