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

  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
AllocPages.c 121 INTN NumPages = -1;
171 NumPages = xtoi(argv[3]);
182 if ( (NumPages < 0) || (NumPages > MAX_NUM_PAGES) ) {
183 Print(L"Inavlid NumPages\n");
194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatform.c 68 UINTN NumPages;
91 NumPages = 0;
112 NumPages = EFI_SIZE_TO_PAGES (FdtBlobSize);
115 NumPages, &FdtConfigurationTableBase
134 gBS->FreePages (FdtConfigurationTableBase, NumPages);
139 gBS->FreePages (FdtBlobBase, NumPages);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 153 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
154 unsigned NumStubs = (NumPages * PageSize) / StubSize;
159 2 * NumPages * PageSize, nullptr,
166 sys::MemoryBlock StubsBlock(StubsMem.base(), NumPages * PageSize);
168 NumPages * PageSize,
169 NumPages * PageSize);
173 uint64_t PtrOffsetField = static_cast<uint64_t>(NumPages * PageSize)
235 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize;
236 unsigned NumStubs = (NumPages * PageSize) / StubSize;
241 2 * NumPages * PageSize, nullptr
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c 139 UINTN NumPages;
161 NumPages = EFI_SIZE_TO_PAGES (FwCfgSize);
163 Status = gBS->AllocatePages (AllocateMaxAddress, EfiACPIMemoryNVS, NumPages,
191 ZeroMem (Blob->Base + Blob->Size, EFI_PAGES_TO_SIZE (NumPages) - Blob->Size);
202 gBS->FreePages (Address, NumPages);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootMenu.c 726 UINTN NumPages;
792 NumPages = 0;
814 NumPages = EFI_SIZE_TO_PAGES (FdtBlobSize);
817 NumPages, &FdtConfigurationTableBase
836 gBS->FreePages (FdtConfigurationTableBase, NumPages);
845 gBS->FreePages (FdtBlobBase, NumPages);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
Virtio.h 151 UINTN NumPages;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
InstallBootMenu.c 702 UINTN ImageSize, NumPages;
710 NumPages = EFI_SIZE_TO_PAGES (ImageSize);
713 NumPages, &FdtConfigurationTableBase
723 gBS->FreePages (FdtConfigurationTableBase, NumPages);
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 95 void CScript_HostPseudoModel::NumPages(CFXJSE_Value* pValue,
686 ThrowException(L"Unable to set numPages value.");

Completed in 207 milliseconds