Searched refs:RSP (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/VMM/VMMR0/ |
H A D | TRPMR0A.asm | 32 ; @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 D | VMMR0JmpA-amd64.asm | 361 ; Save RSP & RBP to enable stack dumps
|
/vbox/src/VBox/VMM/include/ |
H A D | TRPMInternal.h | 272 * @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 D | IdtVectorAsm.asm | 67 ; + Old RSP +
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/ |
H A D | CpuAsm.S | 114 # + Old RSP + 151 pushq 48(%rbp) # RSP 257 # and make sure RSP is 16-byte aligned
|
H A D | CpuAsm.asm | 103 ; + 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 D | EbcLowLevel.asm | 112 ; | RetAddr | <- RSP is here 197 ; | RetAddr | <- RSP is here
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
H A D | AsmFuncs.S | 162 // 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 D | AsmFuncs.asm | 192 ;; 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 D | AsmFuncs.S | 157 # + Old RSP + 314 # and make sure RSP is 16-byte aligned
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 2053 #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 D | cidet-appA.asm | 220 ; Create an iret frame which restores SS:RSP, RFLAGS, and CS:RIP.
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMDbg.cpp | 1139 CPU_REG_REG(RSP, rsp), 1267 CPU_REG_REG(RSP, rsp),
|
Completed in 307 milliseconds