Skip to main content

invalidate_icache

Function invalidate_icache 

Source
pub unsafe fn invalidate_icache(start: *mut c_void, len: usize)
Expand description

Invalidates the instruction cache for a memory range

Uses the full ARM64 cache maintenance sequence: dc cvau -> dsb ish -> ic ivau -> dsb ish -> isb