Home
last modified time | relevance | path

Searched refs:clear_cache (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/jit-icache-coherence/src/
H A Dlib.rs112 pub unsafe fn clear_cache(ptr: *const c_void, len: usize) -> imp::Result<()> { in clear_cache() function
113 imp::clear_cache(ptr, len) in clear_cache()
H A Dmiri.rs8 pub(crate) fn clear_cache(_ptr: *const c_void, _len: usize) -> Result<()> { in clear_cache() function
H A Dwin.rs35 pub(crate) fn clear_cache(ptr: *const c_void, len: usize) -> Result<()> { in clear_cache() function
H A Dlibc.rs178 pub(crate) fn clear_cache(_ptr: *const c_void, _len: usize) -> Result<()> { in clear_cache() function
/wasmtime-44.0.1/cranelift/jit/src/memory/
H A Dmod.rs55 wasmtime_jit_icache_coherence::clear_cache(ptr as *const libc::c_void, len) in set_readable_and_executable()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/windows/
H A Dmmap.rs215 wasmtime_jit_icache_coherence::clear_cache(base, len).context("failed cache clear")?; in make_executable()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dmmap.rs164 wasmtime_jit_icache_coherence::clear_cache(base, len).context("failed cache clear")?; in make_executable()