Searched refs:RBP (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/ |
H A D | Main.asm | 26 ; @param[out] RBP/EBP Address of Boot Firmware Volume (BFV) 91 ; RBP - Start of BFV
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/X64/ |
H A D | SecEntry.S | 31 # @param[in] RBP Pointer to the start of the Boot Firmware Volume
|
H A D | SecEntry.asm | 32 ; @param[in] RBP Pointer to the start of the Boot Firmware Volume
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/ |
H A D | CpuAsm.S | 126 # + RBP + 127 # +---------------------+ <-- RBP, 16-byte aligned 152 pushq (%rbp) # RBP
|
H A D | CpuAsm.asm | 115 ; + RBP + 116 ; +---------------------+ <-- RBP, 16-byte aligned 141 push qword ptr [rbp] ; RBP
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/ |
H A D | EbcLowLevel.asm | 110 ; | RBP | <- RBP
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
H A D | AsmFuncs.S | 169 # + RBP + 170 # +---------------------+ <-- RBP, 16-byte aligned
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 2054 #define RBP "%%rbp" macro 2057 #define RBP "%%ebp" macro 2071 "mov " RBP ", %[ebp_save]\n"\ 2073 "mov %[ebp_val], " RBP "\n"\ 2076 "mov " RBP ", %[ebp_val]\n"\ 2078 "mov %[ebp_save], " RBP "\n"\
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0JmpA-amd64.asm | 361 ; Save RSP & RBP to enable stack dumps
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMDbg.cpp | 1140 CPU_REG_REG(RBP, rbp), 1268 CPU_REG_REG(RBP, rbp),
|
Completed in 588 milliseconds