Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dtmem.c271 static inline struct tmem_oid oswiz(unsigned type, u32 ind) in oswiz() function
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()
351 (void)xen_tmem_flush_object(pool, oswiz(type, ind)); in tmem_frontswap_flush_area()