Home
last modified time | relevance | path

Searched refs:uncMEMORY_SIZE (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDuncached_memory.c75 #ifndef uncMEMORY_SIZE
77 #define uncMEMORY_SIZE 0x200000U macro
82 #ifndef uncMEMORY_SIZE
84 #define uncMEMORY_SIZE 0x100000U macro
86 #define uncMEMORY_SIZE 0x100000U macro
93 #ifndef uncMEMORY_SIZE
95 #define uncMEMORY_SIZE 0x100000U macro
106 static uint8_t pucUncachedMemory[ uncMEMORY_SIZE ] __attribute__( ( aligned( uncMEMORY_SIZE ) ) );
123 ( pucBuffer < ( pucStartOfMemory + uncMEMORY_SIZE ) ) ) in ucIsCachedMemory()
168 if( ( ( uintptr_t ) pucStartOfMemory ) + uncMEMORY_SIZE > DDR_MEMORY_END ) in vInitialiseUncachedMemory()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDuncached_memory.c74 #ifndef uncMEMORY_SIZE
75 #define uncMEMORY_SIZE uncMINIMAL_MEMORY_SIZE macro
82 #ifndef uncMEMORY_SIZE
83 #define uncMEMORY_SIZE uncMINIMAL_MEMORY_SIZE macro
94 static uint8_t pucUncachedMemory[ uncMEMORY_SIZE ] __attribute__( ( aligned( uncMEMORY_SIZE ) ) );
111 ( pucBuffer < ( pucStartOfMemory + uncMEMORY_SIZE ) ) ) in ucIsCachedMemory()
156 if( ( ( uintptr_t ) pucStartOfMemory ) + uncMEMORY_SIZE > DDR_MEMORY_END ) in vInitialiseUncachedMemory()
165 uint32_t ulBytesLeft = uncMEMORY_SIZE; in vInitialiseUncachedMemory()
179 ulMemorySize = uncMEMORY_SIZE; in vInitialiseUncachedMemory()
180 memset( pucStartOfMemory, '\0', uncMEMORY_SIZE ); in vInitialiseUncachedMemory()