/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | MultU64x32.S | 28 .globl ASM_PFX(MultU64x32) 30 #MultU64x32 ( 52 ASM_PFX(MultU64x32): 70 #MultU64x32 ENDP
|
D | MultU64x32.asm | 29 ;MultU64x32 ( 51 MultU64x32 PROC label 69 MultU64x32 ENDP
|
D | Power10U64.asm | 28 MultU64x32 PROTO C label 32 ;MultU64x32 ( 71 call MultU64x32
|
D | Power10U64.c | 25 MultU64x32 ( 63 call MultU64x32 in Power10U64()
|
D | Power10U64.S | 33 #MultU64x32 ( 72 call ASM_PFX(MultU64x32)
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/ |
D | AcpiTimerLib.c | 82 MultU64x32 ( in MicroSecondDelay() 110 MultU64x32 ( in NanoSecondDelay() 207 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000… in GetTimeInNanoSecond() 213 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), ACPI_TIMER_FREQUENCY); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/ |
D | IntelPchAcpiTimerLib.c | 133 MultU64x32 ( in MicroSecondDelay() 161 MultU64x32 ( in NanoSecondDelay() 258 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, V_PCH_ACPI_PM1_TMR_FREQUENCY, &Remainder), 10… in GetTimeInNanoSecond() 264 …NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), V_PCH_ACPI_PM1_TMR_FREQUEN… in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/ |
D | EmmcBlockIoPei.c | 759 Capacity = MultU64x32 ((UINT64)SecCount, 0x200); in InitializeEmmcBlockIoPeim() 770 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim() 774 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim() 778 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim() 782 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim()
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/ |
D | X86TimerLib.c | 135 MultU64x32 ( in MicroSecondDelay() 167 MultU64x32 ( in NanoSecondDelay() 272 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, 3579545, &Remainder), 1000000000u); in GetTimeInNanoSecond() 278 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), 3579545); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | TscTimerLibShare.c | 84 TscFrequency = MultU64x32 ( in InternalCalculateTscFrequency() 161 MultU64x32 ( in NanoSecondDelay() 262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/ |
D | AcpiTimerLib.c | 133 MultU64x32 ( in MicroSecondDelay() 161 MultU64x32 ( in NanoSecondDelay() 262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/FatPkg/FatPei/ |
D | FatLiteAccess.c | 154 Volume->VolumeSize = MultU64x32 (Sectors, Volume->SectorSize); in FatGetBpbInfo() 155 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo() 156 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo() 157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize); in FatGetBpbInfo() 205 FatEntryPos = Volume->FatPos + MultU64x32 (4, Cluster); in FatGetNextCluster() 218 FatEntryPos = Volume->FatPos + MultU64x32 (2, Cluster); in FatGetNextCluster() 230 FatEntryPos = Volume->FatPos + DivU64x32Remainder (MultU64x32 (3, Cluster), 2, &Dummy); in FatGetNextCluster() 284 if (Pos >= MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos) { in FatSetFilePos() 289 …File->StraightReadAmount = (UINT32) (MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos… in FatSetFilePos() 403 …PhysicalAddr = File->Volume->FirstClusterPos + MultU64x32 (File->Volume->ClusterSize, File->Curre… in FatReadFile()
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/ |
D | AcpiTimerLib.c | 196 MultU64x32 ( in MicroSecondDelay() 224 MultU64x32 ( in NanoSecondDelay() 324 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 334 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond() 388 TscFrequency = MultU64x32 ( in InternalCalculateTscFrequency()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
D | CEATABlockIo.c | 103 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockReadBlocks() 129 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockReadBlocks() 213 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockWriteBlocks() 242 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockWriteBlocks() 380 MaxSize = MultU64x32 (MaxSize, 512); in CEATABlockIoInit()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/ |
D | DxeTimerLibEsal.c | 210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/ |
D | IpfTimerLib.c | 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
D | X86TimerLib.c | 253 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 263 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
D | IpfTimerLib.c | 203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond() 213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/ |
D | Gpt.c | 335 MultU64x32(PrimaryHeader->PartitionEntryLBA, BlockSize), in PartitionInstallGptChildHandles() 398 DEBUG ((EFI_D_INFO, " Start : %lx", MultU64x32 (Entry->StartingLBA, BlockSize))); in PartitionInstallGptChildHandles() 399 DEBUG ((EFI_D_INFO, " End : %lx\n", MultU64x32 (Entry->EndingLBA, BlockSize))); in PartitionInstallGptChildHandles() 482 MultU64x32 (Lba, BlockSize), in PartitionValidGptTable() 556 MultU64x32(PartHeader->PartitionEntryLBA, BlockIo->Media->BlockSize), in PartitionCheckGptEntryArrayCRC() 633 MultU64x32 (PartHdr->MyLBA, (UINT32) BlockSize), in PartitionRestoreGptTable() 651 MultU64x32(PartHeader->PartitionEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable() 662 MultU64x32(PEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
|
D | ElTorito.c | 93 VolDescriptorOffset <= MultU64x32 (Media->LastBlock, Media->BlockSize); in PartitionInstallElToritoChildHandles() 143 MultU64x32 (Lba2KB, SIZE_2KB), in PartitionInstallElToritoChildHandles() 243 MultU64x32 ( in PartitionInstallElToritoChildHandles()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/ |
D | EmmcDxe.c | 343 Capacity = MultU64x32 ((UINT64) SecCount, 0x200); in DiscoverAllPartitions() 354 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions() 358 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions() 362 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions() 366 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions()
|
/device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/ |
D | Timer.c | 77 CallbackFunction (MultU64x32 (DeltaMs, 10000)); in TimerCallback() 249 *TimerPeriod = MultU64x32 (mTimerPeriodMs, 10000); in EmuTimerDriverGetTimerPeriod()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
D | MultU64x32.c | 36 MultU64x32 ( in MultU64x32() function
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/ |
D | SP805Watchdog.c | 213 …Ticks64bit = DivU64x32(MultU64x32(TimerPeriod, (UINTN)PcdGet32(PcdSP805WatchdogClockFrequencyInHz)… in SP805SetTimerPeriod() 275 ReturnValue = MultU64x32( MmioRead32(SP805_WDOG_LOAD_REG), 600 ); in SP805GetTimerPeriod()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/ |
D | EfiCommonLib_Edk2.inf | 44 Ia32/MultU64x32.c | MSFT 55 Ia32/MultU64x32.S | GCC 69 Ia32/MultU64x32.asm | INTEL
|