Searched refs:SWIZ_MASK (Results 1 – 1 of 1) sorted by relevance
273 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1) macro274 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))354 for (ind = SWIZ_MASK; ind >= 0; ind--) in tmem_frontswap_flush_area()