Searched refs:iswiz (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/xen/ |
D | tmem.c | 275 #define iswiz(_ind) (_ind >> SWIZ_BITS) macro 299 ret = xen_tmem_put_page(pool, oswiz(type, ind), iswiz(ind), pfn); in tmem_frontswap_store() 324 ret = xen_tmem_get_page(pool, oswiz(type, ind), iswiz(ind), pfn); in tmem_frontswap_load() 343 (void) xen_tmem_flush_page(pool, oswiz(type, ind), iswiz(ind)); in tmem_frontswap_flush_page()
|