Searched refs:thread_ctx (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | asm-defines.c | 31 DEFINE(THREAD_CTX_STACK_VA_END, offsetof(struct thread_ctx, 79 DEFINE(THREAD_CTX_KERN_SP, offsetof(struct thread_ctx, kern_sp)); 80 DEFINE(THREAD_CTX_STACK_VA_END, offsetof(struct thread_ctx, 83 DEFINE(THREAD_CTX_KEYS, offsetof(struct thread_ctx, keys)); 125 DEFINE(THREAD_CTX_SIZE, sizeof(struct thread_ctx)); 128 offsetof(struct thread_ctx, tsd.rpc_target_info))
|
A D | thread.c | 124 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp() 134 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp() 150 static void init_regs(struct thread_ctx *thread, uint32_t a0, uint32_t a1, in init_regs() 185 static void init_regs(struct thread_ctx *thread, uint32_t a0, uint32_t a1, in init_regs() 456 static void release_unused_kernel_stack(struct thread_ctx *thr, in release_unused_kernel_stack() 782 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_enable_vfp() 829 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp() 840 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp() 854 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp() 883 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp() [all …]
|
A D | thread_optee_smc.c | 136 static void clear_prealloc_rpc_cache(struct thread_ctx *thr) in clear_prealloc_rpc_cache() 147 struct thread_ctx *thr = threads + thread_get_id(); in call_entry_std() 465 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
|
A D | abort.c | 352 struct thread_ctx *tc __maybe_unused = NULL; in handle_user_mode_panic()
|
A D | thread_spmc.c | 1019 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg() 1119 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
|
/optee_os-3.20.0/core/include/kernel/ |
A D | thread_private.h | 35 struct thread_ctx { struct 75 extern struct thread_ctx threads[]; argument
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 19 struct thread_ctx threads[CFG_NUM_THREADS]; 289 struct thread_ctx *thr; in thread_stack_start()
|
Completed in 13 milliseconds