zephyr/arch/xtensa/core
Daniel Leung c972ef1a0f kernel: mm: move kernel mm functions under kernel includes
This moves the k_* memory management functions from sys/ into
kernel/ includes, as there are kernel public APIs. The z_*
functions are further separated into the kernel internal
header directory.

Also made a quick change to doxygen to group sys_mem_* into
the OS Memory Management group so they will appear in doc.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-11-20 09:19:14 +01:00
..
include xtensa: mmu: rename MMU_KERNEL_RING to Z_XTENSA_KERNEL_RING... 2023-08-26 16:50:40 -04:00
offsets xtensa: add some structs for interrupt stack frames 2023-04-20 04:45:52 -04:00
startup
CMakeLists.txt xtensa: add custom mem range check functions 2023-10-20 15:08:34 +02:00
coredump.c gdbstub: xtensa: add support for dc233c core 2023-09-27 19:30:15 -05:00
cpu_idle.c xtensa: set no optimization for arch_cpu_idle() with xt-clang 2023-07-24 11:07:30 -04:00
crt1.S xtensa: remove unused z_mp_entry declaration 2023-11-17 18:23:06 -05:00
debug_helpers_asm.S xtensa: add some structs for interrupt stack frames 2023-04-20 04:45:52 -04:00
fatal.c xtensa: limit speical exit() to XT_SIMULATOR 2023-05-08 09:59:54 +02:00
gdbstub.c xtensa: add some structs for interrupt stack frames 2023-04-20 04:45:52 -04:00
gen_zsr.py xtensa: gen_zsr: add _STR for extra registers 2023-05-23 08:54:29 +02:00
irq_manage.c
irq_offload.c
mem_manage.c kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
README-WINDOWS.rst
timing.c
tls.c
window_vectors.S
xcc_stubs.c
xtensa_backtrace.c xtensa: dc233c: enable backtrace support 2023-09-26 08:37:43 +02:00
xtensa_intgen.py
xtensa_intgen.tmpl
xtensa_mmu.c kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
xtensa-asm2-util.S xtensa: mmu: handle all data TLB misses in double exception 2023-08-26 16:50:40 -04:00
xtensa-asm2.c xtensa: cast char* to void* during stack dump with %p 2023-09-26 08:37:29 +02:00