Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h175 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
/optee_os/core/arch/arm/include/kernel/
H A Dthread_arch.h406 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp);
/optee_os/core/arch/riscv/kernel/
H A Dabort.c250 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()
/optee_os/core/arch/arm/kernel/
H A Dabort.c401 thread_user_enable_vfp(&to_user_mode_ctx(s->ctx)->vfp); in handle_user_mode_vfp()
H A Dthread.c852 void thread_user_enable_vfp(struct thread_user_vfp_state *uvfp) in thread_user_enable_vfp() function