Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dasm-defines.c41 DEFINE(THREAD_CORE_LOCAL_R0, offsetof(struct thread_core_local, r[0]));
43 offsetof(struct thread_core_local, sm_pm_ctx_phys));
44 DEFINE(THREAD_CORE_LOCAL_SIZE, sizeof(struct thread_core_local));
110 DEFINE(THREAD_CORE_LOCAL_X0, offsetof(struct thread_core_local, x[0]));
113 offsetof(struct thread_core_local, kcode_offset));
116 offsetof(struct thread_core_local, bhb_loop_count));
120 offsetof(struct thread_core_local, keys));
133 offsetof(struct thread_core_local, tmp_stack_va_end));
135 offsetof(struct thread_core_local, curr_thread));
137 offsetof(struct thread_core_local, flags));
[all …]
A Dthread.c48 ROUNDUP(sizeof(struct thread_core_local) * CFG_TEE_CORE_NB_CORE,
223 struct thread_core_local *l = thread_get_core_local(); in __thread_alloc_and_run()
365 struct thread_core_local *l = thread_get_core_local(); in thread_resume_from_rpc()
416 struct thread_core_local *l = thread_get_core_local(); in thread_get_saved_thread_sp()
433 struct thread_core_local *l = thread_get_core_local(); in thread_state_free()
484 struct thread_core_local *l = thread_get_core_local(); in thread_state_suspend()
538 set_core_local_kcode_offset(struct thread_core_local *cls, long offset) in set_core_local_kcode_offset()
559 set_core_local_kcode_offset(thread_core_local, in init_user_kcode()
570 thread_user_kdata_sp_offset = (vaddr_t)thread_core_local - v; in init_user_kcode()
654 struct thread_core_local *cl = (void *)thread_user_kdata_page; in select_vector_wa_spectre_bhb()
[all …]
/optee_os-3.20.0/core/kernel/
A Dspin_lock_debug.c12 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_incr()
20 struct thread_core_local *l = thread_get_core_local(); in spinlock_count_decr()
28 struct thread_core_local *l; in have_spinlock()
A Dthread.c21 struct thread_core_local thread_core_local[CFG_TEE_CORE_NB_CORE] __nex_bss; variable
149 static struct thread_core_local * __nostackcheck
160 return &thread_core_local[pos]; in get_core_local()
216 struct thread_core_local *l = get_core_local(pos); in get_stackcheck_recursion_flag()
256 struct thread_core_local *l = thread_get_core_local(); in thread_init_boot_thread()
308 struct thread_core_local *l = get_core_local(pos); in get_stack_limits()
460 struct thread_core_local *tcl = thread_core_local; in thread_init_thread_core_local()
472 struct thread_core_local *tcl = thread_core_local; in thread_init_core_local_stacks()
493 struct thread_core_local *tcl = thread_core_local; in thread_init_core_local_pauth_keys()
519 struct thread_core_local *l; in thread_set_foreign_intr()
[all …]
/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h76 extern struct thread_core_local thread_core_local[];
A Dthread.h54 struct thread_core_local *thread_get_core_local(void);
/optee_os-3.20.0/core/arch/arm/sm/
A Dpm.c34 struct thread_core_local *p = thread_get_core_local(); in sm_pm_cpu_suspend_save()
A Dpm_a32.S131 .extern thread_core_local
133 .long thread_core_local - .
/optee_os-3.20.0/core/arch/riscv/include/kernel/
A Dthread_arch.h22 struct thread_core_local { struct
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_arch.h42 struct thread_core_local { struct

Completed in 13 milliseconds