Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dtmem.c269 #define iswiz(_ind) (_ind >> SWIZ_BITS) macro
292 ret = xen_tmem_put_page(pool, oswiz(type, ind), iswiz(ind), page); in tmem_frontswap_store()
316 ret = xen_tmem_get_page(pool, oswiz(type, ind), iswiz(ind), page); in tmem_frontswap_load()
335 (void) xen_tmem_flush_page(pool, oswiz(type, ind), iswiz(ind)); in tmem_frontswap_flush_page()