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

  /external/llvm/tools/bugpoint/
BugDriver.h 58 unsigned MemoryLimit;
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 57 unsigned MemoryLimit;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
BugDriver.h 60 unsigned MemoryLimit;
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 200 UINT16 MemoryLimit;
249 MemoryLimit = PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.MemoryLimit)) & 0xfff0;
255 if (MemoryLimit < MemoryBase) {
262 if (MemoryBase < ParentMemoryBase || MemoryBase > ParentMemoryLimit || MemoryLimit > ParentMemoryLimit) {
266 ParentMemoryLimit = MemoryLimit;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
BaseSerialPortLib16550.c 200 UINT16 MemoryLimit;
249 MemoryLimit = PciRead16 (PciLibAddress + OFFSET_OF (PCI_TYPE01, Bridge.MemoryLimit)) & 0xfff0;
255 if (MemoryLimit < MemoryBase) {
262 if (MemoryBase < ParentMemoryBase || MemoryBase > ParentMemoryLimit || MemoryLimit > ParentMemoryLimit) {
266 ParentMemoryLimit = MemoryLimit;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 289 UINT32 MemoryLimit;
295 MemoryLimit = MemoryBase;
297 MemoryLimit = MemoryBase + MemoryLength + 0xFFFFF; // 1M
308 PciWrite16 (RpBase + NVME_PCIE_MBL + 2, (UINT16) RShiftU64 ((UINTN)MemoryLimit, 16)); // Memory Limit register
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 375 UINT16 MemoryLimit; // Memory Limit
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 75 UINT16 MemoryLimit;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 82 UINT16 MemoryLimit;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 90 UINT16 MemoryLimit;

Completed in 360 milliseconds