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

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
EfiJump.h 27 UINT64 Rsp;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.h 51 UINT64 Rsp;
SmiException.asm 180 ; + Old RSP +
195 ; RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
201 push [rsp] ; duplicate INT# if no ErrCode
202 mov qword ptr [rsp + 8], 0
205 mov rbp, rsp
213 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
227 push qword ptr [rbp + 48] ; RSP
250 sub rsp, 16
251 sidt fword ptr [rsp]
252 sub rsp, 16
    [all...]
PageTbl.c 676 DumpModuleInfoByIp (*(UINTN *)(UINTN)SystemContext.SystemContextX64->Rsp);
SmiException.S 380 # + Old RSP +
395 # RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
402 pushq (%rsp)
403 movq $0, 8(%rsp)
406 movq %rsp, %rbp
414 ## UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
428 pushq 48(%rbp) # RSP
451 subq $16, %rsp
452 sidt (%rsp)
453 subq $16, %rsp
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 68 mReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp;
98 SystemContext.SystemContextX64->Rsp = mReservedVectors[ExceptionType].OldSp;
146 "RBX - %016lx, RSP - %016lx, RBP - %016lx\n",
148 SystemContext.SystemContextX64->Rsp,
ExceptionHandlerAsm.S 88 movq %rsp, %rax
90 subq $0x18, %rsp # reserve room for filling exception data later
95 pushq (%rsp) # push additional rcx to make stack alignment
97 xchgq (%rsp), %rcx # restore rcx, save Exception Number in stack
115 xchgq (%rsp), %rcx # get the return address of call, actually, it is the address of vector number.
131 pushq (%rsp)
132 movq $0, 8(%rsp)
135 movq %rsp, %rbp
144 # + Old RSP +
167 #; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
    [all...]
ExceptionHandlerAsm.asm 55 mov rax, rsp
57 sub rsp, 18h ; reserve room for filling exception data later
62 push [rsp] ; push additional rcx to make stack alignment
64 xchg rcx, [rsp] ; restore rcx, save Exception Number in stack
77 ; + Old RSP +
99 xchg rcx, [rsp] ; Save rcx into stack and save vector number into rcx
112 push [rsp]
113 mov qword ptr [rsp + 8], 0
116 mov rbp, rsp
125 ; + Old RSP +
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcIdentification.c 80 UINT32 Rsp[4], RCA;
93 Status = Host->ReceiveResponse (Host, MMC_RESPONSE_TYPE_R1, Rsp);
98 if (Rsp[0] & EMMC_SWITCH_ERROR) {
102 } while (!(Rsp[0] & MMC_R0_READY_FOR_DATA));
103 *State = MMC_R0_CURRENTSTATE(Rsp);
  /external/skia/tools/
CrashHandler.cpp 143 frame.AddrStack.Offset = c->Rsp;
  /external/v8/src/base/debug/
stack_trace_win.cc 208 stack_frame.AddrStack.Offset = context_record->Rsp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 122 __MINGW_EXTENSION unsigned __int64 Rsp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 90 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
192 ;; RSP from interrupted task
222 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
226 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
228 mov rax, qword ptr [rsp][8] ; save vector number
231 add rsp, 8 ; pop vector number
232 mov AppRsp, rsp ; save stack top
233 mov rsp, offset DebugStackBegin ; switch to debugger stack
234 sub rsp, 8 ; leave space for vector number
236 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 925 JumpBuffer.Rsp = JumpBuffer.Rsp + DebugAgentContext.StackMigrateOffset;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.S 181 # + Old RSP +
213 pushq (%rsp)
214 movq $0, 8(%rsp)
221 movq %rsp, %rbp
242 ## UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
247 pushq 48(%rbp) # original rsp
287 subq $16, %rsp
288 sidt (%rsp)
289 subq $16, %rsp
290 sgdt (%rsp)
    [all...]
AsmFuncs.asm 184 push [rsp]
185 mov qword ptr [rsp + 8], 0
189 mov rbp, rsp
204 ; store UINT64 Rdi, Rsi, Rbp, Rsp, Rdx, Rcx, Rbx, Rax;
209 push qword ptr [rbp + 6 * 8] ; original rsp
248 sub rsp, 16
249 sidt fword ptr [rsp]
250 sub rsp, 16
251 sgdt fword ptr [rsp]
292 sub rsp, 512
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 741 stack_frame.AddrStack.Offset = ctx.Rsp;
821 uptr sp = (uptr)context_record->Rsp;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 291 UINT64 Rsp;
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 66 template <typename Req, typename Rsp>
68 void (keymaster::AndroidKeymaster::*method)(const Req&, Rsp*), void* in_buf,
73 Rsp rsp; local
74 (device->*method)(req, &rsp);
76 *out_size = rsp.SerializedSize();
78 rsp.Serialize(out, out + *out_size);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 255 UINT64 Rsp;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 221 UINT64 Rsp;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 267 UINT32 Rsp; // FF7C
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 48 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rsp),
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 48 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rsp),
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 224 UINT64 Rsp;

Completed in 298 milliseconds

1 2