Home
last modified time | relevance | path

Searched refs:store_x (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/portable/IAR/RISC-V/
DportContext.h34 #define store_x sd macro
37 #define store_x sw macro
70 store_x x1, 1 * portWORD_SIZE( sp )
71 store_x x5, 2 * portWORD_SIZE( sp )
72 store_x x6, 3 * portWORD_SIZE( sp )
73 store_x x7, 4 * portWORD_SIZE( sp )
74 store_x x8, 5 * portWORD_SIZE( sp )
75 store_x x9, 6 * portWORD_SIZE( sp )
76 store_x x10, 7 * portWORD_SIZE( sp )
77 store_x x11, 8 * portWORD_SIZE( sp )
[all …]
DportASM.s215 store_x t0, 0(a0) /* mstatus onto the stack. */
217 store_x x0, 0(a0) /* Critical nesting count starts at 0 for every task. */
223store_x a2, 0(a0) /* Task parameters (pvParameters parameter) goes into register…
226 store_x t0, 0(a0) /* Return address onto the stack. */
231store_x x0, 0(a0) /* Give the chip specific register an initial value of zero. */
236 store_x a1, 0(a0) /* mret value (pxCode parameter) onto the stack. */
278 store_x x5, 0( x6 ) /* Restore the critical nesting value for this task. */
355store_x a1, 0( sp ) /* Asynchronous interrupt so save unmodified exception return …
361 store_x a1, 0( sp ) /* Save updated exception return address. */
/Kernel-v11.0.1/portable/GCC/RISC-V/
DportContext.h34 #define store_x sd macro
37 #define store_x sw macro
71 store_x x1, 1 * portWORD_SIZE( sp )
72 store_x x5, 2 * portWORD_SIZE( sp )
73 store_x x6, 3 * portWORD_SIZE( sp )
74 store_x x7, 4 * portWORD_SIZE( sp )
75 store_x x8, 5 * portWORD_SIZE( sp )
76 store_x x9, 6 * portWORD_SIZE( sp )
77 store_x x10, 7 * portWORD_SIZE( sp )
78 store_x x11, 8 * portWORD_SIZE( sp )
[all …]
DportASM.S206 store_x t0, 0(a0) /* mstatus onto the stack. */
208 store_x x0, 0(a0) /* Critical nesting count starts at 0 for every task. */
215store_x a2, 0(a0) /* Task parameters (pvParameters parameter) goes into register…
218 store_x t0, 0(a0) /* Return address onto the stack. */
223store_x x0, 0(a0) /* Give the chip specific register an initial value of zero. */
228 store_x a1, 0(a0) /* mret value (pxCode parameter) onto the stack. */
270 store_x x5, 0( x6 ) /* Restore the critical nesting value for this task. */
340store_x a1, 0( sp ) /* Asynchronous interrupt so save unmodified exception return …
346 store_x a1, 0( sp ) /* Save updated exception return address. */