pub unsafe fn invalidate_icache(start: *mut c_void, len: usize)
Invalidates the instruction cache for a memory range
Uses the full ARM64 cache maintenance sequence: dc cvau -> dsb ish -> ic ivau -> dsb ish -> isb