Searched refs:sync_icache (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | sys_machdep.c | 64 sync_icache(uintptr_t addr, size_t len) in sync_icache() function 126 rv = sync_icache(ua.addr, ua.len); in arm32_sync_icache()
|
/freebsd/sys/powerpc/include/ |
H A D | mmuvar.h | 162 pmap_sync_icache_t sync_icache; member
|
/freebsd/sys/powerpc/powerpc/ |
H A D | pmap_dispatch.c | 187 DEFINE_PMAP_IFUNC(void, sync_icache, (pmap_t, vm_offset_t, vm_size_t));
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 363 .sync_icache = moea_sync_icache,
|
H A D | mmu_oea64.c | 486 .sync_icache = moea64_sync_icache,
|
H A D | mmu_radix.c | 544 .sync_icache = mmu_radix_sync_icache,
|
/freebsd/sys/powerpc/booke/ |
H A D | pmap.c | 390 .sync_icache = mmu_booke_sync_icache,
|