Lines Matching refs:sync_cmd
1119 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; \
1135 sync_cmd = its_allocate_entry(its); \
1136 if (!sync_cmd) \
1139 buildfn(its, sync_cmd, sync_obj); \
1140 its_flush_cmd(its, sync_cmd); \
1153 struct its_cmd_block *sync_cmd,
1156 its_encode_cmd(sync_cmd, GITS_CMD_SYNC);
1157 its_encode_target(sync_cmd, sync_col->target_address);
1159 its_fixup_cmd(sync_cmd);
1166 struct its_cmd_block *sync_cmd,
1169 its_encode_cmd(sync_cmd, GITS_CMD_VSYNC);
1170 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id);
1172 its_fixup_cmd(sync_cmd);