Searched refs:PrefetchBandwidth2 (Results 1 – 2 of 2) sorted by relevance
1872 dml_float_t PrefetchBandwidth2; member
1305 …s->PrefetchBandwidth2 = (p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor + s->prefetch_sw… in CalculatePrefetchSchedule()1308 s->PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()1335 dml_print("DML::%s: PrefetchBandwidth2: %f\n", __func__, s->PrefetchBandwidth2); in CalculatePrefetchSchedule()1354 if (s->PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()1355 … / s->PrefetchBandwidth2 >= s->Tvm_trips_rounded && (p->MetaRowByte + p->PixelPTEBytesPerRow * p->… in CalculatePrefetchSchedule()1377 s->prefetch_bw_equ = s->PrefetchBandwidth2; in CalculatePrefetchSchedule()