Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dtrampoline_setup.c11 extern void __clear_cache(void *start, void *end);
41 __clear_cache(trampOnStack, &trampOnStack[10]); in __trampoline_setup()
H A Dclear_cache.c61 void __clear_cache(void *start, void *end) { in __clear_cache() function
H A Dapple_versioning.c51 NOT_HERE_BEFORE_10_6(__clear_cache)
H A DREADME.txt207 // __clear_cache() is used to tell process that new instructions have been
210 void __clear_cache(void* start, void* end);
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp20 extern "C" void __clear_cache(void *start, void *end);
87 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_arm.cpp20 extern "C" void __clear_cache(void *start, void *end);
124 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_powerpc64.cpp48 extern "C" void __clear_cache(void *start, void *end);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver145 __clear_cache
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc-std.ver145 __clear_cache
H A Dlibgcc2.h34 extern void __clear_cache (char *, char *);
H A Dlibgcc2.c1590 __clear_cache (char *beg __attribute__((__unused__)), in __clear_cache() function
H A DChangeLog.25951 (__clear_cache): Mark arguments as potentially unused.
H A DFSFChangeLog.117390 (__bb_init_trace_func, __clear_cache, mprotect) : Likewise.
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DMemory.inc36 extern "C" void __clear_cache(void *, void *);
245 __clear_cache(const_cast<char *>(Start), const_cast<char *>(End));
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc-std.ver145 __clear_cache
H A Dlibgcc2.h38 extern void __clear_cache (char *, char *);
H A Dlibgcc2.c1986 __clear_cache (char *beg __attribute__((__unused__)),
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsAArch64.def29 BUILTIN(__clear_cache, "vv*v*", "i")
H A DBuiltinsARM.def29 BUILTIN(__clear_cache, "vv*v*", "i")
/openbsd-src/gnu/gcc/gcc/doc/
H A Dlibgcc.texi728 @deftypefn {Runtime Function} void __clear_cache (char *@var{beg}, char *@var{end})
H A Dgccint.info916 -- Runtime Function: void __clear_cache (char *BEG, char *END)
31102 * __clear_cache: Miscellaneous routines.
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsics.td1408 // maps to void __clear_cache() on supporting platforms
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt521 fun:__clear_cache=uninstrumented
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst13401 The default behavior is to emit a call to ``__clear_cache`` from the run