Searched refs:__clear_cache (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/compiler-rt/lib/ |
| HD | trampoline_setup.c | 13 extern void __clear_cache(void* start, void* end); 45 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
|
| HD | clear_cache.c | 24 void __clear_cache(void* start, void* end) in __clear_cache() function
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | BuiltinsAArch64.def | 18 BUILTIN(__clear_cache, "vv*v*", "i")
|
| HD | BuiltinsARM.def | 18 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r243830-arm-disable-clear-cache.diff | 1 This patch ensures __clear_cache is not called on arm. In earlier versions of
|
| /trueos/contrib/llvm/tools/lli/ChildTarget/Unix/ |
| HD | ChildTarget.inc | 38 extern "C" void __clear_cache(void *, void*); 155 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /trueos/contrib/gcc/ |
| HD | libgcc-std.ver | 145 __clear_cache
|
| HD | libgcc2.h | 38 extern void __clear_cache (void *, void *);
|
| HD | libgcc2.c | 2010 __clear_cache (void *beg __attribute__((__unused__)),
|
| HD | FSFChangeLog.11 | 7390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
|
| HD | ChangeLog-1999 | 5951 (__clear_cache): Mark arguments as potentially unused.
|
| HD | ChangeLog-2003 | 21034 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
|
| HD | ChangeLog-2005 | 18757 * arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
|
| /trueos/contrib/llvm/lib/Support/Unix/ |
| HD | Memory.inc | 38 extern "C" void __clear_cache(void *, void*); 339 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /trueos/contrib/compiler-rt/ |
| HD | README.txt | 199 // __clear_cache() is used to tell process that new instructions have been 202 void __clear_cache(void* start, void* end);
|
| /trueos/contrib/gcc/doc/ |
| HD | libgcc.texi | 733 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
|