zephyr/arch/arc/core/mpu
Andrew Boie 29095ac135 arc: fix off-by-one in _is_in_region()
Similar issue to what was fixed earlier in the MPUv3
code. start + size should be <= r_addr_end. Fixes
a problem where the last byte of an MPU region is
incorrectly reported as out-of-bounds.

Fixes: #15131

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-03 13:48:20 -04:00
..
arc_core_mpu.c arch: arc: refactor the ARC MPU driver 2019-03-14 23:53:16 -07:00
arc_mpu_v2_internal.h arc: fix off-by-one in _is_in_region() 2019-04-03 13:48:20 -04:00
arc_mpu_v3_internal.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
arc_mpu.c arch: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00
CMakeLists.txt arch: arm/arc: Remove usage of zephyr_library_ifdef. 2018-05-28 13:23:13 -04:00
Kconfig arch: arc: fix the bug in HW_STACK_PROTECTION 2019-03-29 16:15:10 -04:00