Searched refs:vfp_state (Results 1 – 12 of 12) 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 …]
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()
16 uint32_t vfp_state = 0; in crypto_accel_sha512_compress() local18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sha512_compress()20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sha512_compress()
16 uint32_t vfp_state = 0; in crypto_accel_sm3_compress() local18 vfp_state = thread_kernel_enable_vfp(); in crypto_accel_sm3_compress()20 thread_kernel_disable_vfp(vfp_state); in crypto_accel_sm3_compress()
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()
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);
82 struct vfp_state ns;83 struct vfp_state sec;
84 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()
126 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 …]
49 struct thread_vfp_state vfp_state; member
Completed in 11 milliseconds