Searched refs:PrefetchBandwidth2 (Results 1 – 5 of 5) sorted by relevance
3741 double PrefetchBandwidth2; in dml32_CalculatePrefetchSchedule() local3761 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / in dml32_CalculatePrefetchSchedule()3764 PrefetchBandwidth2 = 0; in dml32_CalculatePrefetchSchedule()3795 dml_print("DML::%s: PrefetchBandwidth2: %f\n", __func__, PrefetchBandwidth2); in dml32_CalculatePrefetchSchedule()3817 if (PrefetchBandwidth2 > 0) { in dml32_CalculatePrefetchSchedule()3818 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in dml32_CalculatePrefetchSchedule()3821 / PrefetchBandwidth2 < Tr0_trips_rounded) { in dml32_CalculatePrefetchSchedule()3846 prefetch_bw_equ = PrefetchBandwidth2; in dml32_CalculatePrefetchSchedule()
1057 double PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule() local1075 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule()1082 PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()1119 if (PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()1120 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in CalculatePrefetchSchedule()1121 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips_… in CalculatePrefetchSchedule()1144 prefetch_bw_equ = PrefetchBandwidth2; in CalculatePrefetchSchedule()
1145 double PrefetchBandwidth2; local1163 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…1165 PrefetchBandwidth2 = 0;1206 if (PrefetchBandwidth2 > 0) {1207 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…1208 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…1231 prefetch_bw_equ = PrefetchBandwidth2;
1166 double PrefetchBandwidth2; local1184 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…1186 PrefetchBandwidth2 = 0;1227 if (PrefetchBandwidth2 > 0) {1228 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…1229 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…1252 prefetch_bw_equ = PrefetchBandwidth2;
873 double PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule() local903 …PrefetchBandwidth2 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicL… in CalculatePrefetchSchedule()904 *PrefetchBandwidth = PrefetchBandwidth2; in CalculatePrefetchSchedule()