/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | arch_start.cpp | 70 addr_t virtKernelArgs; in arch_start_kernel() local 72 &virtKernelArgs); in arch_start_kernel() 164 smp_boot_other_cpus(pageDirectory, kernelEntry, virtKernelArgs); in arch_start_kernel() 169 pageDirectory, (uint32_t)virtKernelArgs, (uint32_t)kernelEntry, in arch_start_kernel() 173 enter_kernel(pageDirectory, virtKernelArgs, kernelEntry, in arch_start_kernel()
|
H A D | arch_smp_32.cpp | 67 uint32 pagedir, uint64 kernelEntry, addr_t virtKernelArgs, in prepare_trampoline_args() argument 86 args->kernel_args = virtKernelArgs; in prepare_trampoline_args()
|
H A D | arch_smp.cpp | 43 uint32 pagedir, uint64 kernelEntry, addr_t virtKernelArgs, 235 arch_smp_boot_other_cpus(uint32 pagedir, uint64 kernelEntry, addr_t virtKernelArgs) in arch_smp_boot_other_cpus() argument 256 pagedir, kernelEntry, virtKernelArgs, i); in arch_smp_boot_other_cpus()
|
/haiku/src/system/boot/platform/efi/ |
H A D | smp.cpp | 52 addr_t kernelEntry, addr_t virtKernelArgs) in smp_boot_other_cpus() argument 58 kernelEntry, virtKernelArgs); in smp_boot_other_cpus()
|
H A D | smp.h | 23 addr_t kernelEntry, addr_t virtKernelArgs);
|
/haiku/src/system/boot/platform/efi/arch/riscv64/ |
H A D | arch_start.cpp | 54 addr_t virtKernelArgs; in arch_start_kernel() local 56 &virtKernelArgs); in arch_start_kernel() 155 smp_boot_other_cpus(satp, kernelEntry, virtKernelArgs); in arch_start_kernel() 163 arch_enter_kernel(satp, virtKernelArgs, kernelEntry, in arch_start_kernel()
|
H A D | arch_smp.cpp | 203 arch_smp_boot_other_cpus(uint64 satp, uint64 kernel_entry, addr_t virtKernelArgs) in arch_smp_boot_other_cpus() argument
|
/haiku/headers/private/kernel/boot/platform/efi/ |
H A D | arch_smp.h | 35 void arch_smp_boot_other_cpus(uint64 satp, uint64 kernelEntry, addr_t virtKernelArgs); 37 void arch_smp_boot_other_cpus(uint32 pml4, uint64 kernelEntry, addr_t virtKernelArgs);
|
/haiku/src/system/boot/platform/efi/arch/arm/ |
H A D | arch_start.cpp | 92 addr_t virtKernelArgs; in arch_start_kernel() local 94 &virtKernelArgs); in arch_start_kernel() 214 final_ttbr0, (uint32_t)virtKernelArgs, (uint32_t)kernelEntry, in arch_start_kernel() 217 enter_kernel(final_ttbr0, virtKernelArgs, kernelEntry, in arch_start_kernel()
|
H A D | arch_smp.cpp | 64 arch_smp_boot_other_cpus(uint32 pml4, uint64 kernelEntry, addr_t virtKernelArgs) in arch_smp_boot_other_cpus() argument
|
/haiku/src/system/boot/platform/efi/arch/x86_64/ |
H A D | arch_smp_64.cpp | 69 uint32 pagedir, uint64 kernelEntry, addr_t virtKernelArgs, in prepare_trampoline_args() argument 88 args->kernel_args = virtKernelArgs; in prepare_trampoline_args()
|
/haiku/src/system/boot/platform/efi/arch/arm64/ |
H A D | arch_smp.cpp | 53 arch_smp_boot_other_cpus(uint32 pml4, uint64 kernelEntry, addr_t virtKernelArgs) in arch_smp_boot_other_cpus() argument
|