Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dthread.c148 if (thread_core_local[n].tmp_stack_va_end) { in thread_init_canaries()
149 va = thread_core_local[n].tmp_stack_va_end + in thread_init_canaries()
220 if (thread_core_local[n].tmp_stack_va_end) { in thread_check_canaries()
221 va = thread_core_local[n].tmp_stack_va_end + in thread_check_canaries()
293 va = thread_core_local[n].tmp_stack_va_end + STACK_TMP_OFFS; in print_stack_limits()
401 return (void *)l->tmp_stack_va_end; in thread_get_tmp_sp()
432 va = l->tmp_stack_va_end + STACK_TMP_OFFS; in get_stack_limits()
655 tcl[n].tmp_stack_va_end = va - STACK_TMP_OFFS; in thread_init_thread_core_local()
658 vaddr_to_phys(tcl[n].tmp_stack_va_end); in thread_init_thread_core_local()
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h38 vaddr_t tmp_stack_va_end; member
/optee_os/core/arch/riscv/kernel/
H A Dasm-defines.c30 offsetof(struct thread_core_local, tmp_stack_va_end));
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c139 offsetof(struct thread_core_local, tmp_stack_va_end));
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h53 vaddr_t tmp_stack_va_end; member