Searched refs:smp_boot_other_cpus (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.h22 extern void smp_boot_other_cpus(void (*entryFunc)(void));
H A Dstart.cpp149 smp_boot_other_cpus(smp_start_kernel);
H A Dlong.cpp370 smp_boot_other_cpus(long_smp_start_kernel);
H A Dsmp.cpp422 smp_boot_other_cpus(void (*entryFunc)(void)) function
/haiku/src/system/boot/platform/efi/
H A Dsmp.h22 extern void smp_boot_other_cpus(addr_t pageTable,
H A Dsmp.cpp51 smp_boot_other_cpus(addr_t pageTable, function
/haiku/src/system/boot/platform/riscv/
H A Dsmp.h49 void smp_boot_other_cpus(uint64 pageTable, uint64 kernel_entry);
H A Dsmp.cpp35 smp_boot_other_cpus(uint64 pageTable, uint64 kernel_entry) function
H A Dstart.cpp177 smp_boot_other_cpus(satp, image->elf_header.e_entry);
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_start.cpp155 smp_boot_other_cpus(satp, kernelEntry, virtKernelArgs);
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_start.cpp175 smp_boot_other_cpus(final_pml4, kernelEntry, (addr_t)&gKernelArgs);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp164 smp_boot_other_cpus(pageDirectory, kernelEntry, virtKernelArgs);

Completed in 167 milliseconds