/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/ |
D | ExceptionSupport.asm | 99 stmfd SP!,{LR} ; Store the link register for the current mode 100 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 101 stmfd SP!,{R0-R12} ; Store the register state 111 stmfd SP!,{LR} ; Store the link register for the current mode 112 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 113 stmfd SP!,{R0-R12} ; Store the register state 122 stmfd SP!,{LR} ; Store the link register for the current mode 123 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 124 stmfd SP!,{R0-R12} ; Store the register state 134 stmfd SP!,{LR} ; Store the link register for the current mode [all …]
|
D | ExceptionSupport.S | 105 stmfd SP!,{LR} @ Store the link register for the current mode 106 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 107 stmfd SP!,{R0-R12} @ Store the register state 117 stmfd SP!,{LR} @ Store the link register for the current mode 118 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 119 stmfd SP!,{R0-R12} @ Store the register state 128 stmfd SP!,{LR} @ Store the link register for the current mode 129 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 130 stmfd SP!,{R0-R12} @ Store the register state 140 stmfd SP!,{LR} @ Store the link register for the current mode [all …]
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/ |
D | DebugAgentException.asm | 77 stmfd SP!,{LR} ; Store the link register for the current mode 78 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 79 stmfd SP!,{R0-R12} ; Store the register state 89 stmfd SP!,{LR} ; Store the link register for the current mode 90 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 91 stmfd SP!,{R0-R12} ; Store the register state 101 stmfd SP!,{LR} ; Store the link register for the current mode 102 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 103 stmfd SP!,{R0-R12} ; Store the register state 113 stmfd SP!,{LR} ; Store the link register for the current mode [all …]
|
D | DebugAgentException.S | 82 stmfd SP!,{LR} @ Store the link register for the current mode 83 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 84 stmfd SP!,{R0-R12} @ Store the register state 94 stmfd SP!,{LR} @ Store the link register for the current mode 95 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 96 stmfd SP!,{R0-R12} @ Store the register state 106 stmfd SP!,{LR} @ Store the link register for the current mode 107 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 108 stmfd SP!,{R0-R12} @ Store the register state 118 stmfd SP!,{LR} @ Store the link register for the current mode [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/ |
D | ExceptionSupport.ARMv6.asm | 99 stmfd SP!,{LR} ; Store the link register for the current mode 100 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 101 stmfd SP!,{R0-R12} ; Store the register state 111 stmfd SP!,{LR} ; Store the link register for the current mode 112 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 113 stmfd SP!,{R0-R12} ; Store the register state 123 stmfd SP!,{LR} ; Store the link register for the current mode 124 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 125 stmfd SP!,{R0-R12} ; Store the register state 135 stmfd SP!,{LR} ; Store the link register for the current mode [all …]
|
D | ExceptionSupport.ARMv6.S | 98 stmfd SP!,{LR} @ Store the link register for the current mode 99 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 100 stmfd SP!,{R0-R12} @ Store the register state 110 stmfd SP!,{LR} @ Store the link register for the current mode 111 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 112 stmfd SP!,{R0-R12} @ Store the register state 122 stmfd SP!,{LR} @ Store the link register for the current mode 123 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 124 stmfd SP!,{R0-R12} @ Store the register state 134 stmfd SP!,{LR} @ Store the link register for the current mode [all …]
|
D | Processor.c | 77 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, SP),
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/ |
D | SwitchStack.asm | 34 MOV R1, SP 36 MOV SP, R1
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/ |
D | DefaultExceptionHandler.c | 248 … ESR 0x%08lx FAR 0x%016lx\n", SystemContext.SystemContextAArch64->SP, SystemContext.Syste… in DefaultExceptionHandler() 258 SystemContext.SystemContextAArch64->SP + Offset, in DefaultExceptionHandler() 259 *(UINT64 *)(SystemContext.SystemContextAArch64->SP + Offset), in DefaultExceptionHandler() 260 *(UINT64 *)(SystemContext.SystemContextAArch64->SP + Offset + 8), in DefaultExceptionHandler() 261 *(UINT64 *)(SystemContext.SystemContextAArch64->SP + Offset + 16), in DefaultExceptionHandler() 262 *(UINT64 *)(SystemContext.SystemContextAArch64->SP + Offset + 24))); in DefaultExceptionHandler()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/ |
D | RTSMHelper.asm | 58 stmfd SP!, {r1-r2} 88 ldmfd SP!, {r1-r2}
|
D | RTSMHelper.S | 42 stmfd SP!, {r1-r2} 71 ldmfd SP!, {r1-r2}
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/ |
D | SwitchStack.S | 44 MOV SP, R3
|
D | SwitchStack.asm | 41 MOV SP, R3
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/ |
D | __aeabi_cfcmp.asm | 37 LDM SP, {R0 - R1}
|
D | __aeabi_cdcmp.asm | 41 LDM SP, {R0 - R3}
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | interrupt-framework-design.rst | 278 Secure Payload (SP) software which runs in Secure-EL1/Secure-EL0 and is 290 #. Secure Payload (SP). On a production system, the Secure Payload corresponds 406 be provided by the SP as the result of its initialisation. The SPD should 407 program the routing model only after SP initialisation has completed e.g. in the 412 could either be provided to the SPD service at build time or by the SP at 441 ``tsp_vectors`` in the SP which also includes the handler for Secure-EL1 448 purpose, SP\_EL1/Secure-EL0, LR, VFP and system registers. It can use 502 TEL3=1**) where the SPD service will hand them to the SP. This is defined 505 The interrupt handling framework implemented by the SP should support one or 511 then the SP should pass this information to the SPD service at runtime during [all …]
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Mbr.S | 63 movw %bx, %sp # SP = 0x7C00 87 movw $0x7c00, %sp # SP = 0x7c00
|
D | Mbr.asm | 64 mov sp, bx ; SP = 0x7C00 87 mov sp,07c00h ; SP = 0x7c00
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | readme.rst | 76 - A minimal AArch32 Secure Payload (SP\_MIN) to demonstrate `PSCI`_ library 81 When a Secure-EL1 Payload (SP) is present, for example a Secure OS, the 83 (SPD) to customize the interaction with the SP. 85 - A Test SP/SPD to demonstrate AArch64 Secure Monitor functionality and SP
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/ |
D | Thunk16Lib.h | 127 UINT16 SP; member
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/ |
D | DefaultExceptionHandler.c | 252 …x\n", SystemContext.SystemContextArm->R12, SystemContext.SystemContextArm->SP, SystemContext.Syste… in DefaultExceptionHandler()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DebugSupport.h | 512 UINT32 SP; member 569 UINT64 SP; // x31 - Stack pointer member
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.asm | 180 stmfd SP!,{r4-r12, LR} 225 ldmfd SP!, {r4-r12, lr}
|
D | ArmV7Support.S | 179 stmfd SP!,{r4-r12, LR} 228 ldmfd SP!, {r4-r12, lr}
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
D | LegacyBios.h | 144 UINT16 SP; member
|