Searched refs:R7 (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.S | 203 @ ldr R7, =0x00007FFF 204 mov R7, #0x00008000 205 sub R7, R7, #1 206 ands R7, R7, R12, LSR #13 @ R7 is the max number of the index size (right aligned) 213 orr R0, R0, R7, LSL R2 @ factor in the index number 219 subs R7, R7, #1 @ decrement the index
|
D | ArmV7Support.asm | 202 ldr R7, =0x00007FFF 203 ands R7, R7, R12, LSR #13 ; R7 is the max number of the index size (right aligned) 210 orr R0, R0, R7, LSL R2 ; factor in the index number 216 subs R7, R7, #1 ; decrement the index
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
D | EdbCmdRegister.c | 63 SystemContext.SystemContextEbc->R7 in DebuggerRegister() 109 SystemContext.SystemContextEbc->R7 = RegVal; in DebuggerRegister()
|
D | EdbDisasmSupport.c | 1211 return SystemContext.SystemContextEbc->R7; in GetRegisterValue()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/ |
D | EbcInt.c | 780 EbcContext.R7 = (UINT64) VmPtr->Gpr[7]; in EbcDebugSignalException() 797 VmPtr->Gpr[7] = EbcContext.R7; in EbcDebugSignalException() 915 SystemContext.SystemContextEbc->R7 in CommonEbcExceptionHandler() 1003 EbcContext.R7 = (UINT64) VmPtr->Gpr[7]; in EbcDebugPeriodic() 1021 VmPtr->Gpr[7] = EbcContext.R7; in EbcDebugPeriodic()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DebugSupport.h | 299 UINT64 R7; member 470 UINT64 R7; member 506 UINT32 R7; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/ |
D | DebugSupport.h | 330 UINT64 R7; member 501 UINT64 R7; member
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/ |
D | DefaultExceptionHandler.c | 250 …ext.SystemContextArm->R5, SystemContext.SystemContextArm->R6, SystemContext.SystemContextArm->R7)); in DefaultExceptionHandler()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/ |
D | Processor.c | 71 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, R7),
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/ |
D | Processor.c | 45 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, R7),
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | BaseLib.h | 69 UINT64 R7; member 136 UINT32 R7; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueBaseLib.h | 120 UINT64 R7; member
|