Searched refs:iswiz (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | tmem.c | 269 #define iswiz(_ind) (_ind >> SWIZ_BITS) macro 296 ret = xen_tmem_put_page(pool, oswiz(type, ind), iswiz(ind), page); in tmem_frontswap_store() 320 ret = xen_tmem_get_page(pool, oswiz(type, ind), iswiz(ind), page); in tmem_frontswap_load() 339 (void) xen_tmem_flush_page(pool, oswiz(type, ind), iswiz(ind)); in tmem_frontswap_flush_page()
|