Searched refs:dst_id (Results 1 – 1 of 1) sorted by relevance
614 uint16_t dst_id = 0; in service_compose_direct_resp() local618 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()835 uint16_t dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in spm_handle_direct_req() local837 if (dst_id == mem_mgr_id) { in spm_handle_direct_req()839 } else if (dst_id == ffa_storage_id) { in spm_handle_direct_req()842 EMSG("Undefined endpoint id %#"PRIx16, dst_id); in spm_handle_direct_req()
Completed in 4 milliseconds