Home
last modified time | relevance | path

Searched refs:u32_regs (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/spm/include/
Daapcs_local.h41 } u32_regs; member
50 (v).u32_regs.r0 = (uint32_t)(a0); \
51 (v).u32_regs.r1 = (uint32_t)(a1); \
55 (v).u32_regs.r0 = (uint32_t)(a0)
58 (v).u32_regs.r1 = (uint32_t)(a1)
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dtfm_svcalls.c111 if (sp_info.u32_regs.r0 != 0) { in init_spm_func_context()
112 ctxctl.sp = sp_info.u32_regs.r0; in init_spm_func_context()
113 ctxctl.sp_limit = sp_info.u32_regs.r1; in init_spm_func_context()