zephyr/arch/arm/core
Andrew Boie 8915e41b7b userspace: adjust arch memory domain interface
The current API was assuming too much, in that it expected that
arch-specific memory domain configuration is only maintained
in some global area, and updates to domains that are not currently
active have no effect.

This was true when all memory domain state was tracked in page
tables or MPU registers, but no longer works when arch-specific
memory management information is stored in thread-specific areas.

This is needed for: #13441 #13074 #15135

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-08-05 13:25:50 +02:00
..
cortex_m userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
offsets
__aeabi_atexit.c
CMakeLists.txt arch: arm: Move prep_c.c to common location 2019-08-02 23:37:03 +03:00
cpu_idle.S
exc_exit.S
fatal.c arch: arm: only allow OOPS and STACK_CHK_FAIL from nPRIV mode 2019-07-29 11:08:49 -07:00
fault_s.S
irq_manage.c
irq_offload.c
irq_relay.S
isr_wrapper.S
Kconfig arch: arm: Move thread_abort.c to cortex_m specific directory 2019-08-02 23:37:03 +03:00
nmi_on_reset.S arch: arm: Move nmi code for Cortex-R support 2019-08-02 23:37:03 +03:00
nmi.c arch: arm: Move nmi code for Cortex-R support 2019-08-02 23:37:03 +03:00
prep_c.c arch: arm: Move prep_c.c to common location 2019-08-02 23:37:03 +03:00
swap_helper.S arch: arm: userspace: correct inline comment for bad syscalls 2019-07-02 19:18:48 -04:00
swap.c
thread.c
userspace.S arch: arm: userspace: don't use the default stack in z_arm_do_syscall 2019-07-02 19:18:48 -04:00