Searched refs:portCRITICAL_NESTING_OFFSET (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/portable/IAR/RISC-V/ |
| D | portContext.h | 53 #define portCRITICAL_NESTING_OFFSET 13 macro 57 #define portCRITICAL_NESTING_OFFSET 29 macro 102 store_x t0, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Store the critical nesting value t… 149 load_x t0, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Obtain xCriticalNesting value for t…
|
| D | portASM.s | 276 …load_x x5, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Obtain xCriticalNesting value …
|
| /Kernel-v11.0.1/portable/GCC/RISC-V/ |
| D | portContext.h | 53 #define portCRITICAL_NESTING_OFFSET 13 macro 57 #define portCRITICAL_NESTING_OFFSET 29 macro 103 store_x t0, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Store the critical nesting value t… 152 load_x t0, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Obtain xCriticalNesting value for t…
|
| D | portASM.S | 268 …load_x x5, portCRITICAL_NESTING_OFFSET * portWORD_SIZE( sp ) /* Obtain xCriticalNesting value …
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV8/ |
| D | portasm.S | 77 #define portCRITICAL_NESTING_OFFSET 124 macro 135 swi r18, r1, portCRITICAL_NESTING_OFFSET 201 lwi r18, r1, portCRITICAL_NESTING_OFFSET
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV9/ |
| D | portasm.S | 67 #define portCRITICAL_NESTING_OFFSET 124 macro 149 swi r18, r1, portCRITICAL_NESTING_OFFSET 234 lwi r18, r1, portCRITICAL_NESTING_OFFSET
|