Searched refs:CACHE_LINE_MASK (Results 1 – 1 of 1) sorted by relevance
172 #define CACHE_LINE_MASK (~(gd->arch.l1_line_sz - 1)) macro673 sz += paddr & ~CACHE_LINE_MASK; in __dcache_line_loop()674 paddr &= CACHE_LINE_MASK; in __dcache_line_loop()
Completed in 3 milliseconds