1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 18:32:45 +00:00
serenity/Kernel/Arch/aarch64
Timon Kruiper 2cf36a1ca2 Kernel: Panic when an assertion is failed in aarch64 Kernel
This in turn makes sure that we get a nice backtrace when an assertion
failed, or when a VERIFY_NOT_REACHED() is hit.
2022-05-03 21:53:36 +02:00
..
Prekernel Kernel: Remove unused aarch64 Prekernel::panic() function 2022-05-03 21:53:36 +02:00
RPi Kernel: Remove UART::{print_num, print_hex} since they are unused 2022-05-03 00:59:35 +02:00
ASM_wrapper.h Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace 2021-11-28 22:01:21 -08:00
BootPPMParser.cpp Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
BootPPMParser.h Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
CPU.h Kernel: Add PAGE_MASK to an aarch64 CPU header 2022-04-02 19:34:20 -07:00
CrashHandler.cpp Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function 2022-04-04 14:35:54 -07:00
Dummy.cpp Kernel: Implement __panic() for the aarch64 Kernel 2022-05-03 21:53:36 +02:00
init.cpp Kernel: Panic when an assertion is failed in aarch64 Kernel 2022-05-03 21:53:36 +02:00
kprintf.cpp Kernel: Modify UART::print_str() to also take into account the length 2022-05-03 00:59:35 +02:00
linker.ld Kernel: Add the .ksyms section to the aarch64 Kernel binary 2022-05-03 21:53:36 +02:00
MainIdRegister.cpp Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
MainIdRegister.h Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
mcontext.h Kernel: Create a stub mcontext for aarch64 2022-03-12 14:54:12 -08:00
PageDirectory.cpp Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cpp 2022-04-04 14:35:54 -07:00
Panic.cpp Kernel: Implement __panic() for the aarch64 Kernel 2022-05-03 21:53:36 +02:00
Processor.h Kernel: Remove VERIFY_NOT_REACHED in {current, idle}_thread for aarch64 2022-05-03 21:53:36 +02:00
Registers.h Everywhere: Remove redundant inline keyword 2022-01-29 21:45:17 +02:00
RegisterState.h Kernel: Make MemoryManager compile on aarch64 2022-04-02 19:34:20 -07:00
SafeMem.cpp Kernel: Implement safe_memcpy for the aarch64 build 2022-05-03 21:53:36 +02:00
ScopedCritical.cpp Kernel: Add VERIFY_NOT_REACHED to aarch64 locking functions 2022-04-04 14:35:54 -07:00
SerenityLogoRGB.ppm Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
SmapDisabler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
Spinlock.cpp Kernel: Add bare-minimum implementation for aarch64 Spinlock 2022-05-03 21:53:36 +02:00
vector_table.S Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00