Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
A Dasm-defines.c31 DEFINE(THREAD_CTX_STACK_VA_END, offsetof(struct thread_ctx,
71 DEFINE(THREAD_CTX_KERN_SP, offsetof(struct thread_ctx, kern_sp));
72 DEFINE(THREAD_CTX_STACK_VA_END, offsetof(struct thread_ctx,
100 DEFINE(THREAD_CTX_SIZE, sizeof(struct thread_ctx));
103 offsetof(struct thread_ctx, tsd.rpc_target_info))
A Dthread.c40 struct thread_ctx threads[CFG_NUM_THREADS];
423 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp()
433 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp()
750 struct thread_ctx *thr; in thread_stack_start()
860 static void release_unused_kernel_stack(struct thread_ctx *thr, in release_unused_kernel_stack()
1274 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_enable_vfp()
1321 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp()
1332 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp()
1346 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp()
1375 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp()
[all …]
A Dthread_private.h56 struct thread_ctx { struct
102 extern struct thread_ctx threads[];
A Dthread_optee_smc.c214 struct thread_ctx *thr = threads + thread_get_id(); in __thread_std_smc_entry()
388 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
A Dthread_spmc.c1016 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg()
1117 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()

Completed in 11 milliseconds