Home
last modified time | relevance | path

Searched refs:cacheflush (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap15.c46 static void cacheflush(void *p) in cacheflush() function
71 cacheflush(p); in jumpfunc()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dcachectl.h15 int cacheflush(void *, int, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dcachectl.h15 int cacheflush(void *, int, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dcachectl.h15 int cacheflush(void *, int, int);
/third_party/musl/include/sys/
H A Dcachectl.h15 int cacheflush(void *, int, int);
/third_party/node/deps/v8/src/codegen/loong64/
H A Dcpu-loong64.cc25 // Bionic cacheflush can typically run in userland, avoiding kernel call. in FlushICache()
27 cacheflush(reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), in FlushICache()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dcpu-mips64.cc29 // Bionic cacheflush can typically run in userland, avoiding kernel call. in FlushICache()
31 cacheflush(reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), in FlushICache()
/third_party/node/deps/v8/src/codegen/mips/
H A Dcpu-mips.cc29 // Bionic cacheflush can typically run in userland, avoiding kernel call. in FlushICache()
31 cacheflush(reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), in FlushICache()
/third_party/musl/porting/linux/user/src/linux/
H A Dcache.c24 weak_alias(_flush_cache, cacheflush);
/third_party/musl/src/linux/
H A Dcache.c10 weak_alias(_flush_cache, cacheflush);
/third_party/pcre2/pcre2/src/sljit/
H A DsljitConfigInternal.h399 /* Android ARMv7 with gcc lacks __clear_cache; use cacheflush instead. */
402 cacheflush((long)(from), (long)(to), 0)

Completed in 4 milliseconds