Home
last modified time | relevance | path

Searched refs:_pxCurrentTCB (Results 1 – 19 of 19) sorted by relevance

/Kernel-v11.0.1/portable/IAR/RX100/
Dport_asm.s34 EXTERN _pxCurrentTCB
48 MOV.L #_pxCurrentTCB, R15
118 MOV.L #_pxCurrentTCB, R15
134 MOV.L #_pxCurrentTCB,R15
/Kernel-v11.0.1/portable/IAR/RX600/
Dport_asm.s34 EXTERN _pxCurrentTCB
48 MOV.L #_pxCurrentTCB, R15
124 MOV.L #_pxCurrentTCB, R15
140 MOV.L #_pxCurrentTCB,R15
/Kernel-v11.0.1/portable/IAR/RXv2/
Dport_asm.s34 EXTERN _pxCurrentTCB
48 MOV.L #_pxCurrentTCB, R15
145 MOV.L #_pxCurrentTCB, R15
161 MOV.L #_pxCurrentTCB,R15
/Kernel-v11.0.1/portable/CodeWarrior/ColdFire_V1/
Dportasm.S46 .extern _pxCurrentTCB
55 move.l _pxCurrentTCB, a0
62 move.l _pxCurrentTCB, a0
/Kernel-v11.0.1/portable/CodeWarrior/ColdFire_V2/
Dportasm.S46 .extern _pxCurrentTCB
55 move.l _pxCurrentTCB, a0
62 move.l _pxCurrentTCB, a0
/Kernel-v11.0.1/portable/GCC/RL78/
Disr_support.h30 .extern _pxCurrentTCB
72 MOVW AX, !_pxCurrentTCB
91 MOVW AX, !_pxCurrentTCB
/Kernel-v11.0.1/portable/Rowley/MSP430F449/
Dportasm.h48 mov.w &_pxCurrentTCB, r12
54 mov.w &_pxCurrentTCB, r12
/Kernel-v11.0.1/portable/Renesas/RX200/
Dport.c200 MOV.L #_pxCurrentTCB, R15 in prvStartFirstTask()
280 MOV.L #_pxCurrentTCB, R15 in prvYieldHandler()
296 MOV.L #_pxCurrentTCB,R15 in prvYieldHandler()
/Kernel-v11.0.1/portable/MPLAB/PIC24_dsPIC/
Dportasm_PIC24.S61 MOV _pxCurrentTCB, W0 /* Save the new top of stack into the TCB. */
66 MOV _pxCurrentTCB, W0 /* Restore the stack pointer for the task. */
Dportasm_dsPIC.S68 MOV _pxCurrentTCB, W0 /* Save the new top of stack into the TCB. */
73 MOV _pxCurrentTCB, W0 /* Restore the stack pointer for the task. */
/Kernel-v11.0.1/portable/IAR/RL78/
Dportmacro.h161 EXTERN _pxCurrentTCB
195 MOVW AX, _pxCurrentTCB; /* Save the Task stack pointer. */ variable
210 MOVW AX, _pxCurrentTCB; /* Restore the Task stack pointer. */ variable
/Kernel-v11.0.1/portable/Renesas/RX600/
Dport.c199 MOV.L #_pxCurrentTCB, R15 in prvStartFirstTask()
283 MOV.L #_pxCurrentTCB, R15 in prvYieldHandler()
299 MOV.L #_pxCurrentTCB,R15 in prvYieldHandler()
/Kernel-v11.0.1/portable/Renesas/RX600v2/
Dport.c211 MOV.L #_pxCurrentTCB, R15 in prvStartFirstTask()
310 MOV.L #_pxCurrentTCB, R15 in prvYieldHandler()
326 MOV.L #_pxCurrentTCB,R15 in prvYieldHandler()
/Kernel-v11.0.1/portable/Renesas/RX100/
Dport.c283 MOV.L #_pxCurrentTCB, R15 in prvStartFirstTask()
374 MOV.L #_pxCurrentTCB, R15 in prvYieldHandler()
391 MOV.L #_pxCurrentTCB,R15 in prvYieldHandler()
/Kernel-v11.0.1/portable/Renesas/RX700v3_DPFPU/
Dport.c343 MOV.L # _pxCurrentTCB, R15 in prvStartFirstTask()
493 MOV.L # _pxCurrentTCB, R15 in prvYieldHandler()
511 MOV.L # _pxCurrentTCB, R15 in prvYieldHandler()
/Kernel-v11.0.1/portable/Renesas/SH2A_FPU/
DISR_Support.inc39 mov.l #_pxCurrentTCB, r0
54 mov.l #_pxCurrentTCB, r0
Dportasm.src29 .import _pxCurrentTCB
/Kernel-v11.0.1/portable/Softune/MB91460/
Dport.c61 LDI #_pxCurrentTCB, R0 ;Get pxCurrentTCB address
69 LDI #_pxCurrentTCB, R0 ;Get pxCurrentTCB address
/Kernel-v11.0.1/portable/MikroC/ARM_CM4F/
Dport.c254 ldr r3, =_pxCurrentTCB /* Restore the context. */ in vPortSVCHandler()
465 ldr r3, =_pxCurrentTCB /* Get the location of the current TCB. */ in xPortPendSVHandler()