Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dthread.c460 struct thread_core_local *tcl = thread_core_local; in thread_init_thread_core_local() local
463 tcl[n].curr_thread = THREAD_ID_INVALID; in thread_init_thread_core_local()
464 tcl[n].flags = THREAD_CLF_TMP; in thread_init_thread_core_local()
466 tcl[0].tmp_stack_va_end = GET_STACK_BOTTOM(stack_tmp, 0); in thread_init_thread_core_local()
472 struct thread_core_local *tcl = thread_core_local; in thread_init_core_local_stacks() local
475 tcl[n].tmp_stack_va_end = GET_STACK_BOTTOM(stack_tmp, n) - in thread_init_core_local_stacks()
477 tcl[n].abt_stack_va_end = GET_STACK_BOTTOM(stack_abt, n); in thread_init_core_local_stacks()
493 struct thread_core_local *tcl = thread_core_local; in thread_init_core_local_pauth_keys() local
497 if (crypto_rng_read(&tcl[n].keys, sizeof(tcl[n].keys))) in thread_init_core_local_pauth_keys()

Completed in 4 milliseconds