Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dtmem.c277 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() function
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()
355 (void)xen_tmem_flush_object(pool, oswiz(type, ind)); in tmem_frontswap_flush_area()