Searched refs:bytes (Results 1 – 3 of 3) sorted by relevance
| /hal_ethos_u-latest/src/ |
| D | ethosu_driver.c | 133 void __attribute__((weak)) ethosu_flush_dcache(uint32_t *p, size_t bytes) in ethosu_flush_dcache() argument 136 UNUSED(bytes); in ethosu_flush_dcache() 143 void __attribute__((weak)) ethosu_invalidate_dcache(uint32_t *p, size_t bytes) in ethosu_invalidate_dcache() argument 146 UNUSED(bytes); in ethosu_invalidate_dcache()
|
| /hal_ethos_u-latest/ |
| D | README.md | 153 cache line size of your CPU, typically 32 bytes. While not implemented, to the 175 void ethosu_flush_dcache(uint32_t *p, size_t bytes) { 176 SCB_CleanDCache_by_Addr(p, bytes); 180 void ethosu_invalidate_dcache(uint32_t *p, size_t bytes) { 181 SCB_InvalidateDCache_by_Addr(p, bytes);
|
| /hal_ethos_u-latest/include/ |
| D | ethosu_driver.h | 128 void ethosu_flush_dcache(uint32_t *p, size_t bytes); 140 void ethosu_invalidate_dcache(uint32_t *p, size_t bytes);
|