Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/x86_64/
H A Dautoconf.c90 static void cpu_startup (void *);
101 SYSINIT(cpu, SI_BOOT2_START_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
127 cpu_startup(void *dummy) in cpu_startup() function
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c137 static void cpu_startup(void *);
147 SYSINIT(cpu, SI_BOOT2_START_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
330 cpu_startup(void *dummy) in cpu_startup() function