Searched refs:CACHE_LINE_MASK (Results 1 – 2 of 2) sorted by relevance
20 #define CACHE_LINE_MASK (~(L1_CACHE_BYTES - 1)) macro
230 sz += paddr & ~CACHE_LINE_MASK; in __cache_line_loop()231 paddr &= CACHE_LINE_MASK; in __cache_line_loop()232 vaddr &= CACHE_LINE_MASK; in __cache_line_loop()