Searched refs:ffi_flush_icache (Results 1 – 4 of 4) 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()
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.