Searched defs:AppRsp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A 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
285 mov rax, AppRsp
289 mov AppRsp, rax
298 mov rax, AppRsp
311 mov rax, AppRsp
326 mov rax, AppRsp
[all...]

Completed in 32 milliseconds