Home
last modified time | relevance | path

Searched refs:vfp_state (Results 1 – 12 of 12) sorted by relevance

/optee_os-3.20.0/core/arch/arm/crypto/
A Daes_armv8a_ce.c126 uint32_t vfp_state = 0; in crypto_accel_aes_expand_keys() local
151 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_expand_keys()
160 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_enc() local
166 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_ecb_enc()
173 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_dec() local
179 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_ecb_dec()
186 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_enc() local
199 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_dec() local
212 uint32_t vfp_state = 0; in crypto_accel_aes_ctr_be_enc() local
226 uint32_t vfp_state = 0; in crypto_accel_aes_xts_enc() local
[all …]
A Dsha1_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha1_compress() local
18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha1_compress()
20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha1_compress()
A Dsha256_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha256_compress() local
18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha256_compress()
20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha256_compress()
A Dsha512_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha512_compress() local
18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha512_compress()
20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha512_compress()
A Dsm3_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sm3_compress() local
18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sm3_compress()
20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sm3_compress()
A Daes-gcm-ce.c83 uint32_t vfp_state; in internal_aes_gcm_ghash_update() local
88 vfp_state = thread_kernel_enable_vfp(); in internal_aes_gcm_ghash_update()
92 thread_kernel_disable_vfp(vfp_state); in internal_aes_gcm_ghash_update()
179 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local
183 vfp_state = thread_kernel_enable_vfp(); in internal_aes_gcm_update_payload_blocks()
203 thread_kernel_disable_vfp(vfp_state); in internal_aes_gcm_update_payload_blocks()
217 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local
221 vfp_state = thread_kernel_enable_vfp(); in internal_aes_gcm_update_payload_blocks()
228 thread_kernel_disable_vfp(vfp_state); in internal_aes_gcm_update_payload_blocks()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dvfp.h26 struct vfp_state { struct
48 struct vfp_state { argument
84 void vfp_lazy_save_state_init(struct vfp_state *state);
95 void vfp_lazy_save_state_final(struct vfp_state *state, bool force_save);
104 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state);
A Dthread_private_arch.h82 struct vfp_state ns;
83 struct vfp_state sec;
A Dthread_arch.h84 struct vfp_state vfp;
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvfp.c27 void vfp_lazy_save_state_init(struct vfp_state *state) in vfp_lazy_save_state_init()
35 void vfp_lazy_save_state_final(struct vfp_state *state, bool force_save) in vfp_lazy_save_state_final()
48 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state()
91 void vfp_lazy_save_state_init(struct vfp_state *state) in vfp_lazy_save_state_init()
97 void vfp_lazy_save_state_final(struct vfp_state *state, bool force_save) in vfp_lazy_save_state_final()
110 void vfp_lazy_restore_state(struct vfp_state *state, bool full_state) in vfp_lazy_restore_state()
A Dthread.c126 thr->vfp_state.ns_saved = false; in thread_lazy_save_ns_vfp()
137 assert(!thr->vfp_state.sec_lazy_saved && !thr->vfp_state.sec_saved); in thread_lazy_restore_ns_vfp()
144 vfp_lazy_restore_state(&thr->vfp_state.ns, thr->vfp_state.ns_saved); in thread_lazy_restore_ns_vfp()
145 thr->vfp_state.ns_saved = false; in thread_lazy_restore_ns_vfp()
787 if (!thr->vfp_state.ns_saved) { in thread_kernel_enable_vfp()
790 thr->vfp_state.ns_saved = true; in thread_kernel_enable_vfp()
792 !thr->vfp_state.sec_saved) { in thread_kernel_enable_vfp()
860 if (!thr->vfp_state.ns_saved) { in thread_user_enable_vfp()
863 thr->vfp_state.ns_saved = true; in thread_user_enable_vfp()
877 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()
[all …]
/optee_os-3.20.0/core/include/kernel/
A Dthread_private.h49 struct thread_vfp_state vfp_state; member

Completed in 11 milliseconds