Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dasm-defines.c31 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 Dthread.c124 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 Dthread_optee_smc.c136 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 Dabort.c352 struct thread_ctx *tc __maybe_unused = NULL; in handle_user_mode_panic()
A Dthread_spmc.c1019 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 Dthread_private.h35 struct thread_ctx { struct
75 extern struct thread_ctx threads[]; argument
/optee_os-3.20.0/core/kernel/
A Dthread.c19 struct thread_ctx threads[CFG_NUM_THREADS];
289 struct thread_ctx *thr; in thread_stack_start()

Completed in 13 milliseconds