zephyr/arch/xtensa/core
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_
Promote the private z_arch_* namespace, which specifies
the interface between the core kernel and the
architecture code, to a new top-level namespace named
arch_*.

This allows our documentation generation to create
online documentation for this set of interfaces,
and this set of interfaces is worth treating in a
more formal way anyway.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-11-07 15:21:46 -08:00
..
offsets headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
startup arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
atomic.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cpu_idle.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
crt1.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
fatal.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
irq_offload.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
window_vectors.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa-asm2-util.S xtensa: remove legacy arch implementation 2019-09-12 01:26:34 -04:00
xtensa-asm2.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
xtensa_intgen.py xtensa: xtensa_intgen.py: Change 'not lvl in ...' to 'lvl not in ...' 2019-09-07 07:55:01 -04:00
xtensa_intgen.tmpl