Searched refs:LINESIZE (Results 1 – 2 of 2) sorted by relevance
13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)20 start &= ~(LINESIZE - 1); in flush_dcache_range()30 start += LINESIZE; in flush_dcache_range()40 start &= ~(LINESIZE - 1); in flush_icache_range()51 start += LINESIZE; in flush_icache_range()65 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()75 start += LINESIZE; in hexagon_clean_dcache_range()85 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range()95 start += LINESIZE; in hexagon_inv_dcache_range()
25 #define LINESIZE 32 macro