Searched refs:p (Results 1 – 3 of 3) sorted by relevance
138 void ethosu_flush_dcache(uint32_t *p, size_t bytes) {139 if (p)140 SCB_CleanDCache_by_Addr(p, bytes);145 void ethosu_invalidate_dcache(uint32_t *p, size_t bytes) {146 if (p)147 SCB_InvalidateDCache_by_Addr(p, bytes);
129 void __attribute__((weak)) ethosu_flush_dcache(uint32_t *p, size_t bytes) in ethosu_flush_dcache() argument131 UNUSED(p); in ethosu_flush_dcache()139 void __attribute__((weak)) ethosu_invalidate_dcache(uint32_t *p, size_t bytes) in ethosu_invalidate_dcache() argument141 UNUSED(p); in ethosu_invalidate_dcache()
128 void ethosu_flush_dcache(uint32_t *p, size_t bytes);139 void ethosu_invalidate_dcache(uint32_t *p, size_t bytes);