HomeSort by relevance Sort by last modified time
    Searched refs:RegionStart (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuMmuCommon.c 93 EFI_PHYSICAL_ADDRESS RegionStart;
132 RegionStart = BaseAddress;
134 RegionStart = MemorySpaceMap[Index].BaseAddress;
137 RegionLength = BaseAddress + Length - RegionStart;
139 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
145 RegionStart,
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64Mmu.c 204 IN UINT64 RegionStart,
234 if ((RegionStart & (SIZE_4KB - 1)) != 0) {
250 if (RegionStart == 0) {
255 BaseAddressAlignment = LowBitSet64 (RegionStart);
258 // Identify the Page Level the RegionStart must belong to. Note that PageLevel
271 // Get the Table Descriptor for the corresponding PageLevel. We need to decompose RegionStart to get appropriate entries
276 BlockEntry = (UINT64*)TT_GET_ENTRY_FOR_ADDRESS (TranslationTable, IndexLevel, RegionStart);
307 BlockEntryAddress = RegionStart;
373 IN UINT64 RegionStart,
395 BlockEntry = GetBlockEntryListFromAddress (RootTable, RegionStart, &TableLevel, &BlockEntrySize, &LastBlockEntry);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 572 EFI_PHYSICAL_ADDRESS RegionStart;
601 RegionStart = BaseAddress;
603 RegionStart = MemorySpaceMap[Index].BaseAddress;
606 RegionLength = BaseAddress + Length - RegionStart;
608 RegionLength = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length - RegionStart;
614 RegionStart,
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
LinuxStarter.c 24 #define IS_ADDRESS_IN_REGION(RegionStart, RegionSize, Address) \
25 (((UINTN)(RegionStart) <= (UINTN)(Address)) && ((UINTN)(Address) <= ((UINTN)(RegionStart) + (UINTN)(RegionSize))))
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 270 UINT64 RegionStart;
325 // RegionStart and RegionEnd are the the intended NOR address of the
327 RegionStart = FileStart + Region->Offset;
328 RegionEnd = RegionStart + Region->Size;
335 RegionStart,
389 RegionStart,
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 397 if (Function *RegionStart = M->getFunction("llvm.dbg.region.start")) {
398 while (!RegionStart->use_empty())
399 cast<CallInst>(RegionStart->use_back())->eraseFromParent();
400 RegionStart->eraseFromParent();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 241 milliseconds