Lines Matching refs:index
92 u32 index, unsigned long gmfn, u32 tmem_offset, u32 pfn_offset, u32 len) in xen_tmem_op() argument
102 op.u.gen.index = index; in xen_tmem_op()
132 u32 index, struct page *page) in xen_tmem_put_page() argument
134 return xen_tmem_op(TMEM_PUT_PAGE, pool_id, oid, index, in xen_tmem_put_page()
139 u32 index, struct page *page) in xen_tmem_get_page() argument
141 return xen_tmem_op(TMEM_GET_PAGE, pool_id, oid, index, in xen_tmem_get_page()
145 static int xen_tmem_flush_page(u32 pool_id, struct tmem_oid oid, u32 index) in xen_tmem_flush_page() argument
147 return xen_tmem_op(TMEM_FLUSH_PAGE, pool_id, oid, index, in xen_tmem_flush_page()
168 pgoff_t index, struct page *page) in tmem_cleancache_put_page() argument
170 u32 ind = (u32) index; in tmem_cleancache_put_page()
175 if (ind != index) in tmem_cleancache_put_page()
182 pgoff_t index, struct page *page) in tmem_cleancache_get_page() argument
184 u32 ind = (u32) index; in tmem_cleancache_get_page()
191 if (ind != index) in tmem_cleancache_get_page()
201 pgoff_t index) in tmem_cleancache_flush_page() argument
203 u32 ind = (u32) index; in tmem_cleancache_flush_page()
208 if (ind != index) in tmem_cleancache_flush_page()