zephyr/arch/arc/core
Ioannis Glaropoulos 39bf24a9bd kernel: expose k_mem_partition_attr_t outside User mode
This commit exposes k_mem_partition_attr_t outside User Mode, so
we can use struct k_mem_partition for defining memory partitions
outside the scope of user space (for example, to describe thread
stack guards or no-cacheable MPU regions). A requirement is that
the Zephyr build supports Memory protection. To signify this, a
new hidden, all-architecture Kconfig symbol is defined (MPU). In
the wake of exposing k_mem_partition_attr_t, the commit exposes
the MPU architecture-specific access permission attribute macros
outside the User space context (for all ARCHs), so they can be
used in a more generic way.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-12-05 15:15:07 -05:00
..
mpu kernel: expose k_mem_partition_attr_t outside User mode 2018-12-05 15:15:07 -05:00
offsets
CMakeLists.txt
atomic.S
cache.c arch: Making body of selection statement a compound statement 2018-11-29 14:21:29 -08:00
cpu_idle.S
fast_irq.S
fatal.c
fault.c
fault_s.S
irq_manage.c arch: Making body of selection statement a compound statement 2018-11-29 14:21:29 -08:00
irq_offload.c
isr_wrapper.S
prep_c.c
regular_irq.S
reset.S
swap.S
sys_fatal_error_handler.c
thread.c arch: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
thread_entry_wrapper.S
timestamp.c sys_clock: Fix unsafe tick count usage 2018-10-16 15:03:10 -04:00
userspace.S
vector_table.c