Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dthread.h235 static inline bool __nostackcheck get_stack_soft_limits(vaddr_t *start, in get_stack_soft_limits() function
/optee_os/core/kernel/
H A Dthread.c319 if (!get_stack_soft_limits(&stack_start, &stack_end)) in check_stack_limits()