Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 38) sorted by relevance

12

/Kernel-v11.1.0/portable/IAR/RL78/
Dportasm.s50 portSAVE_CONTEXT ; Save the context of the current task.
52 portRESTORE_CONTEXT ; Restore the context of the next task to run.
58 ; Starts the scheduler by restoring the context of the task that will execute
63 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
75 portSAVE_CONTEXT ; Save the context of the current task.
80 portRESTORE_CONTEXT ; Restore the context of the next task to run.
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
DportASM.s50 ; Starting the first task is done by just restoring the context
70 ; vPortYieldProcessor() is used to manually force a context switch. The
83 ; Perform the context switch.
84 portSAVE_CONTEXT ; Save current task context
85 LDR R0, =vTaskSwitchContext ; Get the address of the context switch function
88 portRESTORE_CONTEXT ; restore the context of the selected task
103 portSAVE_CONTEXT ; Save the context of the current task.
122 portRESTORE_CONTEXT ; Restore the context of the highest
/Kernel-v11.1.0/portable/IAR/STR71x/
Dportasm.s7942 ; Starting the first task is just a matter of restoring the context that
49 ; Manual context switch function. This is the SWI hander.
53 ; as if the context was saved during and IRQ
56 portSAVE_CONTEXT ; Save the context of the current task...
60 portRESTORE_CONTEXT ; Restore the context of the selected task.
63 ; Preemptive context switch function. This will only ever get used if
67 portSAVE_CONTEXT ; Save the context of the current task.
73 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dportasm.s7943 ; Starting the first task is just a matter of restoring the context that
50 ; Manual context switch function. This is the SWI hander.
54 ; as if the context was saved during and IRQ
57 portSAVE_CONTEXT ; Save the context of the current task...
61 portRESTORE_CONTEXT ; Restore the context of the selected task.
64 ; Preemptive context switch function. This will only ever get installed if
69 portSAVE_CONTEXT ; Save the context of the current task...
73 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/Softune/MB91460/
Dport.c83 ORCCR #0x20 ;Switch back to retrieve the remaining context
242 SaveContext ;Save context
250 CALL32 _vTaskSwitchContext,R12 ;Switch context if required
253 RestoreContext ;Restore context
287 SaveContext ;Save context
293 CALL32 _vTaskSwitchContext,R12 ;Switch context if required
296 RestoreContext ;Restore context
314 SaveContext ;Save context
315 CALL32 _vTaskSwitchContext,R12 ;Switch context if required
316 RestoreContext ;Restore context
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dportasm.s7942 ; Starting the first task is just a matter of restoring the context that
49 ; Manual context switch function. This is the SWI hander.
53 ; as if the context was saved during and IRQ
56 portSAVE_CONTEXT ; Save the context of the current task...
60 portRESTORE_CONTEXT ; Restore the context of the selected task.
63 ; Preemptive context switch function. This will only ever get installed if
67 portSAVE_CONTEXT ; Save the context of the current task.
85 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/
DportASM.s57 ; Save the context of the current task and select a new task to run.
126 ; A context switch is never performed if the nesting count is not 0.
130 ; Did the interrupt request a context switch? r1 holds the address of
139 ; No context switch. Restore used registers, LR_irq and SPSR before
149 ; A context switch is to be performed. Clear the context switch pending
154 ; Restore used registers, LR-irq and SPSR before saving the context
170 ; Restore the context of, and branch to, the task selected to execute next.
DportASM.h48 ; Does the task have a floating point context that needs saving? If
54 ; Save the floating point context, if any
81 ; Is there a floating point context to restore? If the restored
88 ; Restore the floating point context, if any
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
DportASM.s58 ; Save the context of the current task and select a new task to run.
126 ; A context switch is never performed if the nesting count is not 0
130 ; Did the interrupt request a context switch? r1 holds the address of
139 ; No context switch. Restore used registers, LR_irq and SPSR before
149 ; A context switch is to be performed. Clear the context switch pending
154 ; Restore used registers, LR-irq and SPSR before saving the context
170 ; Restore the context of, and branch to, the task selected to execute next.
DportASM.h48 ; Does the task have a floating point context that needs saving? If
54 ; Save the floating point context, if any
79 ; Is there a floating point context to restore? If the restored
86 ; Restore the floating point context, if any
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
DportASM.s54 ; Save the context of the current task and select a new task to run.
123 ; A context switch is never performed if the nesting count is not 0
127 ; Did the interrupt request a context switch? r1 holds the address of
136 ; No context switch. Restore used registers, LR_irq and SPSR before
146 ; A context switch is to be performed. Clear the context switch pending
151 ; Restore used registers, LR-irq and SPSR before saving the context
167 ; Restore the context of, and branch to, the task selected to execute next.
Dportmacro.inc54 ; Does the task have a floating point context that needs saving? If
60 ; Save the floating point context, if any
86 ; Is there a floating point context to restore? If the restored
93 ; Restore the floating point context, if any
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportext.asm78 ;* If the preemptive scheduler is in use a context switch can also occur.
115 ; Manual context switch called by the portYIELD() macro.
129 ; Save the context of the current task.
135 ; Restore the context of the new task.
143 ; the context of the first task.
154 ; Restore the context of the first task that is going to run.
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/
DportASM.asm69 ;Determine if the task maintains an FPU context.
76 ; If the task is not using a floating point context then skip the
104 ; The floating point context flag is the first thing on the stack.
112 ; If the task is not using a floating point context then skip the
116 ; Restore the floating point context.
138 ; Start the first task by restoring its context.
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportext.s4347 * If the preemptive scheduler is in use a context switch can also occur.
63 * Manual context switch called by the portYIELD() macro.
73 /* Save the context of the current task. */
79 /* Restore the context of the new task. */
86 * the context of the first task.
94 /* Restore the context of the first task that is going to run. */
/Kernel-v11.1.0/portable/IAR/STR75x/
Dportasm.s7941 ; Starting the first task is just a matter of restoring the context that
48 ; Manual context switch function. This is the SWI hander.
52 ; as if the context was saved during and IRQ
55 portSAVE_CONTEXT ; Save the context of the current task...
59 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/IAR/STR91x/
Dportasm.s7940 ; Starting the first task is just a matter of restoring the context that
47 ; Manual context switch function. This is the SWI hander.
51 ; as if the context was saved during and IRQ
54 portSAVE_CONTEXT ; Save the context of the current task...
58 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
Dportasm.s7939 ; Starting the first task is just a matter of restoring the context that
46 ; Manual context switch function. This is the SWI hander.
50 ; as if the context was saved during and IRQ
53 portSAVE_CONTEXT ; Save the context of the current task...
57 portRESTORE_CONTEXT ; Restore the context of the selected task.
/Kernel-v11.1.0/portable/GCC/NiosII/
Dport.c65 void vPortSysTickHandler( void * context );
167 void vPortSysTickHandler( void * context ) in vPortSysTickHandler() argument
207 alt_irq[ id ].context = isr_context; in _alt_ic_isr_register()
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportext.s4374 * If the preemptive scheduler is in use a context switch can also occur.
98 * Manual context switch called by the portYIELD() macro.
111 /* Save the context of the current task. */
117 /* Restore the context of the new task. */
124 * the context of the first task.
134 /* Restore the context of the first task that is going to run. */
/Kernel-v11.1.0/portable/IAR/78K0R/
Dportasm.s2675 portSAVE_CONTEXT ; Save the context of the current task.
77 portRESTORE_CONTEXT ; Restore the context of the next task to run.
82 ; Restore the context of the first task that is going to run.
93 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
111 portSAVE_CONTEXT ; Save the context of the current task.
116 portRESTORE_CONTEXT ; Restore the context of the next task to run.
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s9085 ; restoring a task context has to be written in an asm file.
89 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch
211 ; Manual and preemptive context switch functions respectively.
217 portSAVE_CONTEXT ; Save the context of the current task.
219 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
225 portSAVE_CONTEXT ; Save the context of the current task.
232 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
236 portSAVE_CONTEXT ; Save the context of the current task.
238 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.s9085 ; restoring a task context has to be written in an asm file.
89 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch
205 ; Manual and preemptive context switch functions respectively.
211 portSAVE_CONTEXT ; Save the context of the current task.
213 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
219 portSAVE_CONTEXT ; Save the context of the current task.
226 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
230 portSAVE_CONTEXT ; Save the context of the current task.
232 portRESTORE_CONTEXT ; Restore the context of whichever task the ...
/Kernel-v11.1.0/.github/ISSUE_TEMPLATE/
Dfeature_request.md25 **Additional context**
26 Add any other context or screenshots about the feature request here.
Dbug-report.md35 **Additional context**
36 Add any other context about the problem here.

12