Lines Matching refs:tscs
104 return tscs.complete.start; in GetLowestKnownTSC()
106 return tscs.only_start.start; in GetLowestKnownTSC()
108 return tscs.only_end.end; in GetLowestKnownTSC()
110 return tscs.hinted_end.start; in GetLowestKnownTSC()
112 return tscs.hinted_start.end; in GetLowestKnownTSC()
119 return tscs.complete.start; in GetStartTSC()
121 return tscs.only_start.start; in GetStartTSC()
125 return tscs.hinted_end.start; in GetStartTSC()
127 return tscs.hinted_start.hinted_start; in GetStartTSC()
134 return tscs.complete.end; in GetEndTSC()
138 return tscs.only_end.end; in GetEndTSC()
140 return tscs.hinted_end.hinted_end; in GetEndTSC()
142 return tscs.hinted_start.end; in GetEndTSC()
151 o.tscs.complete.start = start; in CreateCompleteExecution()
152 o.tscs.complete.end = end; in CreateCompleteExecution()
161 o.tscs.hinted_start.hinted_start = hinted_start; in CreateHintedStartExecution()
162 o.tscs.hinted_start.end = end; in CreateHintedStartExecution()
171 o.tscs.hinted_end.start = start; in CreateHintedEndExecution()
172 o.tscs.hinted_end.hinted_end = hinted_end; in CreateHintedEndExecution()
180 o.tscs.only_end.end = end; in CreateOnlyEndExecution()
188 o.tscs.only_start.start = start; in CreateOnlyStartExecution()