Home
last modified time | relevance | path

Searched refs:SWIZ_MASK (Results 1 – 3 of 3) sorted by relevance

/drivers/xen/
Dtmem.c260 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1) macro
261 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
341 for (ind = SWIZ_MASK; ind >= 0; ind--) in tmem_frontswap_flush_area()
/drivers/staging/zcache/
Dzcache-main.c1840 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1) macro
1841 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
1905 for (ind = SWIZ_MASK; ind >= 0; ind--) { in zcache_frontswap_flush_area()
/drivers/staging/ramster/
Dzcache-main.c2994 #define SWIZ_MASK ((1 << SWIZ_BITS) - 1) macro
2995 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK))
3067 for (ind = SWIZ_MASK; ind >= 0; ind--) { in zcache_frontswap_flush_area()