Searched refs:cpu_startup (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 150 static void cpu_startup(void *); 151 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); 182 cpu_startup(void *dummy) in cpu_startup() function
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 184 cpu_startup(void *dummy) in cpu_startup() function 214 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 176 cpu_startup(void *dummy) in cpu_startup() function 207 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL);
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 170 static void cpu_startup(void *); 175 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); 232 cpu_startup(dummy) in cpu_startup() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 165 static void cpu_startup(void *); 171 SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); 221 cpu_startup(dummy) in cpu_startup() function
|