zephyr/kernel
Andrew Boie 52bf482471 userspace: fix k_mem_domain_init()
The synchronous arch hook wasn't being invoked when
k_mem_domain_init() was called with a partition list.
This could result with regions not being programmed in
the page tables as expected.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-10-21 10:20:49 -07:00
..
include kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
atomic_c.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
Kconfig kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
kheap.c
mailbox.c
mem_domain.c userspace: fix k_mem_domain_init() 2020-10-21 10:20:49 -07:00
mem_slab.c
mempool_sys.c
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c kernel/poll: Mark incompatibility with KERNEL_COHERENCE 2020-10-21 06:38:53 -04:00
queue.c
sched.c kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c soc/xtensa: Misc. checkpatch fixups 2020-10-21 06:38:53 -04:00
timeout.c kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
timer.c
userspace_handler.c
userspace.c userspace: Fix thread index type in z_thread_perms_all_clear() 2020-10-21 08:00:35 -04:00
version.c
work_q.c