Searched refs:PrefetchBandwidth2 (Results 1 – 3 of 3) sorted by relevance
1126 double PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule() local1144 PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule()1151 PrefetchBandwidth2 = 0; in CalculatePrefetchSchedule()1188 if (PrefetchBandwidth2 > 0) { in CalculatePrefetchSchedule()1189 if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 in CalculatePrefetchSchedule()1190 …& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips_… in CalculatePrefetchSchedule()1213 prefetch_bw_equ = PrefetchBandwidth2; in CalculatePrefetchSchedule()
1253 double PrefetchBandwidth2; local1271 …PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor + prefetch_sw_bytes) / (T…1273 PrefetchBandwidth2 = 0;1314 if (PrefetchBandwidth2 > 0) {1315 …if (*Tno_bw + PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / PrefetchBandwidth2 >= Tvm_trips…1316 …&& (MetaRowByte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / PrefetchBandwidth2 < Tr0_trips…1339 prefetch_bw_equ = PrefetchBandwidth2;
871 double PrefetchBandwidth2 = (PDEAndMetaPTEBytesFrame * in CalculatePrefetchSchedule() local901 …PrefetchBandwidth2 >= UrgentExtraLatency + UrgentLatency * (GPUVMPageTableLevels * (HostVMDynamicL… in CalculatePrefetchSchedule()902 *PrefetchBandwidth = PrefetchBandwidth2; in CalculatePrefetchSchedule()