HomeSort by relevance Sort by last modified time
    Searched refs:Esp (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
InternalSwitchStack.c 67 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
68 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
69 ((VOID**)JumpBuffer.Esp)[1] = Context1;
70 ((VOID**)JumpBuffer.Esp)[2] = Context2;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/
SwitchStack.c 59 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
60 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
61 ((VOID**)JumpBuffer.Esp)[1] = Context1;
62 ((VOID**)JumpBuffer.Esp)[2] = Context2;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
InternalSwitchStack.c 54 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
55 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2);
56 ((VOID**)JumpBuffer.Esp)[1] = Context1;
57 ((VOID**)JumpBuffer.Esp)[2] = Context2;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 70 UINT32 Esp; // 16
Thunk.c 95 DwordRegs.Esp = 0xFFFFFFFF;
330 // Provide low stack esp
480 // Provide low stack esp
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmProfileArch.h 51 UINT32 Esp;
PageTbl.c 116 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextIa32->Esp);
SmiException.asm 168 DD 0 ; ESP
209 DD 0 ; ESP
302 mov ebp, esp
309 and esp, 0fffffff0h
310 sub esp, 12
312 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
318 push ecx ; ESP
342 sub esp, 8
343 sidt [esp]
344 mov eax, [esp + 2]
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 580 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
581 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2) + sizeof(Context3);
582 ((VOID**)JumpBuffer.Esp)[1] = Context1;
583 ((VOID**)JumpBuffer.Esp)[2] = Context2;
584 ((VOID**)JumpBuffer.Esp)[3] = Context3;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 63 mov %esp,%ebp
76 mov %esp,0x0 # save stack top
77 mov $0x0,%esp # switch to debugger stack
92 ## At this point, the stub has saved the current application stack esp into AppEsp
127 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
130 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
180 ## The "pushad" above pushed the debug stack esp. Since what we're actually doing
182 ## debug ESP, and replace it with the application's last stack entry...
183 mov 0xc(%esp),%eax
190 mov %eax,0xc(%esp)
    [all...]
AsmFuncs.asm 92 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
105 DebugStackBegin db "<<<< DbgStkBegin" ;; initial debug ESP == DebugStackBegin, set in stub
169 mov AppEsp, esp ; save stack top
170 mov esp, offset DebugStackBegin ; switch to debugger stack
186 ;; At this point, the stub has saved the current application stack esp into AppEsp
221 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
224 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
265 ;; The "pushad" above pushed the debug stack esp. Since what we're actually doing
267 ;; debug ESP, and replace it with the application's last stack entry...
268 mov eax, [esp + 12]
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 143 "ESP - %08x, EBP - %08x, ESI - %08x, EDI - %08x\n",
144 SystemContext.SystemContextIa32->Esp,
ExceptionHandlerAsm.asm 62 sub esp, 8 ; reserve room for filling exception data later
63 push [esp + 8]
64 xchg ecx, [esp] ; get vector number
67 push [esp] ; addition push if exception data needed
69 xchg ecx, [esp] ; restore ecx
102 xchg ecx, [esp]
121 ; +---------------------+ <-- ESP
136 xchg ecx, [esp+4]
154 ; +---------------------+ <-- ESP
163 xchg ecx, [esp]
    [all...]
  /external/skia/tools/
CrashHandler.cpp 138 frame.AddrStack.Offset = c->Esp;
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
FspCommonLib.c 34 // sub esp, 8 +0x00
35 // sidt fword ptr [esp]
44 UINT32 Esp;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.S 207 pushl (%esp)
208 movl $0, 4(%esp)
213 movl %esp,%ebp
219 andl $0xfffffff0,%esp
220 subl $12,%esp
222 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
229 pushl %ecx # save original ESP
281 subl $8,%esp
282 sidt (%esp)
283 subl $8,%esp
    [all...]
  /external/v8/src/base/debug/
stack_trace_win.cc 213 stack_frame.AddrStack.Offset = context_record->Esp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 39 unsigned long Esp;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 49 OFFSET_OF(EFI_SYSTEM_CONTEXT_IA32, Esp),
74 Print ((CHAR16 *)L"ESP: %x ", SystemContext.SystemContextIa32->Esp);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 49 OFFSET_OF(EFI_SYSTEM_CONTEXT_IA32, Esp),
74 Print ((CHAR16 *)L"ESP: %x ", SystemContext.SystemContextIa32->Esp);
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 922 JumpBuffer.Esp = JumpBuffer.Esp + DebugAgentContext.StackMigrateOffset;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 746 stack_frame.AddrStack.Offset = ctx.Esp;
824 uptr sp = (uptr)context_record->Esp;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 200 UINT32 Esp;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 148 UINT32 Esp;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 127 UINT32 Esp;

Completed in 3267 milliseconds

1 2