Searched refs:_flush_cache (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/linux/ |
H A D | cache.c | 20 int _flush_cache(void *addr, int len, int op) in _flush_cache() function 24 weak_alias(_flush_cache, cacheflush);
|
/third_party/musl/src/linux/ |
H A D | cache.c | 6 int _flush_cache(void *addr, int len, int op) in _flush_cache() function 10 weak_alias(_flush_cache, cacheflush);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | cachectl.h | 16 int _flush_cache(void *, int, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | cachectl.h | 16 int _flush_cache(void *, int, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | cachectl.h | 16 int _flush_cache(void *, int, int);
|
/third_party/musl/include/sys/ |
H A D | cachectl.h | 16 int _flush_cache(void *, int, int);
|
Completed in 3 milliseconds