Searched defs:Frequency (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/
H A DDxeTimerLibEsal.c198 UINT64 Frequency; local
203 Frequency = GetPerformanceCounterProperties (NULL, NULL);
208 // Frequency
210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
219 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/
H A DIpfTimerLib.c191 UINT64 Frequency; local
196 Frequency = GetPerformanceCounterProperties (NULL, NULL);
201 // Frequency
203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c276 UINT64 Frequency; local
281 Frequency = GetPerformanceCounterProperties (NULL, NULL);
286 // Frequency
288 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
297 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
298 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
H A DIpfTimerLib.c191 UINT64 Frequency; local
196 Frequency = GetPerformanceCounterProperties (NULL, NULL);
201 // Frequency
203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
212 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
H A DX86TimerLib.c214 UINT64 Frequency; local
219 Frequency = GetPerformanceCounterProperties (NULL, NULL);
224 // Frequency
226 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
235 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
236 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DTscTimerLibShare.c250 UINT64 Frequency; local
255 Frequency = GetPerformanceCounterProperties (NULL, NULL);
260 // Frequency
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u);
271 Frequency = RShiftU64 (Frequency, (UINTN) Shift);
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL);
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp84 uint32_t Frequency = 0; local
108 Frequency = v;
114 return Frequency;
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDp.h47 UINT32 Frequency; ///< Timer count frequency in KHz. member in struct:__anon12668

Completed in 42 milliseconds