Home
last modified time | relevance | path

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

/external/libffi/src/sparc/
Dv8.S49 .globl C(ffi_flush_icache)
50 .type C(ffi_flush_icache),#function
51 FFI_HIDDEN(C(ffi_flush_icache))
53 C(ffi_flush_icache):
63 .size C(ffi_flush_icache), . - C(ffi_flush_icache)
Dffi.c316 ffi_flush_icache (void *p) in ffi_flush_icache() function
323 extern void ffi_flush_icache (void *) FFI_HIDDEN;
352 ffi_flush_icache (closure); in ffi_prep_closure_loc()
Dffi64.c448 ffi_flush_icache (void *p) in ffi_flush_icache() function
453 extern void ffi_flush_icache (void *) FFI_HIDDEN;
485 ffi_flush_icache (closure); in ffi_prep_closure_loc()
/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.
/external/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.
DChangeLog.old621 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache
640 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
643 Call ffi_flush_icache for non-GCC builds.
644 (ffi_prep_closure_loc): Use ffi_flush_icache.