Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dtrampoline_setup.c13 extern void __clear_cache(void* start, void* end);
46 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
H A Dclear_cache.c98 void __clear_cache(void *start, void *end) { in __clear_cache() function
H A Dapple_versioning.c56 NOT_HERE_BEFORE_10_6(__clear_cache)
H A DREADME.txt200 // __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 Dxray_AArch64.cc21 extern "C" void __clear_cache(void *start, void *end);
88 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_arm.cc21 extern "C" void __clear_cache(void *start, void *end);
125 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_powerpc64.cc49 extern "C" void __clear_cache(void *start, void *end);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltinsLe64.def17 BUILTIN(__clear_cache, "vv*v*", "i")
H A DBuiltinsAArch64.def26 BUILTIN(__clear_cache, "vv*v*", "i")
H A DBuiltinsARM.def26 BUILTIN(__clear_cache, "vv*v*", "i")
/freebsd-12.1/lib/libgcc_s/
H A DVersion.map15 __clear_cache;
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DMemory.inc43 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 Dlibgcc-std.ver145 __clear_cache
H A Dlibgcc2.h38 extern void __clear_cache (void *, void *);
H A Dlibgcc2.c2010 __clear_cache (void *beg __attribute__((__unused__)),
H A DFSFChangeLog.117390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
H A DChangeLog-19995951 (__clear_cache): Mark arguments as potentially unused.
H A DChangeLog-200518757 * arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
H A DChangeLog-200321034 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.td992 // maps to void __clear_cache() on supporting platforms
/freebsd-12.1/contrib/gcc/doc/
H A Dlibgcc.texi733 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt521 fun:__clear_cache=uninstrumented