1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Kernel/Arch/riscv64
Sönke Holz 4cd1e4d69e Kernel/riscv64: Use ALWAYS_INLINE instead of inline in CSR header
This fixes building the kernel with `-Og` when using GCC.
2023-12-14 09:02:15 -07:00
..
Firmware/ACPI Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
boot.S Kernel: Add riscv64 assembly startup code 2023-08-29 11:07:06 +02:00
CPU.h Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
CPUID.h Kernel/riscv64: Add RISC-V Processor class 2023-10-28 10:36:06 -06:00
CSR.h Kernel/riscv64: Use ALWAYS_INLINE instead of inline in CSR header 2023-12-14 09:02:15 -07:00
DebugOutput.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
Delay.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
FPUState.h Kernel/riscv64: Add register state related headers 2023-10-28 10:36:06 -06:00
InterruptController.h Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
InterruptManagement.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
InterruptManagement.h Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
Interrupts.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
IRQController.h Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
linker.ld Kernel/riscv64: Add .{ro,unmap}_after_init sections to linker script 2023-12-08 12:36:38 -07:00
mcontext.h Toolchain: Add (basic) support for riscv64 2023-08-11 09:20:08 +02:00
PageDirectory.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
PageDirectory.h Kernel/riscv64: Add initial PageDirectory header 2023-11-10 15:51:31 -07:00
Panic.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
PCI.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
PowerState.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
pre_init.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
Processor.cpp Kernel/riscv64: Add RISC-V Processor class 2023-10-28 10:36:06 -06:00
Processor.h Kernel/riscv64: Add RISC-V Processor class 2023-10-28 10:36:06 -06:00
RegisterState.h Kernel/riscv64: Add register state related headers 2023-10-28 10:36:06 -06:00
SafeMem.cpp Kernel/riscv64: Make the kernel compile 2023-11-10 15:51:31 -07:00
SBI.cpp Kernel/riscv64: Add basic SBI support 2023-09-07 11:56:34 -06:00
SBI.h Kernel/riscv64: Add basic SBI support 2023-09-07 11:56:34 -06:00
SmapDisabler.cpp Kernel/riscv64: Implement RISC-V SmapDisabler 2023-11-10 15:51:31 -07:00
ThreadRegisters.h Kernel/riscv64: Add register state related headers 2023-10-28 10:36:06 -06:00
TrapFrame.h Kernel/riscv64: Add register state related headers 2023-10-28 10:36:06 -06:00