Searched defs:Frequency (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/ |
H A D | DxeTimerLibEsal.c | 198 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 D | IpfTimerLib.c | 191 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 D | X86TimerLib.c | 276 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 D | IpfTimerLib.c | 191 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 D | X86TimerLib.c | 214 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 D | TscTimerLibShare.c | 250 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 D | mp-linux.cpp | 84 uint32_t Frequency = 0; local 108 Frequency = v; 114 return Frequency;
|
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/ |
H A D | Dp.h | 47 UINT32 Frequency; ///< Timer count frequency in KHz. member in struct:__anon12668
|
Completed in 49 milliseconds