Searched refs:SVC_REGS_A1 (Results 1 – 1 of 1) sorted by relevance
27 #define SVC_REGS_A1(_regs) ((_regs)->x1) macro43 #define SVC_REGS_A1(_regs) ((_regs)->r1) macro606 SVC_REGS_A1(svc_regs) = panic; in return_from_sp_helper()617 src_id = (SVC_REGS_A1(regs) >> 16) & UINT16_MAX; in service_compose_direct_resp()618 dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in service_compose_direct_resp()623 SVC_REGS_A1(regs) = SHIFT_U32(dst_id, 16) | src_id; in service_compose_direct_resp()824 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()
Completed in 4 milliseconds