sync_icache
rv = sync_icache(ua.addr, ua.len);
.sync_icache = moea_sync_icache,
.sync_icache = moea64_sync_icache,
.sync_icache = mmu_radix_sync_icache,
.sync_icache = mmu_booke_sync_icache,
pmap_sync_icache_t sync_icache;
DEFINE_PMAP_IFUNC(void, sync_icache, (pmap_t, vm_offset_t, vm_size_t));