Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance

/arch/x86/core/
A Duserspace.c162 size_t stack_size; in arch_user_mode_enter() local
167 stack_size = K_THREAD_STACK_LEN(_current->stack_info.size); in arch_user_mode_enter()
174 stack_size -= CONFIG_MMU_PAGE_SIZE; in arch_user_mode_enter()
178 stack_start, stack_size, in arch_user_mode_enter()
189 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() argument
/arch/x86/include/intel64/
A Dkernel_arch_data.h26 size_t stack_size; /* size of stack */ member
72 .stack_size = K_KERNEL_STACK_LEN(CONFIG_ISR_STACK_SIZE), \
/arch/riscv/core/
A Dthread.c207 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() argument
214 *stack_size = Z_STACK_PTR_ALIGN(K_KERNEL_STACK_RESERVED + CONFIG_PRIVILEGED_STACK_SIZE); in arch_thread_priv_stack_space_get()
216 return z_stack_space_get((void *)thread->arch.priv_stack_start, *stack_size, unused_ptr); in arch_thread_priv_stack_space_get()
/arch/x86/core/offsets/
A Dintel64_offsets.c52 GEN_OFFSET_SYM(x86_cpuboot_t, stack_size);
/arch/x86/core/intel64/
A Dcpu.c75 x86_cpuboot[cpu_num].stack_size = sz; in arch_cpu_start()
/arch/xtensa/core/
A Dthread.c240 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() argument

Completed in 20 milliseconds