/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/ |
D | port.c | 51 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 585 if( portADD_UINT32_WILL_OVERFLOW( ulBufferStart, ( ulBufferLength - 1UL ) ) == pdFALSE ) in prvMPURegionAuthorizesBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 160 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1489 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 176 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1272 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 139 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1399 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 155 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1542 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 144 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1528 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/ |
D | port.c | 259 #define portADD_UINT32_WILL_OVERFLOW( a, b ) ( ( a ) > ( portUINT32_MAX - ( b ) ) ) macro 1934 …if( portADD_UINT32_WILL_OVERFLOW( ( ( uint32_t ) pvBuffer ), ( ulBufferLength - 1UL ) ) == pdFALSE… in xPortIsAuthorizedToAccessBuffer()
|