Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h193 void thread_user_clear_vfp(struct user_mode_ctx *uctx);
195 static inline void thread_user_clear_vfp(struct user_mode_ctx *uctx __unused) in thread_user_clear_vfp() function
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h433 void thread_user_clear_vfp(struct user_mode_ctx *uctx);
435 static inline void thread_user_clear_vfp(struct user_mode_ctx *uctx __unused) in thread_user_clear_vfp() function
/optee_os/core/kernel/
H A Dldelf_loader.c143 thread_user_clear_vfp(uctx); in ldelf_init_with_ldelf()
301 thread_user_clear_vfp(uctx); in ldelf_dump_state()
350 thread_user_clear_vfp(uctx); in ldelf_dump_ftrace()
H A Duser_ta.c191 thread_user_clear_vfp(&utc->uctx); in user_ta_enter()
/optee_os/core/arch/arm/kernel/
H A Dthread.c895 void thread_user_clear_vfp(struct user_mode_ctx *uctx) in thread_user_clear_vfp() function
H A Dstmm_sp.c142 thread_user_clear_vfp(&spc->uctx); in stmm_enter_user_mode()
H A Dsecure_partition.c1829 thread_user_clear_vfp(&ctx->uctx); in sp_enter_invoke_cmd()