Searched refs:ffi_flush_icache (Results 1 – 8 of 8) sorted by relevance
49 .globl C(ffi_flush_icache)50 .type C(ffi_flush_icache),#function51 FFI_HIDDEN(C(ffi_flush_icache))53 C(ffi_flush_icache):63 .size C(ffi_flush_icache), . - C(ffi_flush_icache)
316 ffi_flush_icache (void *p) in ffi_flush_icache() function323 extern void ffi_flush_icache (void *) FFI_HIDDEN;352 ffi_flush_icache (closure); in ffi_prep_closure_loc()
448 ffi_flush_icache (void *p) in ffi_flush_icache() function453 extern void ffi_flush_icache (void *) FFI_HIDDEN;485 ffi_flush_icache (closure); in ffi_prep_closure_loc()
38 .globl ffi_flush_icache symbol41 ffi_flush_icache: label60 .size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
380 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()
613 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache632 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for635 Call ffi_flush_icache for non-GCC builds.636 (ffi_prep_closure_loc): Use ffi_flush_icache.
621 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache640 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for643 Call ffi_flush_icache for non-GCC builds.644 (ffi_prep_closure_loc): Use ffi_flush_icache.