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

  /external/llvm/unittests/Support/
AllocatorTest.cpp 150 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*));
153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment);
156 ((void**)Slab)[-1] = MemBase;
  /external/swiftshader/third_party/LLVM/unittests/Support/
AllocatorTest.cpp 108 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*));
111 MemSlab *Slab = (MemSlab*)(((uintptr_t)MemBase+sizeof(void*)+Alignment-1) &
117 ((void**)Slab)[-1] = MemBase;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.c 106 PrivateData->MemBase = 0xffffffff;
273 if (PrivateData->MemBase > Base) {
274 PrivateData->MemBase = Base;
298 if (PrivateData->MemBase > Base) {
299 PrivateData->MemBase = Base;
398 if (PrivateData->MemBase > 0xa0000) {
399 PrivateData->MemBase = 0xa0000;
444 if (PrivateData->MemBase > 0xa0000) {
445 PrivateData->MemBase = 0xa0000;
904 if (PrivateData->MemBase > Base) {
    [all...]
PcatPciRootBridge.h 63 UINT64 MemBase; // Offsets host to bus memory addr.
PcatPciRootBridgeIo.c 374 if ((Address >= PrivateData->MemBase) && (Address < PrivateData->MemLimit)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CapsuleCoalesce.c 44 @param MemBase Pointer to the base of memory in which we want to find free space
45 @param MemSize The size of the block of memory pointed to by MemBase
49 between MemBase and (MemBase + MemSize). The memory pointed to does not
57 UINT8 *MemBase,
74 @param MemBase base of system memory in which we can work
75 @param MemSize size of the system memory pointed to by MemBase
86 IN UINT8 *MemBase,
152 @param MemBase Pointer to the base of memory in which we want to find free space
153 @param MemSize The size of the block of memory pointed to by MemBase
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.c 570 mResAppeture[Loop1][Loop2] .MemBase,
571 mResAppeture[Loop1][Loop2] .MemLimit -mResAppeture[Loop1][Loop2] .MemBase + 1,
602 BaseAddress = (RootBridgeInstance->MemBase + *AllocatedLenMem +
    [all...]
PciRootBridgeIo.c     [all...]
PciHostBridge.h 467 UINT64 MemBase;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 377 char *MemBase = (char*)(B.base());
382 (MemoryRangeHeader*)(MemBase + B.size()) - 1;
388 FreeRangeHeader *NewBlock = (FreeRangeHeader*)MemBase;
545 uint8_t *MemBase = (uint8_t*)MemBlock.base();
559 MemoryRangeHeader *Mem3 = (MemoryRangeHeader*)(MemBase+MemBlock.size())-1;
583 FreeRangeHeader *Mem0 = (FreeRangeHeader*)MemBase;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 987 @param MemBase Base address of memory region.
995 IN EFI_PHYSICAL_ADDRESS MemBase,
1013 DEBUG ((DEBUG_INFO, " MemBase - 0x%lx\n", MemBase));
1021 AlignedMemBase = (UINTN)(MemBase + EFI_PAGE_MASK) & ~EFI_PAGE_MASK;
1022 MemLength -= AlignedMemBase - MemBase;
    [all...]
PiSmmCore.h 816 @param MemBase Base address of memory region.
824 IN EFI_PHYSICAL_ADDRESS MemBase,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
PlatformPciLib.h 196 UINT64 MemBase;
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
WasmTranslator.cpp     [all...]

Completed in 202 milliseconds