Searched refs:RSP (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DTRPMR0A.asm32 ; @param RSP msc:r8 gcc:rdx The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64)
33 ;DECLASM(void) trpmR0DispatchHostInterrupt(RTR0UINTPTR uIP, RTSEL SelCS, RTR0UINTPTR RSP);
40 mov r11, rsp ; save the RSP for the iret frame.
57 push r11 ; RSP
H A DVMMR0JmpA-amd64.asm361 ; Save RSP & RBP to enable stack dumps
/vbox/src/VBox/VMM/include/
H A DTRPMInternal.h272 * @param RSP The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64)
274 DECLASM(void) trpmR0DispatchHostInterrupt(RTR0UINTPTR uIP, RTSEL SelCS, RTR0UINTPTR RSP);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DIdtVectorAsm.asm67 ; + Old RSP +
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/
H A DCpuAsm.S114 # + Old RSP +
151 pushq 48(%rbp) # RSP
257 # and make sure RSP is 16-byte aligned
H A DCpuAsm.asm103 ; + Old RSP +
140 push qword ptr [rbp + 48] ; RSP
245 ; and make sure RSP is 16-byte aligned
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.asm112 ; | RetAddr | <- RSP is here
197 ; | RetAddr | <- RSP is here
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.S162 // RSP from interrupted task
262 // debug RSP, and replace it with the application's last stack entry...
444 ## The value of RSP as stored in the context record is the application RSP
465 movq 24(%rax), %rcx # RSP
H A DAsmFuncs.asm192 ;; RSP from interrupted task
295 ;; debug RSP, and replace it with the application's last stack entry...
481 ;; The value of RSP as stored in the context record is the application RSP
502 mov rcx, [rax + 24] ; RSP
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.S157 # + Old RSP +
314 # and make sure RSP is 16-byte aligned
/vbox/src/recompiler/tests/
H A Dtest-i386.c2053 #define RSP "%%rsp" macro
2056 #define RSP "%%esp" macro
2070 asm("mov " RSP ", %[esp_save]\n"\
2072 "mov %[esp_val], " RSP "\n"\
2075 "mov " RSP ", %[esp_val]\n"\
2077 "mov %[esp_save], " RSP "\n"\
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm220 ; Create an iret frame which restores SS:RSP, RFLAGS, and CS:RIP.
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMDbg.cpp1139 CPU_REG_REG(RSP, rsp),
1267 CPU_REG_REG(RSP, rsp),

Completed in 307 milliseconds