zephyr/arch/arc/core
Daniel Leung efe30749de kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER
Simple rename to align the kernel naming scheme. This is being
used throughout the tree, especially in the architecture code.
As this is not a private API internal to kernel, prefix it
appropriately with K_.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-03-27 19:27:10 -04:00
..
dsp
mpu
offsets
secureshield
CMakeLists.txt arch: arc rename arc_smp.c -> smp.c 2024-01-09 10:00:17 +01:00
arc_connect.c
cache.c arch: arc: use sys_cache instead of arch-function for enabling the cache 2024-01-10 09:59:58 +01:00
cpu_idle.S
fast_irq.S
fatal.c ARC: logging: Print exception info independent of CONFIG_LOG 2024-02-05 14:44:57 -05:00
fault.c ARC: logging: Print exception info independent of CONFIG_LOG 2024-02-05 14:44:57 -05:00
fault_s.S
irq_manage.c kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
irq_offload.c
isr_wrapper.S
prep_c.c ARC: ARCv3: enable shared cache if available 2024-01-30 12:36:24 +01:00
regular_irq.S
reset.S ARC: ARCv3: enable HW prefetch on boot 2024-01-30 12:36:24 +01:00
smp.c kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
switch.S
thread.c kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER 2024-03-27 19:27:10 -04:00
thread_entry_wrapper.S
timestamp.c
tls.c
userspace.S
vector_table.c
vector_table.ld