Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/include/
Dcpuvar.h40 int cpu_rescan(device_t, const char *, const int *);
/netbsd/src/sys/arch/arm/mainbus/
Dcpu_mainbus.c127 cpu_rescan, cpu_childdetached);
/netbsd/src/sys/arch/x86/x86/
Dcpu.c144 static int cpu_rescan(device_t, const char *, const int *);
166 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached);
564 cpu_rescan(self, NULL, NULL); in cpu_defer()
568 cpu_rescan(device_t self, const char *ifattr, const int *locators) in cpu_rescan() function
/netbsd/src/sys/arch/xen/x86/
Dcpu.c124 static int cpu_rescan(device_t, const char *, const int *);
143 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached);
247 cpu_rescan(self, NULL, NULL); in cpu_defer()
251 cpu_rescan(device_t self, const char *ifattr, const int *locators) in cpu_rescan() function
/netbsd/src/sys/arch/arm/arm32/
Dcpu.c238 cpu_rescan(device_t dv, const char *ifattr, const int *locators) in cpu_rescan() function