Searched refs:PalRet (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeTimerLibEsal/ |
H A D | DxeTimerLibEsal.c | 148 PAL_CALL_RETURN PalRet; local 154 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); 155 ASSERT (PalRet.Status == 0); 156 BaseFrequence = PalRet.r9; 161 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); 162 ASSERT (PalRet.Status == 0); 178 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
H A D | IpfTimerLib.c | 149 PAL_CALL_RETURN PalRet; local 160 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); 161 if (PalRet.Status != 0) { 164 BaseFrequence = PalRet.r9; 166 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); 167 if (PalRet.Status != 0) { 171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/ |
H A D | IpfTimerLib.c | 149 PAL_CALL_RETURN PalRet; local 160 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); 161 if (PalRet.Status != 0) { 164 BaseFrequence = PalRet.r9; 166 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); 167 if (PalRet.Status != 0) { 171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11;
|
Completed in 233 milliseconds