Searched refs:__clear_cache (Results 1 – 22 of 22) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | trampoline_setup.c | 13 extern void __clear_cache(void* start, void* end); 46 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
|
| H A D | clear_cache.c | 98 void __clear_cache(void *start, void *end) { in __clear_cache() function
|
| H A D | apple_versioning.c | 56 NOT_HERE_BEFORE_10_6(__clear_cache)
|
| H A D | README.txt | 200 // __clear_cache() is used to tell process that new instructions have been 203 void __clear_cache(void* start, void* end);
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_AArch64.cc | 21 extern "C" void __clear_cache(void *start, void *end); 88 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
|
| H A D | xray_arm.cc | 21 extern "C" void __clear_cache(void *start, void *end); 125 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
|
| H A D | xray_powerpc64.cc | 49 extern "C" void __clear_cache(void *start, void *end);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | BuiltinsLe64.def | 17 BUILTIN(__clear_cache, "vv*v*", "i")
|
| H A D | BuiltinsAArch64.def | 26 BUILTIN(__clear_cache, "vv*v*", "i")
|
| H A D | BuiltinsARM.def | 26 BUILTIN(__clear_cache, "vv*v*", "i")
|
| /freebsd-12.1/lib/libgcc_s/ |
| H A D | Version.map | 15 __clear_cache;
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 43 extern "C" void __clear_cache(void *, void*); 240 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | libgcc-std.ver | 145 __clear_cache
|
| H A D | libgcc2.h | 38 extern void __clear_cache (void *, void *);
|
| H A D | libgcc2.c | 2010 __clear_cache (void *beg __attribute__((__unused__)),
|
| H A D | FSFChangeLog.11 | 7390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
|
| H A D | ChangeLog-1999 | 5951 (__clear_cache): Mark arguments as potentially unused.
|
| H A D | ChangeLog-2005 | 18757 * arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
|
| H A D | ChangeLog-2003 | 21034 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 992 // maps to void __clear_cache() on supporting platforms
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | libgcc.texi | 733 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 521 fun:__clear_cache=uninstrumented
|