/haiku/src/system/boot/platform/efi/arch/x86_64/ |
H A D | arch_smp_64.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | long_smp_trampoline.S | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | Jamfile | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_start.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | support.S | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | smp_trampoline.S | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_smp_32.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_smp.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | Jamfile | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_start.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/src/system/boot/platform/efi/arch/arm64/ |
H A D | arch_smp.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_start.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/src/system/boot/platform/efi/arch/arm/ |
H A D | arch_smp.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_start.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/src/system/boot/platform/efi/ |
H A D | smp.h | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | smp.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/src/system/boot/platform/efi/arch/riscv64/ |
H A D | arch_smp.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
H A D | arch_start.cpp | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|
/haiku/headers/private/kernel/boot/platform/efi/ |
H A D | arch_smp.h | fdb459132e89dc0b7aea28006000867ce243c9dd Sat Jan 29 09:29:00 UTC 2022 David Karoly <karolyd577@gmail.com> boot/efi/x86: implement SMP detection and bootup
* move common SMP initialization code to x86/arch_smp.cpp
* factor out arch-specific SMP initialization to arch_smp_32.cpp resp arch_smp_64.cpp
* implement smp_trampoline for x86 32-bit EFI loader
* rename SMP trampoline for x86_64 to long_smp_trampoline
* add new argument virtKernelArgs to arch_smp_boot_other_cpus as the kernel args are not identity mapped on 32-bit architectures
Change-Id: I30d0bb1fa9bfb08f6784a2af34eb83d6b64afa57 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4869 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
|