Searched refs:tmp_stack_va_end (Results 1 – 5 of 5) sorted by relevance
148 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()
38 vaddr_t tmp_stack_va_end; member
30 offsetof(struct thread_core_local, tmp_stack_va_end));
139 offsetof(struct thread_core_local, tmp_stack_va_end));
53 vaddr_t tmp_stack_va_end; member