Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Darch_scall.c22 static void save_panic_regs_a32_ta(struct thread_specific_data *tsd, in save_panic_regs_a32_ta()
47 struct thread_specific_data *tsd = thread_get_tsd(); in scall_save_panic_stack()
71 static void save_panic_regs_a32_ta(struct thread_specific_data *tsd, in save_panic_regs_a32_ta()
95 static void save_panic_regs_a64_ta(struct thread_specific_data *tsd, in save_panic_regs_a64_ta()
119 struct thread_specific_data *tsd = thread_get_tsd(); in scall_save_panic_stack()
150 struct thread_specific_data *tsd = thread_get_tsd(); in scall_save_panic_stack()
H A Dabort.c254 struct thread_specific_data *tsd = thread_get_tsd(); in abort_print_current_ts()
279 struct thread_specific_data *tsd = thread_get_tsd(); in save_abort_info_in_tsd()
/optee_os/core/kernel/
H A Dts_manager.c16 static void update_current_ctx(struct thread_specific_data *tsd) in update_current_ctx()
40 struct thread_specific_data *tsd = thread_get_tsd(); in ts_push_current_session()
48 struct thread_specific_data *tsd = thread_get_tsd(); in ts_pop_current_session()
H A Duser_ta.c127 struct thread_specific_data *tsd = thread_get_tsd(); in inc_recursion()
141 struct thread_specific_data *tsd = thread_get_tsd(); in dec_recursion()
H A Dldelf_loader.c194 struct thread_specific_data *tsd = thread_get_tsd(); in ldelf_dump_state()
H A Dthread.c690 struct thread_specific_data * __noprof thread_get_tsd(void) in thread_get_tsd()
/optee_os/core/arch/riscv/kernel/
H A Darch_scall.c24 static void save_panic_regs_rv_ta(struct thread_specific_data *tsd, in save_panic_regs_rv_ta()
55 struct thread_specific_data *tsd = thread_get_tsd(); in scall_save_panic_stack()
80 struct thread_specific_data *tsd = thread_get_tsd(); in scall_save_panic_stack()
H A Dabort.c165 struct thread_specific_data *tsd = thread_get_tsd(); in abort_print_current_ts()
190 struct thread_specific_data *tsd = thread_get_tsd(); in save_abort_info_in_tsd()
/optee_os/core/include/kernel/
H A Dthread.h31 struct thread_specific_data { struct
119 struct thread_specific_data *thread_get_tsd(void);
H A Dthread_private.h54 struct thread_specific_data tsd;
/optee_os/lib/libutils/ext/ftrace/
H A Dftrace.c41 struct thread_specific_data *tsd = NULL; in get_fbuf()
/optee_os/core/mm/
H A Dvm.c113 struct thread_specific_data *tsd __maybe_unused; in alloc_pgt()
1303 struct thread_specific_data *tsd = thread_get_tsd(); in vm_set_ctx()
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c817 struct thread_specific_data *tsd = thread_get_tsd(); in tee_pager_add_um_region()