Searched refs:clear_cache (Results 1 – 7 of 7) sorted by relevance
112 pub unsafe fn clear_cache(ptr: *const c_void, len: usize) -> imp::Result<()> { in clear_cache() function113 imp::clear_cache(ptr, len) in clear_cache()
8 pub(crate) fn clear_cache(_ptr: *const c_void, _len: usize) -> Result<()> { in clear_cache() function
35 pub(crate) fn clear_cache(ptr: *const c_void, len: usize) -> Result<()> { in clear_cache() function
178 pub(crate) fn clear_cache(_ptr: *const c_void, _len: usize) -> Result<()> { in clear_cache() function
55 wasmtime_jit_icache_coherence::clear_cache(ptr as *const libc::c_void, len) in set_readable_and_executable()
215 wasmtime_jit_icache_coherence::clear_cache(base, len).context("failed cache clear")?; in make_executable()
164 wasmtime_jit_icache_coherence::clear_cache(base, len).context("failed cache clear")?; in make_executable()