zephyr/arch
Jim Shu fd2c07682e arch: riscv: pmp: Fix is_user_mode in RV64
Currently, is_user_mode is 8-byte in riscv64 and it breaks a 4-byte PMP
region protecting it. Because is_user_mode is a single flag, we could
just fix it's size to 4-byte in both riscv32 and riscv64.

Signed-off-by: Jim Shu <cwshu09@gmail.com>
2022-01-18 13:11:36 -05:00
..
arc arc: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
arm arm: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
arm64 kernel: Reset the switch_handler only in the arch code 2022-01-18 10:41:35 -05:00
common cmake: CMake linker script generator pass handling 2021-11-08 20:45:07 +01:00
nios2 nios2: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
posix posix: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
riscv arch: riscv: pmp: Fix is_user_mode in RV64 2022-01-18 13:11:36 -05:00
sparc sparc: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
x86 x86: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
xtensa xtensa: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig coredump: add support for RISC-V 2021-12-08 08:54:32 -05:00