Lines Matching refs:endAddr
85 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateCodeCacheByRange() local
94 while (startAddr < endAddr) in L1CACHE_InvalidateCodeCacheByRange()
137 uint32_t endAddr = address + size_byte; in L1CACHE_CleanCodeCacheByRange() local
146 while (startAddr < endAddr) in L1CACHE_CleanCodeCacheByRange()
190 uint32_t endAddr = address + size_byte; in L1CACHE_CleanInvalidateCodeCacheByRange() local
199 while (startAddr < endAddr) in L1CACHE_CleanInvalidateCodeCacheByRange()
274 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateSystemCacheByRange() local
283 while (startAddr < endAddr) in L1CACHE_InvalidateSystemCacheByRange()
326 uint32_t endAddr = address + size_byte; in L1CACHE_CleanSystemCacheByRange() local
335 while (startAddr < endAddr) in L1CACHE_CleanSystemCacheByRange()
379 uint32_t endAddr = address + size_byte; in L1CACHE_CleanInvalidateSystemCacheByRange() local
388 while (startAddr < endAddr) in L1CACHE_CleanInvalidateSystemCacheByRange()
414 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateICacheByRange() local
417 if (endAddr <= L1CACHE_CODEBUSADDR_BOUNDARY) in L1CACHE_InvalidateICacheByRange()
449 uint32_t endAddr = address + size_byte; in L1CACHE_CleanDCacheByRange() local
452 if (endAddr <= L1CACHE_CODEBUSADDR_BOUNDARY) in L1CACHE_CleanDCacheByRange()
484 uint32_t endAddr = address + size_byte; in L1CACHE_CleanInvalidateDCacheByRange() local
487 if (endAddr <= L1CACHE_CODEBUSADDR_BOUNDARY) in L1CACHE_CleanInvalidateDCacheByRange()