zephyr/kernel
Andrew Boie e4cc84a537 kernel: update arch_switch_to_main_thread()
This now takes a stack pointer as an argument with TLS
and random offsets accounted for properly.

Based on #24467 authored by Flavio Ceolin.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-07-30 21:11:14 -04:00
..
include kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
atomic_c.c
CMakeLists.txt kernel: add k_mem_map() and related defines 2020-07-17 11:38:18 +02:00
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
Kconfig kernel: overhaul stack specification 2020-07-30 21:11:14 -04:00
Kconfig.power_mgmt
kheap.c
mailbox.c
mem_domain.c kernel: mem_domain: centralize assertions 2020-07-20 15:32:16 +02:00
mem_slab.c
mempool_sys.c
mempool.c
mmu.c kernel: add k_mem_map() and related defines 2020-07-17 11:38:18 +02:00
msg_q.c
mutex.c
pipes.c kernel: pipes: rename inner spinlock keys 2020-07-25 21:26:15 -04:00
poll.c
queue.c
sched.c
sem.c
smp.c kernel: smp: avoid identifier collisions 2020-07-25 21:26:15 -04:00
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
timeout.c kernel: timeout: avoid identifier collisions 2020-07-25 21:26:15 -04:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c