Home
last modified time | relevance | path

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

/src/sys/arm/arm/ !
H A Dsys_machdep.c64 sync_icache(uintptr_t addr, size_t len) in sync_icache() function
126 rv = sync_icache(ua.addr, ua.len); in arm32_sync_icache()
/src/sys/powerpc/include/ !
H A Dmmuvar.h162 pmap_sync_icache_t sync_icache; member
/src/sys/powerpc/powerpc/ !
H A Dpmap_dispatch.c187 DEFINE_PMAP_IFUNC(void, sync_icache, (pmap_t, vm_offset_t, vm_size_t));
/src/sys/powerpc/aim/ !
H A Dmmu_oea.c363 .sync_icache = moea_sync_icache,
H A Dmmu_oea64.c451 .sync_icache = moea64_sync_icache,
H A Dmmu_radix.c544 .sync_icache = mmu_radix_sync_icache,
/src/sys/powerpc/booke/ !
H A Dpmap.c390 .sync_icache = mmu_booke_sync_icache,