HomeSort by relevance Sort by last modified time
    Searched defs:MaxAddress (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Support/
StreamingMemoryObject.cpp 93 size_t MaxAddress =
95 if (Address >= MaxAddress)
99 if (End > MaxAddress)
100 End = MaxAddress;
  /external/swiftshader/third_party/subzero/pnacl-llvm/
StreamingMemoryObject.cpp 93 size_t MaxAddress =
95 if (Address >= MaxAddress)
99 if (End > MaxAddress)
100 End = MaxAddress;
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
ArmMmuLibCore.c 161 IN UINT64 MaxAddress,
171 // Look for the highest bit set in MaxAddress
173 if ((1ULL << TopBit) & MaxAddress) {
174 // MaxAddress top bit is found
181 // Calculate T0SZ from the top bit of the MaxAddress
558 UINT64 MaxAddress;
571 MaxAddress = (1UL << PcdGet8 (PcdPrePiCpuMemorySize)) - 1;
574 LookupAddresstoRootTable (MaxAddress, &T0SZ, &RootTableEntryCount);
585 // Set the Physical Address Size using MaxAddress
586 if (MaxAddress < SIZE_4GB) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 969 @param MaxAddress The address that the range must be below
981 IN UINT64 MaxAddress,
996 if ((MaxAddress < EFI_PAGE_MASK) ||(NumberOfPages == 0)) {
1000 if ((MaxAddress & EFI_PAGE_MASK) != EFI_PAGE_MASK) {
1003 // If MaxAddress is not aligned to the end of a page
1007 // Change MaxAddress to be 1 page lower
1009 MaxAddress -= (EFI_PAGE_MASK + 1);
1012 // Set MaxAddress to a page boundary
1014 MaxAddress &= ~(UINT64)EFI_PAGE_MASK;
1017 // Set MaxAddress to end of the page
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 93 UCHAR MaxAddress;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c 1035 EFI_PHYSICAL_ADDRESS MaxAddress;
    [all...]

Completed in 116 milliseconds