Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/arm/kernel/
A Dthread.c425 thr->vfp_state.ns_saved = false; in thread_lazy_save_ns_vfp()
436 assert(!thr->vfp_state.sec_lazy_saved && !thr->vfp_state.sec_saved); in thread_lazy_restore_ns_vfp()
443 vfp_lazy_restore_state(&thr->vfp_state.ns, thr->vfp_state.ns_saved); in thread_lazy_restore_ns_vfp()
444 thr->vfp_state.ns_saved = false; in thread_lazy_restore_ns_vfp()
750 struct thread_ctx *thr; in thread_stack_start() local
756 thr = threads + ct; in thread_stack_start()
870 vaddr_t sp = is_from_user(cpsr) ? thr->kern_sp : thr->regs.sp; in release_unused_kernel_stack()
872 vaddr_t sp = thr->regs.svc_sp; in release_unused_kernel_stack()
1279 if (!thr->vfp_state.ns_saved) { in thread_kernel_enable_vfp()
1369 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()
[all …]
A Dthread_optee_smc.c214 struct thread_ctx *thr = threads + thread_get_id(); in __thread_std_smc_entry() local
216 thread_rpc_shm_cache_clear(&thr->shm_cache); in __thread_std_smc_entry()
218 thread_rpc_free_arg(mobj_get_cookie(thr->rpc_mobj)); in __thread_std_smc_entry()
219 mobj_put(thr->rpc_mobj); in __thread_std_smc_entry()
220 thr->rpc_arg = NULL; in __thread_std_smc_entry()
221 thr->rpc_mobj = NULL; in __thread_std_smc_entry()
388 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg() local
389 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()
407 thr->rpc_arg = arg; in get_rpc_arg()
408 thr->rpc_mobj = mobj; in get_rpc_arg()
[all …]
A Dthread_spmc.c1016 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg() local
1044 thr->rpc_arg = mobj_get_va(mobj, offset + sz, sz_rpc); in yielding_call_with_arg()
1045 if (!thr->rpc_arg) in yielding_call_with_arg()
1050 thread_rpc_shm_cache_clear(&thr->shm_cache); in yielding_call_with_arg()
1051 thr->rpc_arg = NULL; in yielding_call_with_arg()
1117 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg() local
1118 struct optee_msg_arg *arg = thr->rpc_arg; in get_rpc_arg()

Completed in 11 milliseconds