/Kernel-v10.6.2/portable/IAR/RXv2/ |
D | port_asm.s | 56 /* Accumulator low 32 bits. */ 60 /* Accumulator high 32 bits. */ 68 /* Accumulator low 32 bits. */ 72 /* Accumulator high 32 bits. */ 169 /* Accumulator low 32 bits. */ 173 /* Accumulator high 32 bits. */ 181 /* Accumulator low 32 bits. */ 185 /* Accumulator high 32 bits. */
|
/Kernel-v10.6.2/portable/Renesas/RX600v2/ |
D | port.c | 218 MVTACLO R15, A0 /* Accumulator low 32 bits. */ in prvStartFirstTask() 220 MVTACHI R15, A0 /* Accumulator high 32 bits. */ in prvStartFirstTask() 224 MVTACLO R15, A1 /* Accumulator low 32 bits. */ in prvStartFirstTask() 226 MVTACHI R15, A1 /* Accumulator high 32 bits. */ in prvStartFirstTask() 333 MVTACLO R15, A0 /* Accumulator low 32 bits. */ in prvYieldHandler() 335 MVTACHI R15, A0 /* Accumulator high 32 bits. */ in prvYieldHandler() 339 MVTACLO R15, A1 /* Accumulator low 32 bits. */ in prvYieldHandler() 341 MVTACHI R15, A1 /* Accumulator high 32 bits. */ in prvYieldHandler()
|
/Kernel-v10.6.2/portable/MSVC-MingW/ |
D | portmacro.h | 60 /* 32/64-bit tick type on a 32/64-bit architecture, so reads of the tick 111 #if( configMAX_PRIORITIES > 32 ) 112 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th… 157 * as defined above). The number must also be lower than 32.
|
/Kernel-v10.6.2/portable/GCC/RX200/ |
D | port.c | 243 /* Accumulator low 32 bits. */ in prvStartFirstTask() 247 /* Accumulator high 32 bits. */ in prvStartFirstTask() 255 /* Accumulator low 32 bits. */ in prvStartFirstTask() 259 /* Accumulator high 32 bits. */ in prvStartFirstTask() 358 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 362 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR() 370 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 374 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR()
|
/Kernel-v10.6.2/portable/GCC/RX600v2/ |
D | port.c | 237 /* Accumulator low 32 bits. */ in prvStartFirstTask() 241 /* Accumulator high 32 bits. */ in prvStartFirstTask() 249 /* Accumulator low 32 bits. */ in prvStartFirstTask() 253 /* Accumulator high 32 bits. */ in prvStartFirstTask() 352 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 356 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR() 364 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 368 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR()
|
/Kernel-v10.6.2/portable/CCS/ARM_Cortex-R4/ |
D | portmacro.h | 62 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 100 #if( configMAX_PRIORITIES > 32 ) 101 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/GCC/RISC-V/ |
D | portmacro.h | 56 #elif __riscv_xlen == 32 77 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 134 #if( configMAX_PRIORITIES > 32 ) 135 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
D | portASM.S | 93 .extern uxTimerIncrementsForOneTick /* size_t type so 32-bit on 32-bit core and 64-bits on 64-bit c… 104 #if( __riscv_xlen == 32 ) 106 /* Update the 64-bit mtimer compare match value in two 32-bit writes. */ 114 …ime to the timer increments for one tick (assumes timer increment for one tick fits in 32-bits). */ 120 #endif /* __riscv_xlen == 32 */ 355 …slli t0, t0, __riscv_xlen - 1 /* LSB is already set, shift into MSB. Shift 31 on 32-bit or 63 o…
|
/Kernel-v10.6.2/portable/IAR/RL78/ |
D | port.c | 102 Although they are stored in memory as a 32-bit value. Hence decrement in pxPortInitialiseStack() 110 /* The return address is a 32-bit value. So decrement the stack pointer in pxPortInitialiseStack() 119 as a 32-bit value. So leave a space for the second two bytes. */ in pxPortInitialiseStack() 132 32-bit value. See the comments above the prvTaskExitError() prototype in pxPortInitialiseStack() 139 /* Task function. Again as it is written as a 32-bit value a space is in pxPortInitialiseStack()
|
/Kernel-v10.6.2/portable/IAR/RX700v3_DPFPU/ |
D | port.c | 350 /* Accumulator low 32 bits. */ in prvStartFirstTask() 354 /* Accumulator high 32 bits. */ in prvStartFirstTask() 362 /* Accumulator low 32 bits. */ in prvStartFirstTask() 366 /* Accumulator high 32 bits. */ in prvStartFirstTask() 518 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 522 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR() 530 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 534 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR()
|
/Kernel-v10.6.2/portable/Renesas/RX700v3_DPFPU/ |
D | port.c | 369 /* Accumulator low 32 bits. */ in prvStartFirstTask() 373 /* Accumulator high 32 bits. */ in prvStartFirstTask() 381 /* Accumulator low 32 bits. */ in prvStartFirstTask() 385 /* Accumulator high 32 bits. */ in prvStartFirstTask() 544 /* Accumulator low 32 bits. */ in prvYieldHandler() 548 /* Accumulator high 32 bits. */ in prvYieldHandler() 556 /* Accumulator low 32 bits. */ in prvYieldHandler() 560 /* Accumulator high 32 bits. */ in prvYieldHandler()
|
/Kernel-v10.6.2/portable/IAR/V850ES/ |
D | ISR_Support.h | 58 sst.w r9,32[ep] 75 sst.w r10,32[ep] 111 sld.w 32[ep],r9 129 sld.w 32[ep],r10
|
/Kernel-v10.6.2/portable/IAR/RISC-V/ |
D | portASM.s | 99 …EXTERN uxTimerIncrementsForOneTick /* size_t type so 32-bit on 32-bit core and 64-bits on 64-bit c… 113 #if( __riscv_xlen == 32 ) 115 /* Update the 64-bit mtimer compare match value in two 32-bit writes. */ 123 …ime to the timer increments for one tick (assumes timer increment for one tick fits in 32-bits). */ 129 #endif /* __riscv_xlen == 32 */ 370 …slli t0, t0, __riscv_xlen - 1 /* LSB is already set, shift into MSB. Shift 31 on 32-bit or 63 o…
|
/Kernel-v10.6.2/portable/GCC/RX700v3_DPFPU/ |
D | port.c | 373 /* Accumulator low 32 bits. */ in prvStartFirstTask() 377 /* Accumulator high 32 bits. */ in prvStartFirstTask() 385 /* Accumulator low 32 bits. */ in prvStartFirstTask() 389 /* Accumulator high 32 bits. */ in prvStartFirstTask() 540 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 544 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR() 552 /* Accumulator low 32 bits. */ in vSoftwareInterruptISR() 556 /* Accumulator high 32 bits. */ in vSoftwareInterruptISR()
|
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/ |
D | portmacro.h | 69 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 107 #if ( configMAX_PRIORITIES > 32 ) 108 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/ |
D | portmacro.h | 71 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 154 #if( configMAX_PRIORITIES > 32 ) 155 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/include/ |
D | message_buffer.h | 56 * the API function). sizeof( size_t ) is typically 4 bytes on a 32-bit 57 * architecture, so writing a 10 byte message to a message buffer on a 32-bit 108 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will 180 * the message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit 181 * architecture, so on most 32-bit architecture a 10 byte message will take up 322 * on a 32-bit architecture, so on most 32-bit architecture setting 422 * on a 32-bit architecture, so on most 32-bit architecture setting 768 * message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/ |
D | portmacro.h | 71 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 165 #if( configMAX_PRIORITIES > 32 ) 166 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/CCS/ARM_CM3/ |
D | portmacro.h | 69 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 113 #if ( configMAX_PRIORITIES > 32 ) 114 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/ |
D | portmacro.h | 71 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 115 #if ( configMAX_PRIORITIES > 32 ) 116 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/GCC/PPC405_Xilinx/ |
D | portasm.S | 200 stfd f4, 32(r3) 245 stfs f8, 32(r3) 306 lfd f4, 32(r3) 352 lfs f8, 32(r3)
|
/Kernel-v10.6.2/portable/GCC/PPC440_Xilinx/ |
D | portasm.S | 200 stfd f4, 32(r3) 245 stfs f8, 32(r3) 306 lfd f4, 32(r3) 352 lfs f8, 32(r3)
|
/Kernel-v10.6.2/portable/IAR/ARM_CM3/ |
D | portmacro.h | 72 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 116 #if ( configMAX_PRIORITIES > 32 ) 117 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/ |
D | portmacro.h | 74 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 150 #if ( configMAX_PRIORITIES > 32 ) 151 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/ |
D | portmacro.h | 71 /* 32-bit tick type on a 32-bit architecture, so reads of the tick count do 115 #if ( configMAX_PRIORITIES > 32 ) 116 …ON can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very rare th…
|