zephyr/include/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/aarch32 arch: arm: aarch32: cortex_m: nvic: make header self-contained 2022-01-11 11:52:27 +01:00
arm64 clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
common include: common: Add sys_set_bits and set_clear_bits inline functions 2021-10-12 08:37:03 -04:00
nios2 clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
posix linker: update posix linker template, linker.ld 2022-01-07 17:00:28 +01:00
riscv arch: riscv: pmp: Fix is_user_mode in RV64 2022-01-18 13:11:36 -05:00
sparc clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
x86 x86: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
xtensa arch/xtensa: Promote adsp RPO/cache utilities to an arch API 2022-01-11 11:53:53 +01:00
arch_inlines.h
cpu.h
structs.h
syscall.h