Home
last modified time | relevance | path

Searched defs:vfp_state (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
A Dvfp.h26 struct vfp_state { struct
48 struct vfp_state { argument
49 struct vfp_reg reg[VFP_NUM_REGS];
50 uint32_t fpsr;
51 uint32_t fpcr;
52 uint32_t cpacr_el1;
/optee_os/core/arch/arm/crypto/
A Daes_armv8a_ce.c126 uint32_t vfp_state = 0; in crypto_accel_aes_expand_keys() local
160 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_enc() local
173 uint32_t vfp_state = 0; in crypto_accel_aes_ecb_dec() local
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
241 uint32_t vfp_state = 0; in crypto_accel_aes_xts_dec() local
A Dsha1_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha1_compress() local
A Dsha256_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha256_compress() local
A Daes-gcm-ce.c83 uint32_t vfp_state; in internal_aes_gcm_ghash_update() local
179 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local
217 uint32_t vfp_state = 0; in internal_aes_gcm_update_payload_blocks() local
/optee_os/core/arch/arm/kernel/
A Dthread_private.h67 struct thread_vfp_state vfp_state; member

Completed in 5 milliseconds