Searched refs:vfp_state (Results 1 – 9 of 9) sorted by relevance
126 uint32_t vfp_state = 0; in crypto_accel_aes_expand_keys() local151 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_expand_keys()160 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_enc() local166 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_ecb_enc()173 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_dec() local179 thread_kernel_disable_vfp(vfp_state); in crypto_accel_aes_ecb_dec()186 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_enc() local199 uint32_t vfp_state = 0; in crypto_accel_aes_cbc_dec() local212 uint32_t vfp_state = 0; in crypto_accel_aes_ctr_be_enc() local226 uint32_t vfp_state = 0; in crypto_accel_aes_xts_enc() local[all …]
83 uint32_t vfp_state; in internal_aes_gcm_ghash_update() local88 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() local183 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() local221 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()
16 uint32_t vfp_state = 0; in crypto_accel_sha1_compress() local18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha1_compress()20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha1_compress()
16 uint32_t vfp_state = 0; in crypto_accel_sha256_compress() local18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha256_compress()20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha256_compress()
26 struct vfp_state { struct48 struct vfp_state { argument84 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);
71 struct vfp_state vfp;
27 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()
425 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()1279 if (!thr->vfp_state.ns_saved) { in thread_kernel_enable_vfp()1282 thr->vfp_state.ns_saved = true; in thread_kernel_enable_vfp()1284 !thr->vfp_state.sec_saved) { in thread_kernel_enable_vfp()1352 if (!thr->vfp_state.ns_saved) { in thread_user_enable_vfp()1355 thr->vfp_state.ns_saved = true; in thread_user_enable_vfp()1369 thr->vfp_state.uvfp = uvfp; in thread_user_enable_vfp()[all …]
39 struct vfp_state ns;40 struct vfp_state sec;67 struct thread_vfp_state vfp_state; member
Completed in 17 milliseconds