zephyr/kernel
Daniel Leung b4c455c754 arch: add interface to get stack space of privileged stack
This adds a new arch_thread_priv_stack_space_get() interface for
each architecture to report privileged stack space usage. Each
architecture will need to implement this function as each arch
has their own way of defining privileged stacks.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-08-28 06:50:30 -04:00
..
include arch: add interface to get stack space of privileged stack 2024-08-28 06:50:30 -04:00
paging
CMakeLists.txt
Kconfig kernel: Define optional arch_thread_name_set() 2024-08-23 08:01:33 -04:00
Kconfig.device
Kconfig.mem_domain
Kconfig.obj_core
Kconfig.smp
Kconfig.vm kernel: mmu: support for on-demand mappings 2024-08-26 17:25:41 -04:00
atomic_c.c
banner.c
busy_wait.c
compiler_stack_protect.c
condvar.c
cpu_mask.c
device.c
dynamic.c
dynamic_disabled.c
errno.c
events.c
fatal.c
float.c
futex.c
idle.c
init.c
init_static.c
ipi.c
irq_offload.c
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c
mempool.c
mmu.c kernel: mmu: support for on-demand mappings 2024-08-26 17:25:41 -04:00
msg_q.c
mutex.c
nothread.c
obj_core.c
pipes.c
poll.c
priority_queues.c
queue.c
sched.c
sem.c
smp.c
spinlock_validate.c
stack.c
system_work_q.c
thread.c kernel: Define optional arch_thread_name_set() 2024-08-23 08:01:33 -04:00
thread_monitor.c
timeout.c
timer.c
timeslicing.c
usage.c
userspace.c
userspace_handler.c
version.c
work.c
xip.c