Searched refs:PrefetchBandwidth3 (Results 1 – 3 of 3) sorted by relevance
1127 double PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule() local1154 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * in CalculatePrefetchSchedule()1160 PrefetchBandwidth3 = 0; in CalculatePrefetchSchedule()1162 …if (VStartup == MaxVStartup && (PrefetchBandwidth3 > 4 * prefetch_bw_oto) && Tpre_rounded - Tsw_ot… in CalculatePrefetchSchedule()1163 …PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (Tpr… in CalculatePrefetchSchedule()1199 if (PrefetchBandwidth3 > 0) { in CalculatePrefetchSchedule()1200 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 in CalculatePrefetchSchedule()1201 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= Tr0_trips… in CalculatePrefetchSchedule()1215 prefetch_bw_equ = PrefetchBandwidth3; in CalculatePrefetchSchedule()
1254 double PrefetchBandwidth3; local1276 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor1278 Tsw_est3 = prefetch_sw_bytes / PrefetchBandwidth3;1280 PrefetchBandwidth3 = 0;1286 dml_print("DML::%s: PrefetchBandwidth3: %f\n", __func__, PrefetchBandwidth3);1289 PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow * HostVMInefficiencyFactor)1325 if (PrefetchBandwidth3 > 0) {1326 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth3 < Tvm_trips_…1327 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth3 >= Tr0_trip…1341 prefetch_bw_equ = PrefetchBandwidth3;
879 double PrefetchBandwidth3 = (2 * MetaRowByte + 2 * PixelPTEBytesPerRow in CalculatePrefetchSchedule() local903 …PrefetchBandwidth3 < UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicLe… in CalculatePrefetchSchedule()904 *PrefetchBandwidth = PrefetchBandwidth3; in CalculatePrefetchSchedule()