Searched refs:CACHELINE (Results 1 – 3 of 3) sorted by relevance
32 #define CACHELINE 16 macro40 off = (unsigned int)address & (CACHELINE - 1); in sync_icache_040()52 p += CACHELINE; in sync_icache_040()53 } while ((l -= CACHELINE) > 0); in sync_icache_040()64 off = (unsigned int)address & (CACHELINE - 1); in sync_dcache_040()76 p += CACHELINE; in sync_dcache_040()77 } while ((l -= CACHELINE) > 0); in sync_dcache_040()
31 #define CACHELINE 16 macro40 off = (unsigned int)address & (CACHELINE - 1); in sync_icache_030()63 p += CACHELINE; in sync_icache_030()64 } while ((l -= CACHELINE) > 0); in sync_icache_030()
66 #define CACHELINE 32 macro74 off = (unsigned int)address & (CACHELINE - 1); in arch_cpu_sync_icache()81 p += CACHELINE; in arch_cpu_sync_icache()82 } while ((l -= CACHELINE) > 0); in arch_cpu_sync_icache()88 p += CACHELINE; in arch_cpu_sync_icache()89 } while ((len -= CACHELINE) > 0); in arch_cpu_sync_icache()