Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/spm/include/
Daapcs_local.h48 #define AAPCS_DUAL_U32_SET(v, a0, a1) \ argument
51 (v).u32_regs.r1 = (uint32_t)(a1); \
57 #define AAPCS_DUAL_U32_SET_A1(v, a1) \ argument
58 (v).u32_regs.r1 = (uint32_t)(a1)
Dtfm_arch.h141 uint32_t a1; member
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dspm_cross_call.c17 typedef psa_status_t (*target_fn_t)(uint32_t a0, uint32_t a1,
34 status = ((target_fn_t)fn_addr)(p_frame->a0, p_frame->a1, in cross_call_entering_c()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c93 uint32_t a3 = (a >> 32), a2 = (a >> 16) & 0xffff, a1 = a & 0xffff; in Mult48x16() local
95 uint32_t r31 = a3*b1, r21 = a2*b1, r11 = a1*b1; in Mult48x16()