Lines Matching refs:thread_core_local

23 struct thread_core_local *thread_core_local __nex_bss;
28 static struct thread_core_local
30 struct thread_core_local *thread_core_local __nex_data = __thread_core_local;
37 struct thread_core_local *__thread_core_local_new __nex_bss;
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()
153 va = thread_core_local[n].abt_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()
227 va = thread_core_local[n].abt_stack_va_end; in thread_check_canaries()
255 static struct thread_core_local * __nostackcheck
270 thread_core_local != __thread_core_local_new) in get_core_local()
271 return thread_core_local; in get_core_local()
274 return &thread_core_local[pos]; in get_core_local()
277 struct thread_core_local * __nostackcheck thread_get_core_local(void) in thread_get_core_local()
293 va = thread_core_local[n].tmp_stack_va_end + STACK_TMP_OFFS; in print_stack_limits()
298 va = thread_core_local[n].abt_stack_va_end; in print_stack_limits()
334 struct thread_core_local *l = get_core_local(pos); in get_stackcheck_recursion_flag()
374 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread()
382 struct thread_core_local *l = thread_get_core_local(); in thread_clr_boot_thread()
393 struct thread_core_local *l = thread_get_core_local(); in thread_get_tmp_sp()
425 struct thread_core_local *l = get_core_local(pos); in get_stack_limits()
457 struct thread_core_local *l = thread_get_core_local(); in thread_is_from_abort_mode()
469 struct thread_core_local *l = thread_get_core_local(); in thread_is_in_normal_mode()
489 struct thread_core_local *l = thread_get_core_local(); in thread_get_id_may_fail()
616 struct thread_core_local *tcl = NULL; in thread_init_thread_core_local()
629 tcl = thread_core_local; in thread_init_thread_core_local()
643 tcl[n] = thread_core_local[0]; in thread_init_thread_core_local()
681 struct thread_core_local *tcl = thread_core_local; in thread_init_core_local_pauth_keys()
697 struct thread_core_local *l = thread_get_core_local(); in thread_get_ctx_regs()
707 struct thread_core_local *l; in thread_set_foreign_intr()
731 struct thread_core_local *l; in thread_restore_foreign_intr()