Searched refs:invalidate_icache (Results 1 - 6 of 6) sorted by last modified time

/external/valgrind/none/tests/ppc32/
H A Djm-insns.c4817 static inline void invalidate_icache ( void *ptr, int nbytes ) function
4846 invalidate_icache(p_insn, 4);
/external/valgrind/none/tests/ppc64/
H A Djm-insns.c4817 static inline void invalidate_icache ( void *ptr, int nbytes ) function
4846 invalidate_icache(p_insn, 4);
/external/valgrind/coregrind/
H A Dm_libcproc.c1031 void VG_(invalidate_icache) ( void *ptr, SizeT nbytes ) function
1070 // This arm64_linux section of this function VG_(invalidate_icache)
H A Dm_transtab.c37 #include "pub_core_libcproc.h" // VG_(invalidate_icache)
921 VG_(invalidate_icache)( (void*)vir.start, vir.len );
985 VG_(invalidate_icache)( (void*)vir.start, vir.len );
1830 VG_(invalidate_icache)( (void*)vir.start, vir.len );
1833 VG_(invalidate_icache)( dstP, code_len );
2366 VG_(invalidate_icache)( dstP, code_len );
H A Dpub_core_libcproc.h91 extern void VG_(invalidate_icache) ( void *ptr, SizeT nbytes );
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
H A Dffi.c273 invalidate_icache(closure->tramp, (char *)out - closure->tramp,

Completed in 213 milliseconds