Searched refs:CACHE_LINE_SIZE (Results 1 – 4 of 4) sorted by relevance
10 #ifndef CACHE_LINE_SIZE11 # define CACHE_LINE_SIZE L1_CACHE_BYTES macro14 #if CACHE_LINE_SIZE == 12816 #elif CACHE_LINE_SIZE == 3218 #elif CACHE_LINE_SIZE == 1620 #elif CACHE_LINE_SIZE == 857 lis r5,CACHE_LINE_SIZE62 lis r5,CACHE_LINE_SIZE75 li r5,CACHE_LINE_SIZE-184 addi r3,r3,CACHE_LINE_SIZE[all …]
31 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache) in CACHE_LINE_SIZE() function46 line_size = CACHE_LINE_SIZE(ICACHE); in invalidate_icache_all()66 line_size = CACHE_LINE_SIZE(ICACHE); in invalidate_icache_range()141 line_size = CACHE_LINE_SIZE(DCACHE); in dcache_wbinval_all()164 line_size = CACHE_LINE_SIZE(DCACHE); in flush_dcache_range()179 line_size = CACHE_LINE_SIZE(DCACHE); in invalidate_dcache_range()
575 flush_l1_v7(line + CACHE_LINE_SIZE); in ddr3_flush_l1_line()579 flush_l1_v6(line + CACHE_LINE_SIZE); in ddr3_flush_l1_line()
90 #define CACHE_LINE_SIZE 0x20 macro