Home
last modified time | relevance | path

Searched refs:full_state (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/kernel/
H A Dvfp.c48 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() argument
51 if (full_state) { in vfp_lazy_restore_state()
110 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state() argument
112 if (full_state) { in vfp_lazy_restore_state()
/optee_os/core/arch/arm/include/kernel/
H A Dvfp.h104 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state);