zephyr/soc/riscv/riscv-privilege/common
Gerard Marull-Paretas 736a1a9113 soc: riscv: remove usage of SOC_ERET
All SOC_ERET definitions expand to the mret instruction (used to return
from a trap: exception or interruption). The 'eret' instruction existed
in previous RISC-V privileged specs, but it doesn't seem to be used in
Zephyr (ref. RISC-V Privileged Architectures 3.2.2).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-04 13:44:48 +02:00
..
nuclei
CMakeLists.txt
idle.c
soc_common.h soc: riscv: remove usage of SOC_ERET 2022-08-04 13:44:48 +02:00
soc_common_irq.c
soc_irq.S
vector.S