zephyr/arch/riscv/core
Dino Li 252d68ff9f arch/riscv: add support for detecting null pointer exception using PMP
This change uses a PMP slot to implement null pointer detection.

Signed-off-by: Dino Li <Dino.Li@ite.com.tw>
2023-06-17 07:45:30 -04:00
..
offsets
CMakeLists.txt
asm_macros.inc
coredump.c
cpu_idle.c
fatal.c
fpu.S
fpu.c
irq_manage.c riscv: refactor: Utilize the available helper macro 2023-04-21 12:54:55 +02:00
irq_offload.c
isr.S riscv: exclude more code when multithreading is disabled 2023-05-31 06:17:10 -04:00
pmp.S
pmp.c arch/riscv: add support for detecting null pointer exception using PMP 2023-06-17 07:45:30 -04:00
prep_c.c
reboot.c
reset.S
semihost.c
smp.c riscv: prevent possible deadlock on SMP with FPU sharing 2023-05-25 08:25:11 +00:00
switch.S
thread.c Revert "arch: riscv: Enable builds without the multithreading" 2023-05-26 09:04:30 -04:00
tls.c
userspace.S
vector_table.ld