Searched refs:a1 (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/spm/include/ |
D | aapcs_local.h | 48 #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)
|
D | tfm_arch.h | 141 uint32_t a1; member
|
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/ |
D | spm_cross_call.c | 17 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/ |
D | llf_rnd.c | 93 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()
|