Home
last modified time | relevance | path

Searched refs:size_byte (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_cache.h76 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte);
94 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte);
112 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte);
162 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte);
180 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte);
198 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte);
233 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
242 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
244 L1CACHE_InvalidateICacheByRange(address, size_byte); in L1CACHE_InvalidateDCacheByRange()
254 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte);
[all …]
Dfsl_cache.c80 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange() argument
82 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateCodeCacheByRange()
132 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange() argument
134 uint32_t endAddr = address + size_byte; in L1CACHE_CleanCodeCacheByRange()
185 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange() argument
187 uint32_t endAddr = address + size_byte; in L1CACHE_CleanInvalidateCodeCacheByRange()
265 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange() argument
267 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateSystemCacheByRange()
317 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange() argument
319 uint32_t endAddr = address + size_byte; in L1CACHE_CleanSystemCacheByRange()
[all …]
/hal_nxp-2.7.6/mcux/devices/MIMXRT1176/cm4/
Dfsl_cache.h76 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte);
94 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte);
112 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte);
162 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte);
180 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte);
198 void L1CACHE_CleanInvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte);
233 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
242 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
244 L1CACHE_InvalidateICacheByRange(address, size_byte); in L1CACHE_InvalidateDCacheByRange()
254 void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte);
[all …]
Dfsl_cache.c83 void L1CACHE_InvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateCodeCacheByRange() argument
85 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateCodeCacheByRange()
135 void L1CACHE_CleanCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanCodeCacheByRange() argument
137 uint32_t endAddr = address + size_byte; in L1CACHE_CleanCodeCacheByRange()
188 void L1CACHE_CleanInvalidateCodeCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateCodeCacheByRange() argument
190 uint32_t endAddr = address + size_byte; in L1CACHE_CleanInvalidateCodeCacheByRange()
272 void L1CACHE_InvalidateSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateSystemCacheByRange() argument
274 uint32_t endAddr = address + size_byte; in L1CACHE_InvalidateSystemCacheByRange()
324 void L1CACHE_CleanSystemCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanSystemCacheByRange() argument
326 uint32_t endAddr = address + size_byte; in L1CACHE_CleanSystemCacheByRange()
[all …]
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_cache.c348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange() argument
350 uint32_t endAddr = address + size_byte; in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange() argument
379 uint32_t endAddr = address + size_byte; in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange() argument
417 uint32_t endAddr = address + size_byte; in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange() argument
501 int32_t size = (int32_t)size_byte + (int32_t)align_len; in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange() argument
531 L2CACHE_InvalidateByRange(address, size_byte); in ICACHE_InvalidateByRange()
[all …]
Dfsl_cache.h164 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
221 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
223 SCB_InvalidateDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_InvalidateDCacheByRange()
236 static inline void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange() argument
238 SCB_CleanDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_CleanDCacheByRange()
251 static inline void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange() argument
253 SCB_CleanInvalidateDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_CleanInvalidateDCacheByRange()
323 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte);
343 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte);
363 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte);
[all …]
/hal_nxp-2.7.6/mcux/devices/MIMXRT1176/cm7/
Dfsl_cache.c348 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_InvalidateByRange() argument
350 uint32_t endAddr = address + size_byte; in L2CACHE_InvalidateByRange()
375 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanByRange() argument
379 uint32_t endAddr = address + size_byte; in L2CACHE_CleanByRange()
413 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in L2CACHE_CleanInvalidateByRange() argument
417 uint32_t endAddr = address + size_byte; in L2CACHE_CleanInvalidateByRange()
496 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateICacheByRange() argument
501 int32_t size = (int32_t)size_byte + (int32_t)align_len; in L1CACHE_InvalidateICacheByRange()
527 void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange() argument
531 L2CACHE_InvalidateByRange(address, size_byte); in ICACHE_InvalidateByRange()
[all …]
Dfsl_cache.h164 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
221 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
223 SCB_InvalidateDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_InvalidateDCacheByRange()
236 static inline void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange() argument
238 SCB_CleanDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_CleanDCacheByRange()
251 static inline void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange() argument
253 SCB_CleanInvalidateDCache_by_Addr((uint32_t *)address, (int32_t)size_byte); in L1CACHE_CleanInvalidateDCacheByRange()
323 void L2CACHE_InvalidateByRange(uint32_t address, uint32_t size_byte);
343 void L2CACHE_CleanByRange(uint32_t address, uint32_t size_byte);
363 void L2CACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte);
[all …]
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_cache.h140 void CACHE64_InvalidateCacheByRange(uint32_t address, uint32_t size_byte);
160 void CACHE64_CleanCacheByRange(uint32_t address, uint32_t size_byte);
180 void CACHE64_CleanInvalidateCacheByRange(uint32_t address, uint32_t size_byte);
209 static inline void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange() argument
211 CACHE64_InvalidateCacheByRange(address, size_byte); in ICACHE_InvalidateByRange()
224 static inline void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange() argument
226 CACHE64_InvalidateCacheByRange(address, size_byte); in DCACHE_InvalidateByRange()
239 static inline void DCACHE_CleanByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanByRange() argument
241 CACHE64_CleanCacheByRange(address, size_byte); in DCACHE_CleanByRange()
254 static inline void DCACHE_CleanInvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_CleanInvalidateByRange() argument
[all …]
Dfsl_cache.c193 void CACHE64_InvalidateCacheByRange(uint32_t address, uint32_t size_byte) in CACHE64_InvalidateCacheByRange() argument
195 uint32_t endAddr = address + size_byte; in CACHE64_InvalidateCacheByRange()
256 void CACHE64_CleanCacheByRange(uint32_t address, uint32_t size_byte) in CACHE64_CleanCacheByRange() argument
258 uint32_t endAddr = address + size_byte; in CACHE64_CleanCacheByRange()
321 void CACHE64_CleanInvalidateCacheByRange(uint32_t address, uint32_t size_byte) in CACHE64_CleanInvalidateCacheByRange() argument
323 uint32_t endAddr = address + size_byte; in CACHE64_CleanInvalidateCacheByRange()