Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dthread.c125 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp() local
135 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp() local
473 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() local
829 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp() local
840 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp() local
854 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp() local
883 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp() local
898 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_clear_vfp() local
H A Dthread_optee_smc.c135 static void clear_prealloc_rpc_cache(struct thread_ctx *thr) in clear_prealloc_rpc_cache()
146 struct thread_ctx *thr = threads + thread_get_id(); in call_entry_std() local
464 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg() local
H A Dthread_spmc.c2038 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg() local
2139 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg() local
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.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() local
465 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg() local
/optee_os/core/kernel/
H A Dthread.c406 struct thread_ctx *thr; in thread_stack_start() local