Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dthread.c112 static vaddr_t stack_end_va_to_bottom(size_t stack_size __unused, in stack_end_va_to_bottom() function
295 end = stack_end_va_to_bottom(STACK_TMP_SIZE, va); in print_stack_limits()
300 end = stack_end_va_to_bottom(STACK_ABT_SIZE, va); in print_stack_limits()
307 end = stack_end_va_to_bottom(STACK_THREAD_SIZE, va); in print_stack_limits()
445 *end = stack_end_va_to_bottom(stack_size, va); in get_stack_limits()