Home
last modified time | relevance | path

Searched refs:AppRsp (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.S25 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 …]
DAsmFuncs.nasm60 AppRsp: dq 0x1111111111111111 ; ?
180 ;; At this point, the stub has saved the current application stack esp into AppRsp
222 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
228 mov [AppRsp], rsp ; save stack top
279 ;; If there's some extra data, save it also, and modify the saved AppRsp to effectively
281 mov rax, [AppRsp]
285 mov [AppRsp], rax
294 mov rax, [AppRsp]
307 mov rax, [AppRsp]
322 mov rax, [AppRsp]
[all …]
DAsmFuncs.asm55 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 …]