Searched refs:PalRet (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/ |
D | IpfTimerLib.c | 159 PAL_CALL_RETURN PalRet; in GetPerformanceCounterProperties() local 162 PalRet = PalCallStatic (NULL, 13, 0, 0, 0); in GetPerformanceCounterProperties() 163 ASSERT (PalRet.Status == 0); in GetPerformanceCounterProperties() 164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties() 166 PalRet = PalCallStatic (NULL, 14, 0, 0, 0); in GetPerformanceCounterProperties() 167 ASSERT (PalRet.Status == 0); in GetPerformanceCounterProperties() 177 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/ |
D | DxeTimerLibEsal.c | 148 PAL_CALL_RETURN PalRet; in GetPerformanceCounterProperties() local 154 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); in GetPerformanceCounterProperties() 155 ASSERT (PalRet.Status == 0); in GetPerformanceCounterProperties() 156 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties() 161 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); in GetPerformanceCounterProperties() 162 ASSERT (PalRet.Status == 0); in GetPerformanceCounterProperties() 178 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/ |
D | IpfTimerLib.c | 149 PAL_CALL_RETURN PalRet; in GetPerformanceCounterProperties() local 160 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); in GetPerformanceCounterProperties() 161 if (PalRet.Status != 0) { in GetPerformanceCounterProperties() 164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties() 166 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); in GetPerformanceCounterProperties() 167 if (PalRet.Status != 0) { in GetPerformanceCounterProperties() 171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
|
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
D | IpfTimerLib.c | 149 PAL_CALL_RETURN PalRet; in GetPerformanceCounterProperties() local 160 PalRet = PalCall (PAL_FREQ_BASE, 0, 0, 0); in GetPerformanceCounterProperties() 161 if (PalRet.Status != 0) { in GetPerformanceCounterProperties() 164 BaseFrequence = PalRet.r9; in GetPerformanceCounterProperties() 166 PalRet = PalCall (PAL_FREQ_RATIOS, 0, 0, 0); in GetPerformanceCounterProperties() 167 if (PalRet.Status != 0) { in GetPerformanceCounterProperties() 171 return BaseFrequence * (PalRet.r11 >> 32) / (UINT32)PalRet.r11; in GetPerformanceCounterProperties()
|