Searched refs:load_x (Results 1 – 4 of 4) sorted by relevance
| /Kernel-v11.0.1/portable/IAR/RISC-V/ |
| D | portContext.h | 35 #define load_x ld macro 38 #define load_x lw macro 101 load_x t0, xCriticalNesting /* Load the value of xCriticalNesting… 109 load_x t0, pxCurrentTCB /* Load pxCurrentTCB. */ 121 load_x sp, xISRStackTop /* Switch to ISR stack. */ 130 load_x sp, xISRStackTop /* Switch to ISR stack. */ 135 load_x t1, pxCurrentTCB /* Load pxCurrentTCB. */ 136 load_x sp, 0 ( t1 ) /* Read sp from first TCB member. */ 139 load_x t0, 0 ( sp ) 146 load_x t0, portMSTATUS_OFFSET * portWORD_SIZE( sp ) [all …]
|
| D | portASM.s | 110 load_x a0, pullMachineTimerCompareRegister /* Load address of compare register into a0. */ 111 load_x a1, pullNextTime /* Load the address of ullNextTime into a1. */ 225 load_x t0, xTaskReturnAddress 241 load_x sp, pxCurrentTCB /* Load pxCurrentTCB. */ 242 load_x sp, 0( sp ) /* Read sp from first TCB member. */ 244 …load_x x1, 0( sp ) /* Note for starting the scheduler the exception return address is used as the… 248 load_x x7, 4 * portWORD_SIZE( sp ) /* t2 */ 249 load_x x8, 5 * portWORD_SIZE( sp ) /* s0/fp */ 250 load_x x9, 6 * portWORD_SIZE( sp ) /* s1 */ 251 load_x x10, 7 * portWORD_SIZE( sp ) /* a0 */ [all …]
|
| /Kernel-v11.0.1/portable/GCC/RISC-V/ |
| D | portContext.h | 35 #define load_x ld macro 38 #define load_x lw macro 102 load_x t0, xCriticalNesting /* Load the value of xCriticalNesting… 112 load_x t0, pxCurrentTCB /* Load pxCurrentTCB. */ 124 load_x sp, xISRStackTop /* Switch to ISR stack. */ 133 load_x sp, xISRStackTop /* Switch to ISR stack. */ 138 load_x t1, pxCurrentTCB /* Load pxCurrentTCB. */ 139 load_x sp, 0 ( t1 ) /* Read sp from first TCB member. */ 142 load_x t0, 0 ( sp ) 149 load_x t0, portMSTATUS_OFFSET * portWORD_SIZE( sp ) [all …]
|
| D | portASM.S | 101 load_x a0, pullMachineTimerCompareRegister /* Load address of compare register into a0. */ 102 load_x a1, pullNextTime /* Load the address of ullNextTime into a1. */ 217 load_x t0, xTaskReturnAddress 233 load_x sp, pxCurrentTCB /* Load pxCurrentTCB. */ 234 load_x sp, 0( sp ) /* Read sp from first TCB member. */ 236 …load_x x1, 0( sp ) /* Note for starting the scheduler the exception return address is used as the… 240 load_x x7, 4 * portWORD_SIZE( sp ) /* t2 */ 241 load_x x8, 5 * portWORD_SIZE( sp ) /* s0/fp */ 242 load_x x9, 6 * portWORD_SIZE( sp ) /* s1 */ 243 load_x x10, 7 * portWORD_SIZE( sp ) /* a0 */ [all …]
|