Searched refs:SVC_REGS_A1 (Results 1 – 1 of 1) sorted by relevance
29 #define SVC_REGS_A1(_regs) ((_regs)->x1) macro45 #define SVC_REGS_A1(_regs) ((_regs)->r1) macro642 SVC_REGS_A1(regs) = panic; in return_from_sp_helper()653 src_id = (SVC_REGS_A1(regs) >> 16) & UINT16_MAX; in service_compose_direct_resp()654 dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in service_compose_direct_resp()659 SVC_REGS_A1(regs) = SHIFT_U32(dst_id, 16) | src_id; in service_compose_direct_resp()787 SVC_REGS_A1(regs) = FFA_PARAM_MBZ; in spm_eret_error()835 uint16_t dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in spm_handle_direct_req()858 va = SVC_REGS_A1(regs); in spm_handle_get_mem_attr()875 SVC_REGS_A1(regs) = FFA_PARAM_MBZ; in spm_handle_get_mem_attr()[all …]