Searched refs:STACK_THREAD_SIZE (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | thread.c | 75 DECLARE_STACK(stack_thread, CFG_NUM_THREADS, STACK_THREAD_SIZE, static); 166 init_canaries(STACK_THREAD_SIZE, va); in thread_init_canaries() 240 STACK_THREAD_SIZE, va); in thread_check_canaries() 306 start = stack_end_va_to_top_soft(STACK_THREAD_SIZE, va); in print_stack_limits() 307 end = stack_end_va_to_bottom(STACK_THREAD_SIZE, va); in print_stack_limits() 413 return stack_end_va_to_top_soft(STACK_THREAD_SIZE, thr->stack_va_end); in thread_stack_start() 418 return STACK_THREAD_SIZE; in thread_stack_size() 439 stack_size = STACK_THREAD_SIZE; in get_stack_limits() 543 SMALL_PAGE_SIZE + STACK_THREAD_SIZE); in init_thread_stacks() 573 va = alloc_stack(STACK_THREAD_SIZE, false); in init_thread_stacks() [all …]
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_private_arch.h | 28 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA) macro 48 #define STACK_THREAD_SIZE (12288 + CFG_STACK_THREAD_EXTRA) macro 50 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA) macro
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | thread_private_arch.h | 22 #define STACK_THREAD_SIZE (10240 + CFG_STACK_THREAD_EXTRA) macro 24 #define STACK_THREAD_SIZE (8192 + CFG_STACK_THREAD_EXTRA) macro
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 457 (void *)(threads[ct].stack_va_end - STACK_THREAD_SIZE), in thread_state_free() 458 STACK_THREAD_SIZE); in thread_state_free() 487 vaddr_t base = thr->stack_va_end - STACK_THREAD_SIZE; in release_unused_kernel_stack()
|