Searched defs:thread_core_local (Results 1 – 2 of 2) sorted by relevance
37 struct thread_core_local { struct39 uint32_t r[2];40 paddr_t sm_pm_ctx_phys;43 uint64_t x[4];45 vaddr_t tmp_stack_va_end;46 short int curr_thread;47 uint32_t flags;48 vaddr_t abt_stack_va_end;50 unsigned int locked_count; /* Number of spinlocks held */53 bool stackcheck_recursion;
42 struct thread_core_local thread_core_local[CFG_TEE_CORE_NB_CORE] __nex_bss; variable
Completed in 8 milliseconds