zephyr/arch/riscv/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
..
offsets arch: riscv: offsets: fix header race condition 2024-01-19 15:13:53 +00:00
CMakeLists.txt
asm_macros.inc
coredump.c
cpu_idle.c arch: riscv: disable interrupts before `wfi` 2024-03-21 14:30:15 +01:00
fatal.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
fpu.S
fpu.c
irq_manage.c riscv: irq: Set prio for dynamic and direct irqs on clic 2024-01-18 10:53:27 +01:00
irq_offload.c
isr.S arch: riscv: make __soc_is_irq optional 2024-01-23 09:57:57 +01:00
pmp.S
pmp.c arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
prep_c.c arch: riscv: define local soc_interrupt_init prototypes 2024-01-15 09:58:03 +01:00
reboot.c
reset.S
semihost.c
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
tls.c
userspace.S
vector_table.ld