Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 25 of 46) sorted by relevance

12

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
DExceptionSupport.asm99 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 …]
DExceptionSupport.S105 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/
DDebugAgentException.asm77 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 …]
DDebugAgentException.S82 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/
DExceptionSupport.ARMv6.asm99 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 …]
DExceptionSupport.ARMv6.S98 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 …]
DProcessor.c77 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, SP),
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/
DSwitchStack.asm34 MOV R1, SP
36 MOV SP, R1
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DDefaultExceptionHandler.c248 … 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/
DRTSMHelper.asm58 stmfd SP!, {r1-r2}
88 ldmfd SP!, {r1-r2}
DRTSMHelper.S42 stmfd SP!, {r1-r2}
71 ldmfd SP!, {r1-r2}
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
DSwitchStack.S44 MOV SP, R3
DSwitchStack.asm41 MOV SP, R3
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
D__aeabi_cfcmp.asm37 LDM SP, {R0 - R1}
D__aeabi_cdcmp.asm41 LDM SP, {R0 - R3}
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dinterrupt-framework-design.rst278 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/
DMbr.S63 movw %bx, %sp # SP = 0x7C00
87 movw $0x7c00, %sp # SP = 0x7c00
DMbr.asm64 mov sp, bx ; SP = 0x7C00
87 mov sp,07c00h ; SP = 0x7c00
/device/linaro/bootloader/arm-trusted-firmware/
Dreadme.rst76 - 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/
DThunk16Lib.h127 UINT16 SP; member
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DDefaultExceptionHandler.c252 …x\n", SystemContext.SystemContextArm->R12, SystemContext.SystemContextArm->SP, SystemContext.Syste… in DefaultExceptionHandler()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDebugSupport.h512 UINT32 SP; member
569 UINT64 SP; // x31 - Stack pointer member
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmV7Support.asm180 stmfd SP!,{r4-r12, LR}
225 ldmfd SP!, {r4-r12, lr}
DArmV7Support.S179 stmfd SP!,{r4-r12, LR}
228 ldmfd SP!, {r4-r12, lr}
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h144 UINT16 SP; member

12