/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
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmmProfileArch.h | 51 UINT32 Esp;
|
PageTbl.c | 128 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextIa32->Esp);
148 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextIa32->Esp);
|
SmiException.S | 150 .long 0 # ESP
191 .long 0 # ESP
275 movl %esp, %ebp
282 andl $0xfffffff0, %esp
283 subl $12, %esp
285 ## UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
291 pushl %ecx # ESP
315 subl $8, %esp
316 sidt (%esp)
317 movl 2(%esp), %eax [all...] |
SmiException.asm | 168 DD 0 ; ESP
209 DD 0 ; ESP
292 mov ebp, esp
299 and esp, 0fffffff0h
300 sub esp, 12
302 ;; UINT32 Edi, Esi, Ebp, Esp, Ebx, Edx, Ecx, Eax;
308 push ecx ; ESP
332 sub esp, 8
333 sidt [esp]
334 mov eax, [esp + 2] [all...] |
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
zptrace386_linux.go | 27 Esp int32
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
SecMain.c | 581 JumpBuffer.Esp = (UINTN)NewStack - sizeof (VOID*);
582 JumpBuffer.Esp -= sizeof (Context1) + sizeof (Context2) + sizeof(Context3);
583 ((VOID**)JumpBuffer.Esp)[1] = Context1;
584 ((VOID**)JumpBuffer.Esp)[2] = Context2;
585 ((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 | 152 "ESP - %08x, EBP - %08x, ESI - %08x, EDI - %08x\n",
153 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;
|
/external/skqp/tools/ |
CrashHandler.cpp | 138 frame.AddrStack.Offset = c->Esp;
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspCommonLib/ |
FspCommonLib.c | 32 // sub esp, 8 +0x00
33 // sidt fword ptr [esp]
42 UINT32 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 | 200 stack_frame.AddrStack.Offset = context_record->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 | 933 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;
|