Home
last modified time | relevance | path

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

123

/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/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-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/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-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/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-latest/mcux/mcux-sdk/drivers/cache/lmem/
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-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/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-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/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-latest/mcux/mcux-sdk/devices/K32L3A60/drivers/cm0plus/
Dfsl_cache.h83 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
91 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
93 L1CACHE_InvalidateICacheByRange(address, size_byte); in L1CACHE_InvalidateDCacheByRange()
105 static inline void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange() argument
115 static inline void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange() argument
117 L1CACHE_InvalidateDCacheByRange(address, size_byte); in L1CACHE_CleanInvalidateDCacheByRange()
133 static inline void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange() argument
135 L1CACHE_InvalidateICacheByRange(address, size_byte); in ICACHE_InvalidateByRange()
144 static inline void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange() argument
146 L1CACHE_InvalidateDCacheByRange(address, size_byte); in DCACHE_InvalidateByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/drivers/cm4/
Dfsl_cache.h82 void L1CACHE_InvalidateICacheByRange(uint32_t address, uint32_t size_byte);
90 static inline void L1CACHE_InvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_InvalidateDCacheByRange() argument
92 L1CACHE_InvalidateICacheByRange(address, size_byte); in L1CACHE_InvalidateDCacheByRange()
104 static inline void L1CACHE_CleanDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanDCacheByRange() argument
114 static inline void L1CACHE_CleanInvalidateDCacheByRange(uint32_t address, uint32_t size_byte) in L1CACHE_CleanInvalidateDCacheByRange() argument
116 L1CACHE_InvalidateDCacheByRange(address, size_byte); in L1CACHE_CleanInvalidateDCacheByRange()
132 static inline void ICACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in ICACHE_InvalidateByRange() argument
134 L1CACHE_InvalidateICacheByRange(address, size_byte); in ICACHE_InvalidateByRange()
143 static inline void DCACHE_InvalidateByRange(uint32_t address, uint32_t size_byte) in DCACHE_InvalidateByRange() argument
145 L1CACHE_InvalidateDCacheByRange(address, size_byte); in DCACHE_InvalidateByRange()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML3/drivers/
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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/cache/armv7-m7/
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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8ML4/drivers/
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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/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 …]

123