Searched refs:L1_CACHE_BYTES (Results 1 – 8 of 8) sorted by relevance
20 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro26 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES32 #define CONFIG_SYS_CACHELINE_SIZE L1_CACHE_BYTES35 #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))38 #define SMP_CACHE_BYTES L1_CACHE_BYTES41 #define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))44 __attribute__((__aligned__(L1_CACHE_BYTES), \
68 li r5,L1_CACHE_BYTES-177 addi r3,r3,L1_CACHE_BYTES92 li r5,L1_CACHE_BYTES-1102 addi r3,r3,L1_CACHE_BYTES
62 start &= ~(L1_CACHE_BYTES - 1); in flush_dcache_range()63 for (v = start; v < end; v += L1_CACHE_BYTES) { in flush_dcache_range()73 start &= ~(L1_CACHE_BYTES - 1); in invalidate_dcache_range()74 for (v = start; v < end; v += L1_CACHE_BYTES) { in invalidate_dcache_range()
10 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) macro12 #define ARCH_DMA_MINALIGN (L1_CACHE_BYTES)
6 #define L1_CACHE_BYTES 32 macro26 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES
30 #ifndef L1_CACHE_BYTES32 #define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT) macro191 #ifndef L1_CACHE_BYTES193 #define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT) macro
16 # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) a)/L1_CACHE_BYTES) & (ATOMIC_HASH_SIZE…
11 # define CACHE_LINE_SIZE L1_CACHE_BYTES
Completed in 10 milliseconds