Searched refs:cpu_start_secondary (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/amd64/amd64/
H A Dacpi_machdep.c524 void cpu_start_secondary(struct cpu_info *ci);
559 cpu_start_secondary(ci);
H A Dcpu.c468 void cpu_start_secondary(struct cpu_info *ci);
713 cpu_start_secondary(ci);
929 cpu_start_secondary(struct cpu_info *ci) function
/openbsd-current/sys/arch/arm/arm/
H A Dlocore.S194 .word cpu_start_secondary
H A Dcpu.c530 cpu_start_secondary(struct cpu_info *ci) function
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dlocore.S291 call cpu_start_secondary
H A Dcpu.c440 cpu_start_secondary(void) function
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dcpu.c339 cpu_start_secondary(void) function
H A Dlocore.S77 bl cpu_start_secondary
/openbsd-current/sys/arch/arm64/arm64/
H A Dcpu.c996 int cpu_start_secondary(struct cpu_info *ci, int, uint64_t);
1077 if (cpu_start_secondary(ci, spinup_method, spinup_data)) {
1285 cpu_start_secondary(struct cpu_info *ci, int method, uint64_t data) function
1606 cpu_start_secondary(ci, 1, 0);

Completed in 144 milliseconds