Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/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 Dsha512_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sha512_compress() local
A Dsm3_armv8a_ce.c16 uint32_t vfp_state = 0; in crypto_accel_sm3_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-3.20.0/core/include/kernel/
A Dthread_private.h49 struct thread_vfp_state vfp_state; member

Completed in 6 milliseconds