Searched refs:LINESIZE (Results 1 – 2 of 2) sorted by relevance
26 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)33 start &= ~(LINESIZE - 1); in flush_dcache_range()43 start += LINESIZE; in flush_dcache_range()53 start &= ~(LINESIZE - 1); in flush_icache_range()64 start += LINESIZE; in flush_icache_range()78 start &= ~(LINESIZE - 1); in hexagon_clean_dcache_range()88 start += LINESIZE; in hexagon_clean_dcache_range()98 start &= ~(LINESIZE - 1); in hexagon_inv_dcache_range()108 start += LINESIZE; in hexagon_inv_dcache_range()
38 #define LINESIZE 32 macro