Searched refs:XF_MSG_DST_CORE (Results 1 – 8 of 8) sorted by relevance
45 u32 core = XF_MSG_DST_CORE(m->id); in xf_msg_schedule_isr()59 u32 core = XF_MSG_DST_CORE(m->id); in xf_msg_complete_isr()
398 u32 core = XF_MSG_DST_CORE(id); in xf_output_port_route()498 u32 core = XF_MSG_DST_CORE(m->id); in xf_output_port_unroute()
74 u32 dst = XF_MSG_DST_CORE(m->id); in xf_msg_proxy_put()
544 u32 dst = XF_MSG_DST_CORE(m->id); in xf_msg_submit()
62 #define XF_MSG_DST_CORE(id) (((id) >> 16) & 0x3) macro
55 #define XF_MSG_DST_CORE(id) (((id) >> 16) & 0x3) macro
197 XA_CHK(xa_base_postinit(base, XF_MSG_DST_CORE(m->id))); in xa_base_set_param()
267 …BUG(XF_MSG_DST_CORE(m.id) != proxy->core, _x("Invalid session-id: %X (core=%u)"), m.id, proxy->cor… in xf_proxy_thread()