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

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspInitPeiV1.c 36 EFI_PHYSICAL_ADDRESS StackBase;
50 GetStackInfo (BootMode, TRUE, &StackSize, &StackBase);
51 DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase));
55 (VOID *)(UINTN)StackBase,
56 (VOID *)(UINTN)(StackBase + StackSize)
76 EFI_PHYSICAL_ADDRESS StackBase;
84 GetStackInfo (BootMode, FALSE, &StackSize, &StackBase);
85 DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase));
    [all...]
FspInitPeiV2.c 141 EFI_PHYSICAL_ADDRESS StackBase;
151 GetStackInfo (BootMode, FALSE, &StackSize, &StackBase);
152 DEBUG ((DEBUG_INFO, "StackBase - 0x%x\n", StackBase));
156 FspRtBuffer.StackTop = (UINT32 *)(UINTN)(StackBase + StackSize);
  /external/clang/lib/CodeGen/
CGCall.h 59 CallArgList() : StackBase(nullptr) {}
119 llvm::Instruction *getStackBase() const { return StackBase; }
124 bool isUsingInAlloca() const { return StackBase; }
135 llvm::CallInst *StackBase;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 594 VOID *StackBase;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 527 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT);
531 SDValue StackPtr = StackBase;
571 Load = DAG.getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 193 DWORD64 StackBase;
212 DWORD StackBase;
226 p64->StackBase = p32->StackBase;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 920 milliseconds