zephyr/tests/kernel/mem_protect
Andrew Boie fe031611fd kernel: rename main/idle thread/stacks
The main and idle threads, and their associated stacks,
were being referenced in various parts of the kernel
with no central definition. Expose these in kernel_internal.h
and namespace with z_ appropriately.

The main and idle threads were being defined statically,
with another variable exposed to contain their pointer
value. This wastes a bit of memory and isn't accessible
to user threads anyway, just expose the actual thread
objects.

Redundance MAIN_STACK_SIZE and IDLE_STACK_SIZE defines
in init.c removed, just use the Kconfigs they derive
from.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-09-30 15:25:55 -04:00
..
futex
mem_protect tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
obj_validation kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
protection tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
stack_random tests: Never disable SMP 2019-09-26 16:54:06 -04:00
stackprot tests: clean up fatal error handlers 2019-08-06 19:32:22 -07:00
sys_sem tests: Never disable SMP 2019-09-26 16:54:06 -04:00
syscalls tests/kernel/mem_protect/syscalls: Add cases to test 64 bit arguments 2019-09-12 11:31:50 +08:00
userspace userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
x86_mmu_api x86: use per-thread page tables 2019-08-05 13:25:50 +02:00