Searched refs:restore (Results 1 – 20 of 20) sorted by relevance
/FreeRTOS-Kernel/portable/IAR/V850ES/ |
A D | ISR_Support.h | 35 Context save and restore macro definitions 120 restore general purpose registers 163 restore EIPSW from stack 166 restore EIPC from stack 169 restore LP from stack
|
A D | portasm.s85 | 137 sld.w 4[ep],r1 ; restore general purpose registers 191 ldsr lp,5 ; restore PSW 193 ld.w 4[sp],lp ; restore LP 194 ld.w 8[sp],lp ; restore LP 224 ld.w 0[sp],lp ; restore EIPSW from stack 226 ld.w 4[sp],lp ; restore EIPC from stack 228 ld.w 8[sp],lp ; restore LP from stack 260 ld.w 0[sp],lp ; restore EIPSW from stack 262 ld.w 4[sp],lp ; restore EIPC from stack 264 ld.w 8[sp],lp ; restore LP from stack
|
A D | portasm_Fx3.s85 | 146 sld.w 4[ep],r1 ; restore general purpose registers 200 ldsr lp,5 ; restore PSW 202 ld.w 4[sp],lp ; restore LP 203 ld.w 8[sp],lp ; restore LP 233 ld.w 0[sp],lp ; restore EIPSW from stack 235 ld.w 4[sp],lp ; restore EIPC from stack 237 ld.w 8[sp],lp ; restore LP from stack 269 ld.w 0[sp],lp ; restore EIPSW from stack 271 ld.w 4[sp],lp ; restore EIPC from stack 273 ld.w 8[sp],lp ; restore LP from stack
|
A D | portasm_Hx2.s85 | 137 sld.w 4[ep],r1 ; restore general purpose registers 191 ldsr lp,5 ; restore PSW 193 ld.w 4[sp],lp ; restore LP 194 ld.w 8[sp],lp ; restore LP 224 ld.w 0[sp],lp ; restore EIPSW from stack 226 ld.w 4[sp],lp ; restore EIPC from stack 228 ld.w 8[sp],lp ; restore LP from stack 260 ld.w 0[sp],lp ; restore EIPSW from stack 262 ld.w 4[sp],lp ; restore EIPC from stack 264 ld.w 8[sp],lp ; restore LP from stack
|
/FreeRTOS-Kernel/portable/IAR/78K0R/ |
A D | ISR_Support.h | 81 Restores the task Stack Pointer then use this to restore usCriticalNesting, variable
|
/FreeRTOS-Kernel/portable/IAR/AtmelSAM7S64/ |
A D | ISR_Support.h | 33 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/AtmelSAM9XE/ |
A D | ISR_Support.h | 32 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/LPC2000/ |
A D | ISR_Support.h | 33 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/STR71x/ |
A D | ISR_Support.h | 33 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/STR75x/ |
A D | ISR_Support.h | 33 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/STR91x/ |
A D | ISR_Support.h | 33 Context save and restore macro definitions
|
/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/ |
A D | portASM.h | 81 ; Is there a floating point context to restore? If the restored
|
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/ |
A D | portASM.h | 79 ; Is there a floating point context to restore? If the restored
|
/FreeRTOS-Kernel/portable/RVDS/ARM7_LPC21xx/ |
A D | portASM.s | 88 portRESTORE_CONTEXT ; restore the context of the selected task
|
/FreeRTOS-Kernel/portable/GCC/NiosII/ |
A D | port_asm.S | 136 br restore_sp_from_pxCurrentTCB # Switch in the task context and restore.
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/ |
A D | portmacro.inc | 86 ; Is there a floating point context to restore? If the restored
|
/FreeRTOS-Kernel/portable/IAR/ATMega323/ |
A D | portmacro.s90 | 199 ld r0, y+ ; Finally we have finished with r0, so restore r0.
|
/FreeRTOS-Kernel/portable/IAR/AVR_AVRDx/ |
A D | portmacro.s90 | 202 ld r0, y+ ; Finally we have finished with r0, so restore r0.
|
/FreeRTOS-Kernel/portable/IAR/AVR_Mega0/ |
A D | portmacro.s90 | 196 ld r0, y+ ; Finally we have finished with r0, so restore r0.
|
/FreeRTOS-Kernel/ |
A D | History.txt | 585 + Change FreeRTOS IRQ Handler for Cortex-A53 SRE port to store and restore 1071 restore all floating point (FPU) registers on entry to each potentially 1794 + Change the behaviour of the interrupt safe interrupt mask save and restore 1796 mask value. The restore macro now uses the previous mask value. These 2459 save and restore the floating point context respectively for those tasks 3481 the save/restore to compiler generated code.
|
Completed in 76 milliseconds