Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dv8.S38 .globl ffi_flush_icache symbol
41 ffi_flush_icache: label
60 .size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
Dffi.c380 void ffi_flush_icache (void *, size_t);
445 ffi_flush_icache (call_struct, 32); in ffi_call()
533 ffi_flush_icache (closure, 16); in ffi_prep_closure_loc()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1613 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache
632 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
635 Call ffi_flush_icache for non-GCC builds.
636 (ffi_prep_closure_loc): Use ffi_flush_icache.