zephyr/include/arch
Carlo Caione 2f3962534a arch: arm64: Remove new thread entry wrapper
Instead of having some special stack frame when first scheduling new
thread and a new thread entry wrapper to pull out the needed data, we
can reuse the context restore code by adapting the initial stack frame.

This reduces the lines of code and simplify the code at the expense of a
slightly bigger initial stack frame.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2020-10-06 10:25:56 -04:00
..
arc ARC: MWDT: drop redundant stack checking 2020-10-02 11:32:12 +02:00
arm arch: arm64: Remove new thread entry wrapper 2020-10-06 10:25:56 -04:00
common ARCH: COMMON: split sys_io.h for MMIO & memory bits functions 2020-09-01 13:36:48 +02:00
nios2 arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
posix Revert "posix: linker: Wrap rodata and rwdata in sections." 2020-09-02 14:46:01 -04:00
riscv arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
x86 arch/x86: Optimize ACPI RSDP lookup 2020-10-01 11:16:40 -07:00
xtensa arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
arch_inlines.h
cpu.h
syscall.h