Searched refs:z_stack_space_get (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/subsys/shell/modules/kernel_service/thread/ | 
| D | stacks.c | 77 		int err = z_stack_space_get(buf, size, &unused);  in cmd_kernel_thread_stacks()
 | 
| /Zephyr-latest/arch/x86/core/ | 
| D | userspace.c | 200 	return z_stack_space_get(&hdr_stack_obj->privilege_stack[0],  in arch_thread_priv_stack_space_get()
 | 
| /Zephyr-latest/kernel/include/ | 
| D | kernel_internal.h | 162 int z_stack_space_get(const uint8_t *stack_start, size_t size, size_t *unused_ptr);
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | thread.c | 186 	return z_stack_space_get(&hdr_stack_obj->privilege_stack[0],  in arch_thread_priv_stack_space_get()
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | thread.c | 216 	return z_stack_space_get((void *)thread->arch.priv_stack_start, *stack_size, unused_ptr);  in arch_thread_priv_stack_space_get()
 | 
| /Zephyr-latest/subsys/debug/ | 
| D | thread_analyzer.c | 179 	err = z_stack_space_get(buf, size, &unused);  in isr_stack()
 | 
| /Zephyr-latest/kernel/ | 
| D | thread.c | 806 int z_stack_space_get(const uint8_t *stack_start, size_t size, size_t *unused_ptr)  in z_stack_space_get()  function866 	return z_stack_space_get((const uint8_t *)thread->stack_info.start,  in z_impl_k_thread_stack_space_get()
 
 |