Searched refs:AppRsp (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
D | AsmFuncs.S | 25 ASM_PFX(AppRsp): .long 0x11111111 # ? 202 movq %rsp, ASM_PFX(AppRsp)(%rip) # save stack top 252 movq ASM_PFX(AppRsp)(%rip), %rax 256 movq %rax, ASM_PFX(AppRsp)(%rip) 265 movq ASM_PFX(AppRsp)(%rip), %rax 277 movq ASM_PFX(AppRsp)(%rip), %rax 291 movq ASM_PFX(AppRsp)(%rip), %rax 310 movq ASM_PFX(AppRsp)(%rip), %rax 414 movq ASM_PFX(AppRsp)(%rip), %rax 437 movq ASM_PFX(AppRsp)(%rip), %rax [all …]
|
D | AsmFuncs.asm | 55 AppRsp dq 1111111111111111h ; ? define 183 ;; At this point, the stub has saved the current application stack esp into AppRsp 226 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp 232 mov AppRsp, rsp ; save stack top 283 ;; If there's some extra data, save it also, and modify the saved AppRsp to effectively 448 mov rax, AppRsp 473 mov rax, AppRsp 486 mov rbx, [rsp + 24] ; move the potentially modified AppRsp into rbx 487 mov rax, AppRsp 492 mov rax, AppRsp [all …]
|