Home
last modified time | relevance | path

Searched refs:__clear_cache (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/compiler-rt/lib/
HDtrampoline_setup.c13 extern void __clear_cache(void* start, void* end);
45 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
HDclear_cache.c24 void __clear_cache(void* start, void* end) in __clear_cache() function
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltinsAArch64.def18 BUILTIN(__clear_cache, "vv*v*", "i")
HDBuiltinsARM.def18 BUILTIN(__clear_cache, "vv*v*", "i")
/trueos/contrib/llvm/patches/
HDpatch-r243830-arm-disable-clear-cache.diff1 This patch ensures __clear_cache is not called on arm. In earlier versions of
/trueos/contrib/llvm/tools/lli/ChildTarget/Unix/
HDChildTarget.inc38 extern "C" void __clear_cache(void *, void*);
155 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
/trueos/contrib/gcc/
HDlibgcc-std.ver145 __clear_cache
HDlibgcc2.h38 extern void __clear_cache (void *, void *);
HDlibgcc2.c2010 __clear_cache (void *beg __attribute__((__unused__)),
HDFSFChangeLog.117390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
HDChangeLog-19995951 (__clear_cache): Mark arguments as potentially unused.
HDChangeLog-200321034 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
HDChangeLog-200518757 * arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
/trueos/contrib/llvm/lib/Support/Unix/
HDMemory.inc38 extern "C" void __clear_cache(void *, void*);
339 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
/trueos/contrib/compiler-rt/
HDREADME.txt199 // __clear_cache() is used to tell process that new instructions have been
202 void __clear_cache(void* start, void* end);
/trueos/contrib/gcc/doc/
HDlibgcc.texi733 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})