Home
last modified time | relevance | path

Searched refs:flush_range (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c950 static void flush_range(char *, int);
1051 flush_range(codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
1092 flush_range(char * addr1, int size) in flush_range() function
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c699 flush_range( in flush_range() function
762 flush_range(closure->tramp, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.15563 (flush_icache, flush_range): New functions.