Lines Matching refs:sync_cmd
1107 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; \
1123 sync_cmd = its_allocate_entry(its); \
1124 if (!sync_cmd) \
1127 buildfn(its, sync_cmd, sync_obj); \
1128 its_flush_cmd(its, sync_cmd); \
1141 struct its_cmd_block *sync_cmd,
1144 its_encode_cmd(sync_cmd, GITS_CMD_SYNC);
1145 its_encode_target(sync_cmd, sync_col->target_address);
1147 its_fixup_cmd(sync_cmd);
1154 struct its_cmd_block *sync_cmd,
1157 its_encode_cmd(sync_cmd, GITS_CMD_VSYNC);
1158 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id);
1160 its_fixup_cmd(sync_cmd);