zephyr/include/linker
Andrew Boie 8ce260d8df kernel: introduce supervisor-only stacks
These stacks are appropriate for threads that run purely in
supervisor mode, and also as stacks for interrupt and exception
handling.

Two new arch defines are introduced:

- ARCH_KERNEL_STACK_GUARD_SIZE
- ARCH_KERNEL_STACK_OBJ_ALIGN

New public declaration macros:

- K_KERNEL_STACK_RESERVED
- K_KERNEL_STACK_EXTERN
- K_KERNEL_STACK_DEFINE
- K_KERNEL_STACK_ARRAY_DEFINE
- K_KERNEL_STACK_MEMBER
- K_KERNEL_STACK_SIZEOF

If user mode is not enabled, K_KERNEL_STACK_* and K_THREAD_STACK_*
are equivalent.

Separately generated privilege elevation stacks are now declared
like kernel stacks, removing the need for K_PRIVILEGE_STACK_ALIGN.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 21:11:14 -04:00
..
app_smem_aligned.ld
app_smem_unaligned.ld
app_smem.ld
common-noinit.ld kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
common-ram.ld net: Use section foreach macros 2020-07-20 08:32:46 -07:00
common-rom.ld net: Use section foreach macros 2020-07-20 08:32:46 -07:00
cplusplus-ram.ld
cplusplus-rom.ld
debug-sections.ld
intlist.ld zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kobject-rom.ld
kobject-text.ld
kobject.ld kernel: delete separate logic for priv stacks 2020-03-17 20:11:27 +02:00
linker-defs.h kernel: introduce supervisor-only stacks 2020-07-30 21:11:14 -04:00
linker-tool-gcc.h
linker-tool.h
rel-sections.ld
section_tags.h linker: Clean up section name definitions 2020-04-30 13:42:36 -04:00
sections.h linker: Clean up section name definitions 2020-04-30 13:42:36 -04:00