zephyr/include/arch
Andrew Boie 73abd32a7d kernel: expose struct k_thread implementation
Historically, space for struct k_thread was always carved out of the
thread's stack region. However, we want more control on where this data
will reside; in memory protection scenarios the stack may only be used
for actual stack data and nothing else.

On some platforms (particularly ARM), including kernel_arch_data.h from
the toplevel kernel.h exposes intractable circular dependency issues.
We create a new per-arch header "kernel_arch_thread.h" with very limited
scope; it only defines the three data structures necessary to instantiate
the arch-specific bits of a struct k_thread.

Change-Id: I3a55b4ed4270512e58cf671f327bb033ad7f4a4f
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-04-26 16:29:06 +00:00
..
arc kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
arm arm: core: Add MPU parameter to the arm core 2017-04-25 21:53:16 +00:00
nios2 kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
riscv32 kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
x86 kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
xtensa kernel: add k_panic() and k_oops() APIs 2017-04-22 10:31:49 -04:00
cpu.h Xtensa port: Added support in arch/cpu.h for Xtensa cores. 2017-02-13 08:04:27 -08:00